Home
last modified time | relevance | path

Searched refs:SBProcess (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp52 SBProcess::SBProcess() : m_opaque_wp() {} in SBProcess() function in SBProcess
58 SBProcess::SBProcess(const SBProcess &rhs) : m_opaque_wp(rhs.m_opaque_wp) {} in SBProcess() function in SBProcess
60 SBProcess::SBProcess(const lldb::ProcessSP &process_sp) in SBProcess() function in SBProcess
63 const SBProcess &SBProcess::operator=(const SBProcess &rhs) { in operator =()
72 SBProcess::~SBProcess() {} in ~SBProcess()
100 bool SBProcess::IsValid() const { in IsValid()
692 SBError SBProcess::Destroy() { in Destroy()
714 SBError SBProcess::Stop() { in Stop()
736 SBError SBProcess::Kill() { in Kill()
758 SBError SBProcess::Detach() { in Detach()
[all …]
H A DSBExecutionContext.cpp37 SBExecutionContext::SBExecutionContext(const lldb::SBProcess &process) in SBExecutionContext()
74 SBProcess SBExecutionContext::GetProcess() const { in GetProcess()
75 SBProcess sb_process; in GetProcess()
H A DSBTarget.cpp149 SBProcess SBTarget::GetProcess() { in GetProcess()
150 SBProcess sb_process; in GetProcess()
226 SBProcess sb_process; in LoadCore()
277 SBProcess sb_process; in Launch()
364 SBProcess sb_process; in Launch()
420 SBProcess sb_process; in Attach()
464 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
471 SBProcess sb_process; in AttachToProcessWithID()
501 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
509 SBProcess sb_process; in AttachToProcessWithName()
[all …]
H A DSBQueue.cpp206 lldb::SBProcess GetProcess() { in GetProcess()
207 SBProcess result; in GetProcess()
345 SBProcess SBQueue::GetProcess() { return m_opaque_sp->GetProcess(); } in GetProcess()
H A DSBBreakpointOptionCommon.cpp64 SBProcess sb_process(process->shared_from_this()); in PrivateBreakpointHitCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h24 class LLDB_API SBProcess {
36 SBProcess();
38 SBProcess(const lldb::SBProcess &rhs);
40 const lldb::SBProcess &operator=(const lldb::SBProcess &rhs);
42 SBProcess(const lldb::ProcessSP &process_sp);
44 ~SBProcess();
221 static lldb::SBProcess GetProcessFromEvent(const lldb::SBEvent &event);
H A DSBTarget.h72 lldb::SBProcess GetProcess();
181 lldb::SBProcess Launch(SBListener &listener, char const **argv,
188 SBProcess LoadCore(const char *core_file);
189 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
217 SBProcess LaunchSimple(const char **argv, const char **envp,
220 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error);
222 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
242 lldb::SBProcess AttachToProcessWithID(SBListener &listener, lldb::pid_t pid,
266 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
291 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
[all …]
H A DSBExecutionContext.h33 SBExecutionContext(const lldb::SBProcess &process);
47 SBProcess GetProcess() const;
H A DSBQueue.h36 lldb::SBProcess GetProcess();
57 friend class SBProcess;
H A DSBDefines.h66 class LLDB_API SBProcess; variable
102 typedef bool (*SBBreakpointHitCallback)(void *baton, SBProcess &process,
H A DSBThread.h183 lldb::SBProcess GetProcess();
220 friend class SBProcess; variable
H A DSBDebugger.h100 void HandleProcessEvent(const lldb::SBProcess &process,
280 friend class SBProcess; variable
H A DSBMemoryRegionInfoList.h45 friend class SBProcess;
H A DSBProcessInfo.h53 friend class SBProcess;
H A DSBTraceOptions.h51 friend class SBProcess;
H A DSBThreadCollection.h48 friend class SBProcess;
H A DSBMemoryRegionInfo.h98 friend class SBProcess;
H A DSBTrace.h109 friend class SBProcess; variable
H A DSBUnixSignals.h53 friend class SBProcess;
H A DSBBroadcaster.h67 friend class SBProcess; variable
H A DSBEvent.h66 friend class SBProcess; variable
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp182 case lldb::SBProcess::eBroadcastBitSTDERR: in HandleEventSBProcess()
874 lldb::SBProcess process = lldb::SBProcess::GetProcessFromEvent(vEvent); in HandleProcessEventBroadcastBitStateChanged()
956 lldb::SBProcess sbProcess = in HandleProcessEventStateSuspended()
1002 lldb::SBProcess sbProcess = in HandleProcessEventStateStopped()
1069 lldb::SBProcess sbProcess = in HandleProcessEventStopSignal()
1216 const lldb::SBProcess sbProcess = in HandleProcessEventStopException()
1259 lldb::SBProcess sbProcess = in MiHelpGetCurrentThreadFrame()
1317 lldb::SBProcess sbProcess = in HandleProcessEventStopReasonBreakpoint()
1343 lldb::SBProcess sbProcess = in MiStoppedAtBreakPoint()
1439 lldb::SBProcess sbProcess = in HandleProcessEventStopReasonTrace()
[all …]
H A DMICmnLLDBDebugger.cpp335 lldb::SBProcess process = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in RebroadcastStopEvent()
422 eventMask = lldb::SBProcess::eBroadcastBitStateChanged | in InitSBListener()
423 lldb::SBProcess::eBroadcastBitInterrupt | in InitSBListener()
424 lldb::SBProcess::eBroadcastBitSTDOUT | in InitSBListener()
425 lldb::SBProcess::eBroadcastBitSTDERR | in InitSBListener()
426 lldb::SBProcess::eBroadcastBitProfileData | in InitSBListener()
427 lldb::SBProcess::eBroadcastBitStructuredData; in InitSBListener()
430 strDbgId, CMIUtilString(lldb::SBProcess::GetBroadcasterClassName()), in InitSBListener()
H A DMICmdCmdStack.cpp108 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
212 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
351 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
556 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
743 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
914 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute()
H A DMICmdCmdTarget.cpp121 lldb::SBProcess process = target.ConnectRemote( in Execute()
423 lldb::SBProcess process = rSessionInfo.GetProcess(); in Execute()

12