Searched refs:SBProcess (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i190 lldb::SBProcess
H A DSBThreadPlan.i125 friend class SBProcess;
H A DSBDebugger.i246 HandleProcessEvent (const lldb::SBProcess &process,
252 HandleProcessEvent (const lldb::SBProcess &process,
H A DSBThread.i12 "Represents a thread of execution. SBProcess contains SBThread(s).
38 See also SBProcess and SBFrame."
291 SBProcess::Continue() is called, any threads that aren't suspended will
336 lldb::SBProcess
362 a part of the SBProcess' thread list and it cannot be manipulated like
446 process = property(GetProcess, None, doc='''A read only property that returns an lldb object that represents the process (lldb.SBProcess) that owns this thread.''')
H A DSBModule.i127 SBModule (lldb::SBProcess &process,
H A DSBValue.i351 lldb::SBProcess
508 process = property(GetProcess, None, doc='''A read only property that returns the lldb.SBProcess that this value is associated with, the returned value might be invalid and should be tested.''')
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h143 /// SBProcess::Continue() is called, any threads that aren't suspended will
184 lldb::SBProcess GetProcess();
214 friend class SBProcess;
H A DSBFileSpec.h72 friend class SBProcess;
H A DSBModule.h30 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr);
H A DSBStream.h78 friend class SBProcess;
H A DSBThreadPlan.h114 friend class SBProcess;
H A DSBCommandInterpreter.h108 lldb::SBProcess GetProcess();
H A DSBData.h145 friend class SBProcess;
H A DSBValue.h277 lldb::SBProcess GetProcess();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp22 #include "lldb/API/SBProcess.h"
175 SBProcess SBTarget::GetProcess() {
176 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBTarget, GetProcess);
178 SBProcess sb_process;
251 SBProcess SBTarget::LoadCore(const char *core_file) {
252 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *),
259 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) {
260 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore,
263 SBProcess sb_process;
283 SBProcess SBTarge
[all...]
H A DSBDebugger.cpp24 #include "lldb/API/SBProcess.h"
491 SBProcess process(GetCommandInterpreter().GetProcess());
516 void SBDebugger::HandleProcessEvent(const SBProcess &process,
521 (const lldb::SBProcess &, const lldb::SBEvent &, SBFile, SBFile), process,
527 void SBDebugger::HandleProcessEvent(const SBProcess &process,
532 (const lldb::SBProcess &, const lldb::SBEvent &, FILE *, FILE *), process,
540 void SBDebugger::HandleProcessEvent(const SBProcess &process,
546 (const lldb::SBProcess &, const lldb::SBEvent &, FileSP, FileSP), process,
579 StateType event_state = SBProcess::GetStateFromEvent(event);
1705 (const lldb::SBProcess
[all...]
H A DSBCommandInterpreter.cpp24 #include "lldb/API/SBProcess.h"
466 SBProcess SBCommandInterpreter::GetProcess() {
467 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBCommandInterpreter, GetProcess);
469 SBProcess sb_process;
911 LLDB_REGISTER_METHOD(lldb::SBProcess, SBCommandInterpreter, GetProcess, ());
H A DSBReproducer.cpp74 RegisterMethods<SBProcess>(R);
H A DSBModule.cpp14 #include "lldb/API/SBProcess.h"
52 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr)
54 LLDB_RECORD_CONSTRUCTOR(SBModule, (lldb::SBProcess &, lldb::addr_t), process,
694 LLDB_REGISTER_CONSTRUCTOR(SBModule, (lldb::SBProcess &, lldb::addr_t));
H A DSBThread.cpp17 #include "lldb/API/SBProcess.h"
1159 SBProcess SBThread::GetProcess() {
1160 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBThread, GetProcess);
1162 SBProcess sb_process;
1497 LLDB_REGISTER_METHOD(lldb::SBProcess, SBThread, GetProcess, ());
H A DSBValue.cpp45 #include "lldb/API/SBProcess.h"
1042 lldb::SBProcess SBValue::GetProcess() {
1043 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBValue, GetProcess);
1045 SBProcess sb_process;
1633 LLDB_REGISTER_METHOD(lldb::SBProcess, SBValue, GetProcess, ());
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile53 SRCS+= API/SBProcess.cpp

Completed in 272 milliseconds

12