| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessDocstrings.i | 21 ) 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 D | SBProcessExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBProcess) 2 %extend lldb::SBProcess {
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 53 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 D | SBExecutionContext.cpp | 42 SBExecutionContext::SBExecutionContext(const lldb::SBProcess &process) in SBExecutionContext() 89 SBProcess SBExecutionContext::GetProcess() const { in GetProcess() 92 SBProcess sb_process; in GetProcess()
|
| H A D | SBQueue.cpp | 183 lldb::SBProcess GetProcess() { in GetProcess() 184 SBProcess result; in GetProcess() 308 SBProcess SBQueue::GetProcess() { in GetProcess()
|
| H A D | SBTarget.cpp | 163 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 D | SBBreakpointOptionCommon.cpp | 62 SBProcess sb_process(process->shared_from_this()); in PrivateBreakpointHitCallback()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 29 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 D | SBTarget.h | 72 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 D | SBExecutionContext.h | 36 SBExecutionContext(const lldb::SBProcess &process); 50 SBProcess GetProcess() const;
|
| H A D | SBQueue.h | 35 lldb::SBProcess GetProcess(); 56 friend class SBProcess;
|
| H A D | SBDebugger.h | 216 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 D | SBThread.h | 191 lldb::SBProcess GetProcess(); 238 friend class SBProcess; variable
|
| H A D | SBDefines.h | 92 class LLDB_API SBProcess; variable 134 typedef bool (*SBBreakpointHitCallback)(void *baton, SBProcess &process,
|
| H A D | SBThreadCollection.h | 49 friend class SBProcess;
|
| H A D | SBProcessInfo.h | 57 friend class SBProcess;
|
| H A D | SBMemoryRegionInfoList.h | 47 friend class SBProcess;
|
| H A D | SBFile.h | 23 friend class SBProcess; variable
|
| H A D | SBUnixSignals.h | 54 friend class SBProcess;
|
| H A D | SBMemoryRegionInfo.h | 121 friend class SBProcess;
|
| H A D | SBBroadcaster.h | 69 friend class SBProcess; variable
|
| H A D | SBEvent.h | 71 friend class SBProcess; variable
|
| H A D | SBFileSpec.h | 75 friend class SBProcess; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 86 // 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 D | python-typemaps.swig | 191 // 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.
|