Searched refs:SBExecutionContext (Results 1 – 16 of 16) sorted by relevance
22 SBExecutionContext::SBExecutionContext() { LLDB_INSTRUMENT_VA(this); } in SBExecutionContext() function in SBExecutionContext24 SBExecutionContext::SBExecutionContext(const lldb::SBExecutionContext &rhs) in SBExecutionContext() function in SBExecutionContext29 SBExecutionContext::SBExecutionContext( in SBExecutionContext() function in SBExecutionContext35 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext() function in SBExecutionContext42 SBExecutionContext::SBExecutionContext(const lldb::SBProcess &process) in SBExecutionContext() function in SBExecutionContext49 SBExecutionContext::SBExecutionContext(lldb::SBThread thread) in SBExecutionContext() function in SBExecutionContext56 SBExecutionContext::SBExecutionContext(const lldb::SBFrame &frame) in SBExecutionContext() function in SBExecutionContext63 SBExecutionContext::~SBExecutionContext() = default;65 const SBExecutionContext &SBExecutionContext::66 operator=(const lldb::SBExecutionContext &rhs) { in operator =()[all …]
175 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()
26 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& because42 SBExecutionContext(const lldb::SBFrame &frame);44 ~SBExecutionContext();46 const SBExecutionContext &operator=(const lldb::SBExecutionContext &rhs);61 SBExecutionContext(lldb::ExecutionContextRefSP exe_ctx_ref_sp);
198 SBExecutionContext &exe_ctx,203 lldb::SBExecutionContext &override_context,
213 friend class SBExecutionContext; variable
236 friend class SBExecutionContext; variable
72 class LLDB_API SBExecutionContext; variable
590 friend class SBExecutionContext; variable
952 friend class SBExecutionContext; variable
3 ) lldb::SBExecutionContext;
1 %extend lldb::SBExecutionContext {
74 return ToSWIGHelper(new lldb::SBExecutionContext(std::move(ctx_sp)),
31 #include "lldb/API/SBExecutionContext.h"
112 %include "lldb/API/SBExecutionContext.h"
13359 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 …]
40 SRCS+= API/SBExecutionContext.cpp