Home
last modified time | relevance | path

Searched refs:should_detach (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp2421 bool should_detach = true; in HandlePacket_QSetDetachOnError() local
2424 should_detach = false; in HandlePacket_QSetDetachOnError()
2427 should_detach = true; in HandlePacket_QSetDetachOnError()
2436 m_ctx.SetDetachOnError(should_detach); in HandlePacket_QSetDetachOnError()