Home
last modified time | relevance | path

Searched refs:GetProcessID (Results 1 – 22 of 22) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBProcess.i197 ") GetProcessID;
199 GetProcessID ();
428 __swig_getmethods__["id"] = GetProcessID
429 …if _newclass: id = property(GetProcessID, None, doc='''A read only property that returns the proce…
DSBTarget.i111 GetProcessID ();
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dlldb_controller.py156 self.pid = self.process.GetProcessID()
162 pid = self.process.GetProcessID()
174 pid = self.process.GetProcessID()
185 self.pid = self.process.GetProcessID()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp284 proc_info.GetProcessID(), in CreateProcessInfoResponse()
636 if (m_process_launch_info.GetProcessID() != LLDB_INVALID_PROCESS_ID) in Handle_A()
647 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qC()
703 lldb::pid_t debugserver_pid = debugserver_launch_info.GetProcessID(); in Handle_qLaunchGDBServer()
DGDBRemoteCommunicationClient.cpp1774 if (process_info.GetProcessID() != LLDB_INVALID_PROCESS_ID) in DecodeProcessInfoResponse()
1952 packet.Printf("pid:%" PRIu64 ";",match_info.GetProcessInfo().GetProcessID()); in FindProcesses()
DProcessGDBRemote.cpp2579 m_debugserver_pid = debugserver_launch_info.GetProcessID(); in StartDebugserverProcess()
/external/lldb/test/python_api/default-constructor/
Dsb_process.py29 obj.GetProcessID()
/external/lldb/source/Host/freebsd/
DHost.cpp190 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_ARGS, (int)process_info.GetProcessID() }; in GetFreeBSDProcessArgs()
255 (int)process_info.GetProcessID() }; in GetFreeBSDProcessUserAndGroup()
/external/lldb/examples/python/
Dprocess_events.py173 if process and process.GetProcessID() != lldb.LLDB_INVALID_PROCESS_ID:
174 pid = process.GetProcessID()
/external/lldb/test/python_api/thread/
DTestThreadAPI.py141 self.assertTrue(proc_of_thread.GetProcessID() == process.GetProcessID())
/external/lldb/include/lldb/API/
DSBProcess.h172 GetProcessID ();
DSBTarget.h139 GetProcessID ();
/external/lldb/include/lldb/Target/
DProcess.h243 GetProcessID () const in GetProcessID() function
799 GetProcessID(), in MonitorProcess()
939 if (GetProcessID() != LLDB_INVALID_PROCESS_ID) in ProcessInfoSpecified()
1116 return m_infos[idx].GetProcessID(); in GetProcessIDAtIndex()
/external/lldb/tools/driver/
DDriver.cpp958 …age_len = ::snprintf (message, sizeof(message), "Process %" PRIu64 " %s\n", process.GetProcessID(), in HandleProcessEvent()
992 … process.GetProcessID(), reason ? reason : "<UNKNOWN REASON>"); in HandleProcessEvent()
999 process.GetProcessID()); in HandleProcessEvent()
/external/lldb/source/Target/
DPlatform.cpp684 if (launch_info.GetProcessID() != LLDB_INVALID_PROCESS_ID) in DebugProcess()
DProcess.cpp869 m_match_info.GetProcessID() != proc_info.GetProcessID()) in Matches()
3041 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach()
/external/lldb/source/API/
DSBTarget.cpp314 SBAttachInfo::GetProcessID () in GetProcessID() function in SBAttachInfo
316 return m_opaque_sp->GetProcessID(); in GetProcessID()
895 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach()
DSBProcess.cpp606 SBProcess::GetProcessID () in GetProcessID() function in SBProcess
/external/lldb/source/Host/macosx/
DHost.mm1074 int name_len = ::proc_name(process_info.GetProcessID(), process_name, MAXCOMLEN * 2);
1102 mib[mib_len] = process_info.GetProcessID();
1139 int proc_args_mib[3] = { CTL_KERN, KERN_PROCARGS2, (int)process_info.GetProcessID() };
1193 mib[3] = process_info.GetProcessID();
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp532 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
/external/lldb/source/Host/common/
DHost.cpp1427 const lldb::pid_t pid = launch_info.GetProcessID(); in RunShellCommand()
/external/lldb/www/python_reference/
Dapi-objects.txt2331 lldb.SBAttachInfo.GetProcessID lldb.SBAttachInfo-class.html#GetProcessID
3381 lldb.SBProcess.GetProcessID lldb.SBProcess-class.html#GetProcessID