Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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;
76 const char *SBProcess::GetBroadcasterClassName() { in GetBroadcasterClassName()
82 const char *SBProcess::GetPluginName() { in GetPluginName()
92 const char *SBProcess::GetShortPluginName() { in GetShortPluginName()
102 lldb::ProcessSP SBProcess::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
104 void SBProcess::SetSP(const ProcessSP &process_sp) { m_opaque_wp = process_sp; } in SetSP()
[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()
232 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
239 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
242 SBProcess sb_process; in LoadCore()
262 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
268 return SBProcess(); in LaunchSimple()
298 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
308 SBProcess sb_process; in Launch()
383 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
[all …]
/openbsd-src/gnu/llvm/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.h185 void HandleProcessEvent(const lldb::SBProcess &process,
189 void HandleProcessEvent(const lldb::SBProcess &process,
192 void HandleProcessEvent(const lldb::SBProcess &process,
426 friend class SBProcess; variable
H A DSBDefines.h74 class LLDB_API SBProcess; variable
110 typedef bool (*SBBreakpointHitCallback)(void *baton, SBProcess &process,
H A DSBThread.h187 lldb::SBProcess GetProcess();
219 friend class SBProcess; variable
H A DSBProcessInfo.h57 friend class SBProcess;
H A DSBThreadCollection.h49 friend class SBProcess;
/openbsd-src/gnu/llvm/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)
H A Dsourcewin.py58 if lldb.SBProcess.EventIsProcessEvent(event) and \
59 not lldb.SBProcess.GetRestartedFromEvent(event):
60 process = lldb.SBProcess.GetProcessFromEvent(event)
/openbsd-src/gnu/llvm/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
H A DSBQueue.i31 lldb::SBProcess
/openbsd-src/gnu/llvm/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...
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dperformance.py185 … lldb.SBProcess.eBroadcastBitStateChanged | lldb.SBProcess.eBroadcastBitInterrupt)
195 state = lldb.SBProcess.GetStateFromEvent(process_event)
198 if lldb.SBProcess.GetRestartedFromEvent(process_event):
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp173 void SendProcessExitedEvent(lldb::SBProcess &process) { in SendProcessExitedEvent()
218 lldb::SBProcess process = g_vsc.target.GetProcess(); in SendThreadStoppedEvent()
376 void SendStdOutStdErr(lldb::SBProcess &process) { in SendStdOutStdErr()
425 if (lldb::SBProcess::EventIsProcessEvent(event)) { in EventThreadFunction()
426 lldb::SBProcess process = lldb::SBProcess::GetProcessFromEvent(event); in EventThreadFunction()
427 if (event_mask & lldb::SBProcess::eBroadcastBitStateChanged) { in EventThreadFunction()
428 auto state = lldb::SBProcess::GetStateFromEvent(event); in EventThreadFunction()
458 if (!lldb::SBProcess::GetRestartedFromEvent(event)) { in EventThreadFunction()
476 } else if ((event_mask & lldb::SBProcess::eBroadcastBitSTDOUT) || in EventThreadFunction()
477 (event_mask & lldb::SBProcess::eBroadcastBitSTDERR)) { in EventThreadFunction()
[all …]
H A DVSCodeForward.h37 class SBProcess; variable
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-typemaps.swig105 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
123 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
152 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
172 // For SBProcess::WriteMemory, SBTarget::GetInstructions and SBDebugger::DispatchInput.
194 // See also SBProcess::ReadMemory.
212 // See also SBProcess::ReadMemory.

123