Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i21 ) lldb::SBProcess;
26 ) lldb::SBProcess::PutSTDIN;
32 ) lldb::SBProcess::GetSTDOUT;
38 ) lldb::SBProcess::GetSTDERR;
48 ) lldb::SBProcess::RemoteLaunch;
75 ) lldb::SBProcess::GetProcessID;
79 ) lldb::SBProcess::GetUniqueID;
84 ) lldb::SBProcess::Destroy;
96 ) lldb::SBProcess::GetStopID;
106 ) lldb::SBProcess::ReadMemory;
[all …]
H A DSBProcessExtensions.i1 STRING_EXTENSION_OUTSIDE(SBProcess)
2 %extend lldb::SBProcess {
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp53 SBProcess::SBProcess() { LLDB_INSTRUMENT_VA(this); } in SBProcess() function in SBProcess
57 SBProcess::SBProcess(const SBProcess &rhs) : m_opaque_wp(rhs.m_opaque_wp) { in SBProcess() function in SBProcess
61 SBProcess::SBProcess(const lldb::ProcessSP &process_sp) in SBProcess() function in SBProcess
66 const SBProcess &SBProcess::operator=(const SBProcess &rhs) { in operator =()
75 SBProcess::~SBProcess() = default;
107 void SBProcess::Clear() { in Clear()
585 SBError SBProcess::Destroy() { in Destroy()
600 SBError SBProcess::Stop() { in Stop()
615 SBError SBProcess::Kill() { in Kill()
630 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.cpp183 lldb::SBProcess GetProcess() { in GetProcess()
184 SBProcess result; in GetProcess()
308 SBProcess SBQueue::GetProcess() { in GetProcess()
H A DSBTarget.cpp163 SBProcess SBTarget::GetProcess() { in GetProcess()
166 SBProcess sb_process; in GetProcess()
243 SBProcess sb_process; in LoadCore()
269 return SBProcess(); in LaunchSimple()
309 SBProcess sb_process; in Launch()
387 SBProcess sb_process; in Launch()
433 SBProcess sb_process; in Attach()
464 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
471 SBProcess sb_process; in AttachToProcessWithID()
501 SBProcess sb_process; in AttachToProcessWithName()
[all …]
H A DSBBreakpointOptionCommon.cpp62 SBProcess sb_process(process->shared_from_this()); in PrivateBreakpointHitCallback()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h29 class LLDB_API SBProcess {
39 SBProcess();
41 SBProcess(const lldb::SBProcess &rhs);
43 const lldb::SBProcess &operator=(const lldb::SBProcess &rhs);
45 ~SBProcess();
222 static lldb::SBProcess GetProcessFromEvent(const lldb::SBEvent &event);
460 SBProcess(const lldb::ProcessSP &process_sp);
H A DSBTarget.h72 lldb::SBProcess GetProcess();
178 lldb::SBProcess Launch(SBListener &listener, char const **argv,
185 SBProcess LoadCore(const char *core_file);
186 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
214 SBProcess LaunchSimple(const char **argv, const char **envp,
217 SBProcess Launch(SBLaunchInfo &launch_info, SBError &error);
219 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
237 lldb::SBProcess AttachToProcessWithID(SBListener &listener, lldb::pid_t pid,
259 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
282 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
[all …]
H A DSBExecutionContext.h36 SBExecutionContext(const lldb::SBProcess &process);
50 SBProcess GetProcess() const;
H A DSBQueue.h35 lldb::SBProcess GetProcess();
56 friend class SBProcess;
H A DSBDebugger.h216 void HandleProcessEvent(const lldb::SBProcess &process,
220 void HandleProcessEvent(const lldb::SBProcess &process,
224 void HandleProcessEvent(const lldb::SBProcess &process,
227 void HandleProcessEvent(const lldb::SBProcess &process,
487 friend class SBProcess; variable
H A DSBThread.h191 lldb::SBProcess GetProcess();
238 friend class SBProcess; variable
H A DSBDefines.h92 class LLDB_API SBProcess; variable
134 typedef bool (*SBBreakpointHitCallback)(void *baton, SBProcess &process,
H A DSBThreadCollection.h49 friend class SBProcess;
H A DSBProcessInfo.h57 friend class SBProcess;
H A DSBMemoryRegionInfoList.h47 friend class SBProcess;
H A DSBFile.h23 friend class SBProcess; variable
H A DSBUnixSignals.h54 friend class SBProcess;
H A DSBMemoryRegionInfo.h121 friend class SBProcess;
H A DSBBroadcaster.h69 friend class SBProcess; variable
H A DSBEvent.h71 friend class SBProcess; variable
H A DSBFileSpec.h75 friend class SBProcess; variable
/freebsd-14.2/contrib/llvm-project/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...
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig191 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
209 // SBProcess::ReadCStringFromMemory() uses a void*, but needs to be treated
238 // Ditto for SBProcess::PutSTDIN(const char *src, size_t src_len).
258 // For SBProcess::WriteMemory, SBTarget::GetInstructions and SBDebugger::DispatchInput.
280 // See also SBProcess::ReadMemory.
296 // See also SBProcess::ReadMemory.

12