| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 8 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb) { 12 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ValueObjectSP value_sp) { 16 PythonObject SWIGBridge::ToSWIGWrapper(lldb::TargetSP target_sp) { 21 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ProcessSP process_sp) { 26 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ThreadPlanSP thread_plan_sp) { 31 PythonObject SWIGBridge::ToSWIGWrapper(lldb::BreakpointSP breakpoint_sp) { 36 PythonObject SWIGBridge::ToSWIGWrapper(const Status& status) { 40 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb) { 44 PythonObject SWIGBridge::ToSWIGWrapper(const StructuredDataImpl &data_impl) { 48 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ThreadSP thread_sp) { [all …]
|
| H A D | python-wrapper.swig | 19 llvm::Expected<bool> lldb_private::python::SWIGBridge::LLDBSwigPythonBreakpointCallbackFunction( 40 PythonObject frame_arg = SWIGBridge::ToSWIGWrapper(frame_sp); 41 PythonObject bp_loc_arg = SWIGBridge::ToSWIGWrapper(bp_loc_sp); 46 : pfunc.Call(frame_arg, bp_loc_arg, SWIGBridge::ToSWIGWrapper(args_impl), dict); 68 bool lldb_private::python::SWIGBridge::LLDBSwigPythonWatchpointCallbackFunction( 85 pfunc(SWIGBridge::ToSWIGWrapper(frame_sp), SWIGBridge::ToSWIGWrapper(wp_sp), dict); 97 bool lldb_private::python::SWIGBridge::LLDBSwigPythonFormatterCallbackFunction( 112 pfunc(SWIGBridge::ToSWIGWrapper(type_impl_sp), dict); 119 bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallTypeScript( 169 PythonObject value_arg = SWIGBridge::ToSWIGWrapper(valobj_sp); [all …]
|
| /freebsd/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 | SBExecutionContext.h | 20 class SWIGBridge; variable 57 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 | SBEvent.h | 20 class SWIGBridge; variable 78 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBError.h | 17 class SWIGBridge; variable 98 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 283 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBValue.h | 21 class SWIGBridge; variable 451 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBProcess.h | 21 class SWIGBridge; variable 599 friend class lldb_private::python::SWIGBridge;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 313 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 317 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 321 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 325 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 329 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 333 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 337 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 341 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 345 return python::SWIGBridge::ToSWIGWrapper(arg.get()); in Transform() 349 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1480 PythonObject ret_val = SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer( in CreateFrameRecognizer() 1506 SWIGBridge::LLDBSwigPython_GetRecognizedArguments( in GetRecognizedArguments() 1522 SWIGBridge::LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetRecognizedArguments() 1584 SWIGBridge::LLDBSwigPythonCreateScriptedBreakpointResolver( in CreateScriptedBreakpointResolver() 1599 should_continue = SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchCallback() 1616 depth_as_int = SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchDepth() 1656 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateScriptedStopHook( in CreateScriptedStopHook() 1676 bool ret_val = SWIGBridge::LLDBSwigPythonStopHookCallHandleStop( in ScriptedStopHookHandleStop() 1713 auto setting = (PyObject *)SWIGBridge::LLDBSWIGPython_GetDynamicSetting( in GetDynamicSettings() 1752 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateSyntheticProvider( in CreateSyntheticScriptedProvider() [all …]
|
| H A D | ScriptedPythonInterface.h | |
| H A D | ScriptedPlatformPythonInterface.cpp | |
| /freebsd/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/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()
|