Home
last modified time | relevance | path

Searched refs:SWIGBridge (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig12 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ValueObjectSP value_sp) {
16 PythonObject SWIGBridge::ToSWIGWrapper(lldb::TargetSP target_sp) {
21 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ProcessSP process_sp) {
36 PythonObject SWIGBridge::ToSWIGWrapper(const Status& status) {
52 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ThreadSP thread_sp) {
57 PythonObject SWIGBridge::ToSWIGWrapper(lldb::StackFrameSP frame_sp) {
62 PythonObject SWIGBridge::ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {
91 PythonObject SWIGBridge::ToSWIGWrapper(const SymbolContext &sym_ctx) {
112 SWIGBridge::ToSWIGWrapper(CommandReturnObject &cmd_retobj) {
123 PythonObject SWIGBridge::ToSWIGWrapper(
[all …]
H A Dpython-wrapper.swig40 PythonObject frame_arg = SWIGBridge::ToSWIGWrapper(frame_sp);
41 PythonObject bp_loc_arg = SWIGBridge::ToSWIGWrapper(bp_loc_sp);
85 pfunc(SWIGBridge::ToSWIGWrapper(frame_sp), SWIGBridge::ToSWIGWrapper(wp_sp), dict);
112 pfunc(SWIGBridge::ToSWIGWrapper(type_impl_sp), dict);
169 PythonObject value_arg = SWIGBridge::ToSWIGWrapper(valobj_sp);
379 pfunc(SWIGBridge::ToSWIGWrapper(breakpoint_sp), SWIGBridge::ToSWIGWrapper(args_impl), dict);
458 pfunc(SWIGBridge::ToSWIGWrapper(target_sp), SWIGBridge::ToSWIGWrapper(args_impl), dict);
802 auto cmd_retobj_arg = SWIGBridge::ToSWIGWrapper(cmd_retobj);
851 return pfunc(SWIGBridge::ToSWIGWrapper(process_sp));
877 PythonObject arg = SWIGBridge::ToSWIGWrapper(frame_sp);
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h17 class SWIGBridge; variable
20 class SWIGBridge; variable
91 friend class lldb_private::python::SWIGBridge;
92 friend class lldb_private::lua::SWIGBridge;
H A DSBBreakpointLocation.h17 class SWIGBridge; variable
20 class SWIGBridge; variable
103 friend class lldb_private::python::SWIGBridge;
104 friend class lldb_private::lua::SWIGBridge;
H A DSBStructuredData.h18 class SWIGBridge; variable
21 class SWIGBridge; variable
123 friend class lldb_private::python::SWIGBridge;
124 friend class lldb_private::lua::SWIGBridge;
H A DSBFrame.h17 class SWIGBridge; variable
20 class SWIGBridge; variable
218 friend class lldb_private::python::SWIGBridge;
219 friend class lldb_private::lua::SWIGBridge;
H A DSBFormat.h16 class SWIGBridge; variable
19 class SWIGBridge; variable
H A DSBExecutionContext.h20 class SWIGBridge; variable
57 friend class lldb_private::python::SWIGBridge;
H A DSBEvent.h19 class SWIGBridge; variable
76 friend class lldb_private::python::SWIGBridge;
H A DSBSymbolContext.h22 class SWIGBridge; variable
69 friend class lldb_private::python::SWIGBridge;
H A DSBError.h17 class SWIGBridge; variable
97 friend class lldb_private::python::SWIGBridge;
H A DSBCommandReturnObject.h22 class SWIGBridge; variable
139 friend class lldb_private::python::SWIGBridge;
H A DSBTypeSummary.h17 class SWIGBridge; variable
47 friend class lldb_private::python::SWIGBridge;
H A DSBThreadPlan.h18 class SWIGBridge; variable
120 friend class lldb_private::python::SWIGBridge;
H A DSBBreakpoint.h19 class SWIGBridge; variable
164 friend class lldb_private::python::SWIGBridge;
H A DSBThread.h18 class SWIGBridge; variable
247 friend class lldb_private::python::SWIGBridge;
H A DSBType.h16 class SWIGBridge; variable
249 friend class lldb_private::python::SWIGBridge;
H A DSBValue.h21 class SWIGBridge; variable
432 friend class lldb_private::python::SWIGBridge;
H A DSBProcess.h21 class SWIGBridge; variable
458 friend class lldb_private::python::SWIGBridge;
H A DSBDebugger.h20 class SWIGBridge; variable
479 friend class lldb_private::python::SWIGBridge;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1589 explains_stop = SWIGBridge::LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanExplainsStop()
1606 should_stop = SWIGBridge::LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanShouldStop()
1623 is_stale = SWIGBridge::LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanIsStale()
1640 should_step = SWIGBridge::LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanGetRunState()
1663 return SWIGBridge::LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanGetStopDescription()
1984 ret_val = SWIGBridge::LLDBSwigPythonCallTypeScript( in GetScriptedSummary()
2358 SWIGBridge::LLDBSWIGPythonRunScriptKeywordThread( in RunScriptFormatKeyword()
2408 SWIGBridge::LLDBSWIGPythonRunScriptKeywordFrame( in RunScriptFormatKeyword()
2614 if (!SWIGBridge::LLDBSwigPythonCallModuleInit( in LoadScriptingModule()
2710 ret_val = SWIGBridge::LLDBSwigPythonCallCommand( in RunScriptBasedCommand()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h310 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
314 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
318 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
322 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
326 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
330 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
334 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig7 lldb_private::lua::SWIGBridge::LLDBSwigLuaBreakpointCallbackFunction(
46 lldb_private::lua::SWIGBridge::LLDBSwigLuaWatchpointCallbackFunction(
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DSWIGLuaBridge.h20 class SWIGBridge {
H A DLua.cpp86 return lua::SWIGBridge::LLDBSwigLuaBreakpointCallbackFunction( in CallBreakpointCallback()
112 return lua::SWIGBridge::LLDBSwigLuaWatchpointCallbackFunction( in CallWatchpointCallback()

12