Searched refs:GetProcessID (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp193 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_ARGS, (int)process_info.GetProcessID() };
259 (int)process_info.GetProcessID() };
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp333 printf ("Launched '%s' as process %" PRIu64 "...\n", m_process_launch_info.GetArguments ().GetArgumentAtIndex (0), m_process_launch_info.GetProcessID());
338 if ( (pid = m_process_launch_info.GetProcessID()) != LLDB_INVALID_PROCESS_ID )
483 proc_info.GetProcessID(),
838 if (m_process_launch_info.GetProcessID() != LLDB_INVALID_PROCESS_ID)
849 lldb::pid_t pid = m_process_launch_info.GetProcessID();
960 lldb::pid_t debugserver_pid = debugserver_launch_info.GetProcessID();
H A DGDBRemoteCommunicationClient.cpp2140 if (process_info.GetProcessID() != LLDB_INVALID_PROCESS_ID)
2318 packet.Printf("pid:%" PRIu64 ";",match_info.GetProcessInfo().GetProcessID());
H A DProcessGDBRemote.cpp2624 m_debugserver_pid = debugserver_launch_info.GetProcessID();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h182 GetProcessID ();
H A DSBTarget.h139 GetProcessID ();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h251 GetProcessID () const function in class:lldb_private::ProcessInfo
832 GetProcessID(),
986 if (GetProcessID() != LLDB_INVALID_PROCESS_ID)
1178 return m_infos[idx].GetProcessID();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp316 SBAttachInfo::GetProcessID () function in class:SBAttachInfo
318 return m_opaque_sp->GetProcessID();
841 lldb::pid_t attach_pid = attach_info.GetProcessID();
H A DSBProcess.cpp657 SBProcess::GetProcessID () function in class:SBProcess
666 log->Printf ("SBProcess(%p)::GetProcessID () => %" PRIu64, process_sp.get(), ret_val);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1038 if (launch_info.GetProcessID() != LLDB_INVALID_PROCESS_ID)
H A DProcess.cpp882 m_match_info.GetProcessID() != proc_info.GetProcessID())
3210 lldb::pid_t attach_pid = attach_info.GetProcessID();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1436 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1580 const lldb::pid_t pid = launch_info.GetProcessID();

Completed in 169 milliseconds