| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 12 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 D | python-wrapper.swig | 40 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 D | SBWatchpoint.h | 17 class SWIGBridge; variable 20 class SWIGBridge; variable 91 friend class lldb_private::python::SWIGBridge; 92 friend class lldb_private::lua::SWIGBridge;
|
| H A D | SBBreakpointLocation.h | 17 class SWIGBridge; variable 20 class SWIGBridge; variable 103 friend class lldb_private::python::SWIGBridge; 104 friend class lldb_private::lua::SWIGBridge;
|
| H A D | SBStructuredData.h | 18 class SWIGBridge; variable 21 class SWIGBridge; variable 123 friend class lldb_private::python::SWIGBridge; 124 friend class lldb_private::lua::SWIGBridge;
|
| H A D | SBFrame.h | 17 class SWIGBridge; variable 20 class SWIGBridge; variable 218 friend class lldb_private::python::SWIGBridge; 219 friend class lldb_private::lua::SWIGBridge;
|
| H A D | SBFormat.h | 16 class SWIGBridge; variable 19 class SWIGBridge; variable
|
| H A D | SBExecutionContext.h | 20 class SWIGBridge; variable 57 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBEvent.h | 19 class SWIGBridge; variable 76 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBSymbolContext.h | 22 class SWIGBridge; variable 69 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBError.h | 17 class SWIGBridge; variable 97 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBCommandReturnObject.h | 22 class SWIGBridge; variable 139 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBTypeSummary.h | 17 class SWIGBridge; variable 47 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBThreadPlan.h | 18 class SWIGBridge; variable 120 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBBreakpoint.h | 19 class SWIGBridge; variable 164 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBThread.h | 18 class SWIGBridge; variable 247 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBType.h | 16 class SWIGBridge; variable 249 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBValue.h | 21 class SWIGBridge; variable 432 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBProcess.h | 21 class SWIGBridge; variable 458 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBDebugger.h | 20 class SWIGBridge; variable 479 friend class lldb_private::python::SWIGBridge;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1589 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 D | ScriptedPythonInterface.h | 310 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 D | lua-wrapper.swig | 7 lldb_private::lua::SWIGBridge::LLDBSwigLuaBreakpointCallbackFunction( 46 lldb_private::lua::SWIGBridge::LLDBSwigLuaWatchpointCallbackFunction(
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | SWIGLuaBridge.h | 20 class SWIGBridge {
|
| H A D | Lua.cpp | 86 return lua::SWIGBridge::LLDBSwigLuaBreakpointCallbackFunction( in CallBreakpointCallback() 112 return lua::SWIGBridge::LLDBSwigLuaWatchpointCallbackFunction( in CallWatchpointCallback()
|