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 126 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 164 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.
Referenced by lldb_private::CommandOptionsProcessAttach::OptionParsingStarting().
|
inline |
Definition at line 140 of file Process.h.
References m_async.
Referenced by lldb_private::Target::Attach().
|
inline |
Definition at line 148 of file Process.h.
References m_continue_once_attached.
Referenced by lldb_private::ProcessDebugger::AttachProcess(), and CommandObjectProcessAttach::DoExecute().
|
inline |
Definition at line 183 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 144 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 2952 of file Process.cpp.
References lldb_private::Debugger::GetListener().
Referenced by PlatformPOSIX::Attach(), lldb_private::PlatformWindows::Attach(), lldb_private::platform_gdb_server::PlatformRemoteGDBServer::Attach(), and lldb_private::Target::Attach().
|
inline |
Definition at line 156 of file Process.h.
References m_plugin_name.
Referenced by lldb_private::PlatformWindows::Attach(), and lldb_private::Target::Attach().
|
inline |
Definition at line 152 of file Process.h.
References m_resume_count.
Referenced by lldb_private::Process::Attach().
|
inline |
Definition at line 136 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 173 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 150 of file Process.h.
References m_continue_once_attached.
Referenced by lldb_private::CommandOptionsProcessAttach::SetOptionValue().
|
inline |
Definition at line 185 of file Process.h.
References m_detach_on_error.
|
inline |
Definition at line 146 of file Process.h.
References m_ignore_existing.
Referenced by lldb_private::CommandOptionsProcessAttach::SetOptionValue().
|
inline |
Definition at line 160 of file Process.h.
References m_plugin_name.
Referenced by CommandObjectPlatformProcessAttach::DoExecute(), CommandObjectProcessAttach::DoExecute(), ProcessAttachInfo(), and lldb_private::CommandOptionsProcessAttach::SetOptionValue().
|
inline |
Definition at line 154 of file Process.h.
References m_resume_count.
Referenced by ProcessAttachInfo().
|
inline |
Definition at line 138 of file Process.h.
References m_wait_for_launch.
Referenced by lldb::SBTarget::AttachToProcessWithName(), and lldb_private::CommandOptionsProcessAttach::SetOptionValue().
|
protected |
Definition at line 200 of file Process.h.
Referenced by GetAsync(), and SetAsync().
|
protected |
Definition at line 194 of file Process.h.
Referenced by Clear(), GetContinueOnceAttached(), and SetContinueOnceAttached().
|
protected |
Definition at line 197 of file Process.h.
Referenced by GetDetachOnError(), ProcessAttachInfo(), and SetDetachOnError().
|
protected |
Definition at line 193 of file Process.h.
Referenced by Clear(), GetIgnoreExisting(), and SetIgnoreExisting().
|
protected |
Definition at line 190 of file Process.h.
Referenced by Clear(), GetProcessPluginName(), and SetProcessPluginName().
|
protected |
Definition at line 191 of file Process.h.
Referenced by Clear(), GetResumeCount(), and SetResumeCount().
|
protected |
Definition at line 192 of file Process.h.
Referenced by Clear(), GetWaitForLaunch(), and SetWaitForLaunch().