| LLDB mainline
    | 
#include <Process.h>
| Additional Inherited Members | |
| Static Public Member Functions inherited from lldb_private::ProcessInstanceInfo | |
| static void | DumpTableHeader (Stream &s, bool show_args, bool verbose) | 
| 
 | default | 
| 
 | inline | 
Definition at line 130 of file Process.h.
References lldb_private::ProcessLaunchInfo::GetDetachOnError(), lldb_private::ProcessLaunchInfo::GetProcessPluginName(), lldb_private::ProcessLaunchInfo::GetResumeCount(), m_detach_on_error, SetProcessPluginName(), and SetResumeCount().
| 
 | inline | 
Definition at line 165 of file Process.h.
References lldb_private::ProcessInstanceInfo::Clear(), m_continue_once_attached, m_ignore_existing, m_plugin_name, m_resume_count, and m_wait_for_launch.
| 
 | inline | 
Definition at line 141 of file Process.h.
References m_async.
Referenced by lldb_private::Target::Attach().
| 
 | inline | 
Definition at line 149 of file Process.h.
References m_continue_once_attached.
Referenced by lldb_private::ProcessDebugger::AttachProcess().
| 
 | inline | 
Definition at line 184 of file Process.h.
References m_detach_on_error.
Referenced by lldb_private::process_gdb_remote::ProcessGDBRemote::DoAttachToProcessWithID(), and lldb_private::process_gdb_remote::ProcessGDBRemote::DoAttachToProcessWithName().
| 
 | inline | 
Definition at line 145 of file Process.h.
References m_ignore_existing.
Referenced by lldb_private::process_gdb_remote::ProcessGDBRemote::DoAttachToProcessWithName().
| ListenerSP ProcessAttachInfo::GetListenerForProcess | ( | Debugger & | debugger | ) | 
Definition at line 2973 of file Process.cpp.
References lldb_private::Debugger::GetListener(), and lldb_private::ProcessInfo::m_listener_sp.
Referenced by lldb_private::platform_gdb_server::PlatformRemoteGDBServer::Attach(), lldb_private::PlatformWindows::Attach(), lldb_private::Target::Attach(), and PlatformPOSIX::Attach().
| 
 | inline | 
Definition at line 157 of file Process.h.
References m_plugin_name.
Referenced by lldb_private::PlatformWindows::Attach(), and lldb_private::Target::Attach().
| 
 | inline | 
Definition at line 153 of file Process.h.
References m_resume_count.
Referenced by lldb_private::Process::Attach().
| 
 | inline | 
Definition at line 137 of file Process.h.
References m_wait_for_launch.
Referenced by lldb_private::Process::Attach(), and lldb_private::process_gdb_remote::ProcessGDBRemote::DoAttachToProcessWithName().
| 
 | inline | 
Definition at line 174 of file Process.h.
References lldb_private::ProcessInfo::GetExecutableFile(), lldb_private::ProcessInstanceInfo::GetParentProcessID(), lldb_private::ProcessInfo::GetProcessID(), and LLDB_INVALID_PROCESS_ID.
Referenced by lldb_private::Target::Attach().
| 
 | inline | 
| 
 | inline | 
Definition at line 151 of file Process.h.
References m_continue_once_attached.
| 
 | inline | 
Definition at line 186 of file Process.h.
References m_detach_on_error.
| 
 | inline | 
Definition at line 147 of file Process.h.
References m_ignore_existing.
| 
 | inline | 
Definition at line 161 of file Process.h.
References m_plugin_name.
Referenced by ProcessAttachInfo().
| 
 | inline | 
Definition at line 155 of file Process.h.
References m_resume_count.
Referenced by ProcessAttachInfo().
| 
 | inline | 
Definition at line 139 of file Process.h.
References m_wait_for_launch.
Referenced by lldb::SBTarget::AttachToProcessWithName().
| 
 | protected | 
Definition at line 201 of file Process.h.
Referenced by GetAsync(), and SetAsync().
| 
 | protected | 
Definition at line 195 of file Process.h.
Referenced by Clear(), GetContinueOnceAttached(), and SetContinueOnceAttached().
| 
 | protected | 
Definition at line 198 of file Process.h.
Referenced by GetDetachOnError(), ProcessAttachInfo(), and SetDetachOnError().
| 
 | protected | 
Definition at line 194 of file Process.h.
Referenced by Clear(), GetIgnoreExisting(), and SetIgnoreExisting().
| 
 | protected | 
Definition at line 191 of file Process.h.
Referenced by Clear(), GetProcessPluginName(), and SetProcessPluginName().
| 
 | protected | 
Definition at line 192 of file Process.h.
Referenced by Clear(), GetResumeCount(), and SetResumeCount().
| 
 | protected | 
Definition at line 193 of file Process.h.
Referenced by Clear(), GetWaitForLaunch(), and SetWaitForLaunch().