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

References

tools/lldb/source/Target/Target.cpp
 3008   if (!attach_info.ProcessInfoSpecified()) {
 3010       attach_info.GetExecutableFile().GetFilename() =
 3013     if (!attach_info.ProcessInfoSpecified()) {
 3022   const bool async = attach_info.GetAsync();
 3026     attach_info.SetHijackListener(hijack_listener_sp);
 3033     process_sp = platform_sp->Attach(attach_info, GetDebugger(), this, error);
 3036       const char *plugin_name = attach_info.GetProcessPluginName();
 3038           CreateProcess(attach_info.GetListenerForProcess(GetDebugger()),
 3049     error = process_sp->Attach(attach_info);
 3057           llvm::None, nullptr, false, attach_info.GetHijackListener(), stream);