reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Process.h
  859   Status Detach(bool keep_stopped);

References

tools/lldb/source/API/SBProcess.cpp
  684     sb_error.SetError(process_sp->Detach(keep_stopped));
tools/lldb/source/Commands/CommandObjectProcess.cpp
   73             Status detach_error(process->Detach(keep_stopped));
  724     Status error(process->Detach(keep_stopped));
tools/lldb/source/Core/IOHandler.cpp
 3542           process->Detach(false);
 4366         exe_ctx.GetProcessRef().Detach(c == 'D');
tools/lldb/source/Target/Process.cpp
 3250     Detach(keep_stopped);