Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp155 SBExecutionContext sb_exe_ctx; in HandleCommand()
160 const char *command_line, SBExecutionContext &override_context, in HandleCommand()
185 lldb::SBFileSpec &file, lldb::SBExecutionContext &override_context, in HandleCommandsFromFile()
H A DCMakeLists.txt38 SBExecutionContext.cpp
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExecutionContext.h20 class LLDB_API SBExecutionContext {
24 SBExecutionContext();
26 SBExecutionContext(const lldb::SBExecutionContext &rhs);
28 SBExecutionContext(lldb::ExecutionContextRefSP exe_ctx_ref_sp);
30 SBExecutionContext(const lldb::SBTarget &target);
32 SBExecutionContext(const lldb::SBProcess &process);
34 SBExecutionContext(lldb::SBThread thread); // can't be a const& because
38 SBExecutionContext(const lldb::SBFrame &frame);
40 ~SBExecutionContext();
42 const SBExecutionContext &operator=(const lldb::SBExecutionContext &rhs);
H A DSBCommandInterpreter.h164 SBExecutionContext &exe_ctx,
169 lldb::SBExecutionContext &override_context,
H A DSBFrame.h191 friend class SBExecutionContext; variable
H A DSBDefines.h55 class LLDB_API SBExecutionContext; variable
H A DSBThread.h217 friend class SBExecutionContext; variable
H A DSBProcess.h432 friend class SBExecutionContext; variable
H A DSBTarget.h871 friend class SBExecutionContext; variable
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExecutionContext.i13 ) SBExecutionContext;
14 class SBExecutionContext
17 SBExecutionContext();
19 SBExecutionContext (const lldb::SBExecutionContext &rhs);
21 SBExecutionContext (const lldb::SBTarget &target);
23 SBExecutionContext (const lldb::SBProcess &process);
25SBExecutionContext (lldb::SBThread thread); // can't be a const& because SBThread::get() isn't its…
27 SBExecutionContext (const lldb::SBFrame &frame);
29 ~SBExecutionContext();
H A DSBCommandInterpreter.i147 …HandleCommand (const char *command_line, SBExecutionContext &exe_ctx, SBCommandReturnObject &resul…
151 lldb::SBExecutionContext &override_context,
/llvm-project-15.0.7/lldb/test/API/commands/command/script/
H A Dcallables.py14 not isinstance(context, lldb.SBExecutionContext))):
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn60 "SBExecutionContext.cpp",
/llvm-project-15.0.7/lldb/bindings/
H A Dinterfaces.swig32 %include "./interface/SBExecutionContext.i"
H A Dheaders.swig28 #include "lldb/API/SBExecutionContext.h"
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig96 return ToSWIGHelper(new lldb::SBExecutionContext(std::move(ctx_sp)),
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess44 …irect 301 /python_reference/lldb.SBExecutionContext-class.html https://lldb.llvm.org/python_api/ll…
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst512 Since lldb 3.5.2, LLDB Python commands can also take an SBExecutionContext as an
534 | ``exe_ctx`` | `lldb.SBExecutionContext` | An execution context object carrying around …
914 | ``handle_stop`` | ``exe_ctx: lldb.SBExecutionContext`` | This is the called when the target s…
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3614 lldb/include/lldb/API/SBExecutionContext.h