Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp52 SBProcess::SBProcess() { LLDB_INSTRUMENT_VA(this); } in SBProcess() function in SBProcess
56 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
65 const SBProcess &SBProcess::operator=(const SBProcess &rhs) { in operator =()
74 SBProcess::~SBProcess() = default;
106 void SBProcess::Clear() { in Clear()
575 SBError SBProcess::Destroy() { in Destroy()
590 SBError SBProcess::Stop() { in Stop()
605 SBError SBProcess::Kill() { in Kill()
620 SBError SBProcess::Detach() { in Detach()
[all …]
H A DSBExecutionContext.cpp42 SBExecutionContext::SBExecutionContext(const lldb::SBProcess &process) in SBExecutionContext()
89 SBProcess SBExecutionContext::GetProcess() const { in GetProcess()
92 SBProcess sb_process; in GetProcess()
H A DSBQueue.cpp185 lldb::SBProcess GetProcess() { in GetProcess()
186 SBProcess result; in GetProcess()
310 SBProcess SBQueue::GetProcess() { in GetProcess()
H A DSBTarget.cpp162 SBProcess SBTarget::GetProcess() { in GetProcess()
165 SBProcess sb_process; in GetProcess()
242 SBProcess sb_process; in LoadCore()
268 return SBProcess(); in LaunchSimple()
308 SBProcess sb_process; in Launch()
386 SBProcess sb_process; in Launch()
432 SBProcess sb_process; in Attach()
462 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
469 SBProcess sb_process; in AttachToProcessWithID()
499 SBProcess sb_process; in AttachToProcessWithName()
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/
H A DTestBreakpointSetRestart.py32 if lldb.SBProcess.GetStateFromEvent(event) == lldb.eStateRunning:
42 if lldb.SBProcess.GetStateFromEvent(
43 event) == lldb.eStateStopped and lldb.SBProcess.GetRestartedFromEvent(event):
45 if lldb.SBProcess.GetStateFromEvent(event) == lldb.eStateRunning:
50 lldb.SBProcess.GetStateFromEvent(event)))
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h23 class LLDB_API SBProcess {
33 SBProcess();
35 SBProcess(const lldb::SBProcess &rhs);
37 const lldb::SBProcess &operator=(const lldb::SBProcess &rhs);
39 SBProcess(const lldb::ProcessSP &process_sp);
41 ~SBProcess();
208 static lldb::SBProcess GetProcessFromEvent(const lldb::SBEvent &event);
H A DSBTarget.h67 lldb::SBProcess GetProcess();
173 lldb::SBProcess Launch(SBListener &listener, char const **argv,
180 SBProcess LoadCore(const char *core_file);
181 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
209 SBProcess LaunchSimple(const char **argv, const char **envp,
212 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error);
214 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
232 lldb::SBProcess AttachToProcessWithID(SBListener &listener, lldb::pid_t pid,
254 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
277 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
[all …]
H A DSBExecutionContext.h32 SBExecutionContext(const lldb::SBProcess &process);
46 SBProcess GetProcess() const;
H A DSBQueue.h37 lldb::SBProcess GetProcess();
58 friend class SBProcess;
H A DSBDebugger.h168 void HandleProcessEvent(const lldb::SBProcess &process,
172 void HandleProcessEvent(const lldb::SBProcess &process,
175 void HandleProcessEvent(const lldb::SBProcess &process,
409 friend class SBProcess; variable
/llvm-project-15.0.7/lldb/utils/lui/
H A Ddebuggerdriver.py54 lldb.SBProcess.GetBroadcasterClassName(),
55 lldb.SBProcess.eBroadcastBitStateChanged
56 | lldb.SBProcess.eBroadcastBitInterrupt
57 | lldb.SBProcess.eBroadcastBitSTDOUT
58 | lldb.SBProcess.eBroadcastBitSTDERR
59 | lldb.SBProcess.eBroadcastBitProfileData
H A Dstatuswin.py35 if lldb.SBProcess.EventIsProcessEvent(event):
36 state = lldb.SBProcess.GetStateFromEvent(event)
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py79 …istener.StartListeningForEventClass(self.dbg, lldb.SBProcess.GetBroadcasterClassName(), lldb.SBPro…
80 … self.assertEqual(mask, lldb.SBProcess.eBroadcastBitStateChanged, "Got right mask for listener")
98 state = lldb.SBProcess.GetStateFromEvent(event)
126 state = lldb.SBProcess.GetStateFromEvent(event)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i31 ) SBProcess;
32 class SBProcess
45 SBProcess ();
47 SBProcess (const lldb::SBProcess& rhs);
49 ~SBProcess();
326 static lldb::SBProcess
442 STRING_EXTENSION(SBProcess)
H A DSBTarget.i96 lldb::SBProcess
196 lldb::SBProcess
226 lldb::SBProcess
231 lldb::SBProcess
252 lldb::SBProcess
255 lldb::SBProcess
258 lldb::SBProcess
278 lldb::SBProcess
303 lldb::SBProcess
329 lldb::SBProcess
H A DSBExecutionContext.i23 SBExecutionContext (const lldb::SBProcess &process);
34 SBProcess
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_process_state.cpp.template33 SBProcess process = SBProcess::GetProcessFromEvent(event);
36 …if (SBProcess::GetStateFromEvent(event) != lldb::eStateStopped || SBProcess::GetRestartedFromEvent…
H A Dlistener_test.cpp.template42 SBProcess process = target.Launch(g_listener,
52 SBProcess process = target.LaunchSimple (0, 0, working_dir.get());
63 // SBProcess::eBroadcastBitStateChanged);
H A Dtest_breakpoint_callback.cpp.template22 SBProcess &process,
41 SBProcess process = target.LaunchSimple (0, 0, working_dir.get());
H A Dtest_listener_resume.cpp.template36 SBProcess process = SBProcess::GetProcessFromEvent(event);
/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp41 wait_for_stop_event (SBProcess process, SBListener listener) in wait_for_stop_event()
48 if (event.GetType() == SBProcess::eBroadcastBitStateChanged) in wait_for_stop_event()
123 SBProcess process = target.Launch (launch_info, error); in do_one_debugger()
128 … uint32_t rc = broadcaster.AddListener (listener, SBProcess::eBroadcastBitStateChanged); in do_one_debugger()
/llvm-project-15.0.7/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py31 rc = broadcaster.AddListener(listener, lldb.SBProcess.eBroadcastBitStateChanged)
96 if event.GetType() == lldb.SBProcess.eBroadcastBitStateChanged:
114 if event.GetType() == lldb.SBProcess.eBroadcastBitStateChanged:
/llvm-project-15.0.7/lldb/test/Shell/Driver/
H A DTestConvenienceVariables.test16 CHECK-NEXT: SBProcess: pid = {{[0-9]+}}, state = stopped, threads = {{[0-9]+}}, executable = target…
18 CHECK-NEXT: SBProcess: pid = {{[0-9]+}}, state = stopped, threads = {{[0-9]+}}, executable = target…
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua-typemaps.swig86 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
90 // Also SBProcess::ReadMemory.
105 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
109 // Also SBProcess::ReadMemory.
178 // Typemap for handling SBProcess::PutSTDIN
184 // Typemap for handling SBProcess::WriteMemory, SBTarget::GetInstructions...
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/
H A DTestSendSignal.py103 event_type_mask = lldb.SBProcess.eBroadcastBitStateChanged
108 state = lldb.SBProcess.GetStateFromEvent(event)

1234