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_async, m_continue_once_attached, m_detach_on_error, m_ignore_existing, m_resume_count, m_wait_for_launch, SetProcessPluginName(), and SetResumeCount().
|
inline |
Definition at line 168 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 144 of file Process.h.
References m_async.
Referenced by lldb_private::Target::Attach().
|
inline |
Definition at line 152 of file Process.h.
References m_continue_once_attached.
Referenced by lldb_private::ProcessDebugger::AttachProcess().
|
inline |
Definition at line 187 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 148 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 2930 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 160 of file Process.h.
References m_plugin_name.
Referenced by lldb_private::PlatformWindows::Attach(), and lldb_private::Target::Attach().
|
inline |
Definition at line 156 of file Process.h.
References m_resume_count.
Referenced by lldb_private::Process::Attach().
|
inline |
Definition at line 140 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 177 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 154 of file Process.h.
References m_continue_once_attached.
|
inline |
Definition at line 189 of file Process.h.
References m_detach_on_error.
|
inline |
Definition at line 150 of file Process.h.
References m_ignore_existing.
|
inline |
Definition at line 164 of file Process.h.
References m_plugin_name.
Referenced by ProcessAttachInfo().
|
inline |
Definition at line 158 of file Process.h.
References m_resume_count.
Referenced by ProcessAttachInfo().
|
inline |
Definition at line 142 of file Process.h.
References m_wait_for_launch.
Referenced by lldb::SBTarget::AttachToProcessWithName().
|
protected |
Definition at line 204 of file Process.h.
Referenced by GetAsync(), ProcessAttachInfo(), and SetAsync().
|
protected |
Definition at line 198 of file Process.h.
Referenced by Clear(), GetContinueOnceAttached(), ProcessAttachInfo(), and SetContinueOnceAttached().
|
protected |
Definition at line 201 of file Process.h.
Referenced by GetDetachOnError(), ProcessAttachInfo(), and SetDetachOnError().
|
protected |
Definition at line 197 of file Process.h.
Referenced by Clear(), GetIgnoreExisting(), ProcessAttachInfo(), and SetIgnoreExisting().
|
protected |
Definition at line 194 of file Process.h.
Referenced by Clear(), GetProcessPluginName(), and SetProcessPluginName().
|
protected |
Definition at line 195 of file Process.h.
Referenced by Clear(), GetResumeCount(), ProcessAttachInfo(), and SetResumeCount().
|
protected |
Definition at line 196 of file Process.h.
Referenced by Clear(), GetWaitForLaunch(), ProcessAttachInfo(), and SetWaitForLaunch().