Home
last modified time | relevance | path

Searched refs:SBExecutionContext (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp22 SBExecutionContext::SBExecutionContext() { LLDB_INSTRUMENT_VA(this); } in SBExecutionContext() function in SBExecutionContext
24 SBExecutionContext::SBExecutionContext(const lldb::SBExecutionContext &rhs) in SBExecutionContext() function in SBExecutionContext
29 SBExecutionContext::SBExecutionContext( in SBExecutionContext() function in SBExecutionContext
35 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext() function in SBExecutionContext
42 SBExecutionContext::SBExecutionContext(const lldb::SBProcess &process) in SBExecutionContext() function in SBExecutionContext
49 SBExecutionContext::SBExecutionContext(lldb::SBThread thread) in SBExecutionContext() function in SBExecutionContext
56 SBExecutionContext::SBExecutionContext(const lldb::SBFrame &frame) in SBExecutionContext() function in SBExecutionContext
63 SBExecutionContext::~SBExecutionContext() = default;
65 const SBExecutionContext &SBExecutionContext::
66 operator=(const lldb::SBExecutionContext &rhs) { in operator =()
[all …]
H A DSBCommandInterpreter.cpp175 SBExecutionContext sb_exe_ctx; in HandleCommand()
180 const char *command_line, SBExecutionContext &override_context, in HandleCommand()
205 lldb::SBFileSpec &file, lldb::SBExecutionContext &override_context, in HandleCommandsFromFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h26 class LLDB_API SBExecutionContext {
30 SBExecutionContext();
32 SBExecutionContext(const lldb::SBExecutionContext &rhs);
34 SBExecutionContext(const lldb::SBTarget &target);
36 SBExecutionContext(const lldb::SBProcess &process);
38 SBExecutionContext(lldb::SBThread thread); // can't be a const& because
42 SBExecutionContext(const lldb::SBFrame &frame);
44 ~SBExecutionContext();
46 const SBExecutionContext &operator=(const lldb::SBExecutionContext &rhs);
61 SBExecutionContext(lldb::ExecutionContextRefSP exe_ctx_ref_sp);
H A DSBCommandInterpreter.h198 SBExecutionContext &exe_ctx,
203 lldb::SBExecutionContext &override_context,
H A DSBFrame.h213 friend class SBExecutionContext;
198 friend class SBExecutionContext; global() variable
H A DSBThread.h236 friend class SBExecutionContext;
221 friend class SBExecutionContext; global() variable
H A DSBDefines.h72 class LLDB_API SBExecutionContext; variable
H A DSBProcess.h590 friend class SBExecutionContext; variable
H A DSBTarget.h952 friend class SBExecutionContext; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExecutionContextDocstrings.i3 ) lldb::SBExecutionContext;
H A DSBExecutionContextExtensions.i1 %extend lldb::SBExecutionContext {
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig74 return ToSWIGHelper(new lldb::SBExecutionContext(std::move(ctx_sp)),
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig31 #include "lldb/API/SBExecutionContext.h"
H A Dinterfaces.swig112 %include "lldb/API/SBExecutionContext.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13359 lldb::SBExecutionContext *arg3 = 0 ; in _wrap_SBCommandInterpreter_HandleCommand__SWIG_2()
13403 lldb::SBExecutionContext *arg3 = 0 ; in _wrap_SBCommandInterpreter_HandleCommand__SWIG_3()
13608 lldb::SBExecutionContext *arg3 = 0 ; in _wrap_SBCommandInterpreter_HandleCommandsFromFile()
26212 lldb::SBExecutionContext *result = 0 ; in _wrap_new_SBExecutionContext__SWIG_0()
26215 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext(); in _wrap_new_SBExecutionContext__SWIG_0()
26229 lldb::SBExecutionContext *arg1 = 0 ; in _wrap_new_SBExecutionContext__SWIG_1()
26230 lldb::SBExecutionContext *result = 0 ; in _wrap_new_SBExecutionContext__SWIG_1()
26239 …result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBExecutionContext const … in _wrap_new_SBExecutionContext__SWIG_1()
26254 lldb::SBExecutionContext *result = 0 ; in _wrap_new_SBExecutionContext__SWIG_2()
26263 … result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBTarget const &)*arg1); in _wrap_new_SBExecutionContext__SWIG_2()
[all …]
H A DMakefile55 SRCS+= API/SBExecutionContext.cpp