|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Target/Process.h 876 Status Destroy(bool force_kill);
References
tools/lldb/source/API/SBProcess.cpp 631 sb_error.SetError(process_sp->Destroy(false));
661 sb_error.SetError(process_sp->Destroy(true));
tools/lldb/source/Commands/CommandObjectProcess.cpp 84 Status destroy_error(process->Destroy(false));
1142 Status error(process->Destroy(true));
tools/lldb/source/Core/IOHandler.cpp 3520 process->Destroy(false);
4376 exe_ctx.GetProcessRef().Destroy(false);
tools/lldb/source/Expression/REPL.cpp 503 process_sp->Destroy(false);
559 process_sp->Destroy(false);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 2562 return Destroy(false);
tools/lldb/source/Target/Platform.cpp 1074 return process->Destroy(true);
tools/lldb/source/Target/Process.cpp 582 Destroy(false);
2546 Destroy(false);
3112 Destroy(false);
tools/lldb/source/Target/Target.cpp 183 m_process_sp->Destroy(false);
3067 process_sp->Destroy(false);