| /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(std::unique_ptr<lldb::SBCommandReturnObject> result_up) { 16 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ValueObjectSP value_sp) { 20 PythonObject SWIGBridge::ToSWIGWrapper(lldb::TargetSP target_sp) { 25 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ProcessSP process_sp) { 30 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ModuleSP module_sp) { 35 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ThreadPlanSP thread_plan_sp) { 40 PythonObject SWIGBridge::ToSWIGWrapper(lldb::BreakpointSP breakpoint_sp) { 45 PythonObject SWIGBridge::ToSWIGWrapper(Status&& status) { 49 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb) { [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 | 19 class SWIGBridge; variable 22 class SWIGBridge; variable 127 friend class lldb_private::python::SWIGBridge; 128 friend class lldb_private::lua::SWIGBridge;
|
| H A D | SBFrame.h | 17 class SWIGBridge; variable 20 class SWIGBridge; variable 227 friend class lldb_private::python::SWIGBridge; 228 friend class lldb_private::lua::SWIGBridge;
|
| H A D | SBExecutionContext.h | 21 class SWIGBridge; variable 59 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 | SBSymbolContext.h | 22 class SWIGBridge; variable 69 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBError.h | 17 class SWIGBridge; variable 103 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBThreadPlan.h | 18 class SWIGBridge; variable 123 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 | SBCommandReturnObject.h | 22 class SWIGBridge; variable 146 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBBreakpoint.h | 19 class SWIGBridge; variable 169 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBThread.h | 18 class SWIGBridge; variable 248 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBValue.h | 21 class SWIGBridge; variable 450 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBType.h | 16 class SWIGBridge; variable 290 friend class lldb_private::python::SWIGBridge;
|
| H A D | SBProcess.h | 21 class SWIGBridge; variable 601 friend class lldb_private::python::SWIGBridge;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 416 return python::SWIGBridge::ToSWIGWrapper(arg.Clone()); in Transform() 420 return python::SWIGBridge::ToSWIGWrapper(std::move(arg)); in Transform() 424 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 428 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 432 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 436 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 440 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 444 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 448 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() 452 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1463 PythonObject ret_val = SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer( in CreateFrameRecognizer() 1489 SWIGBridge::LLDBSwigPython_GetRecognizedArguments( in GetRecognizedArguments() 1505 SWIGBridge::LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetRecognizedArguments() 1533 SWIGBridge::LLDBSwigPython_ShouldHide(implementor.get(), frame_sp); in ShouldHide() 1601 SWIGBridge::LLDBSwigPythonCreateScriptedBreakpointResolver( in CreateScriptedBreakpointResolver() 1616 should_continue = SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchCallback() 1633 depth_as_int = SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchDepth() 1680 auto setting = (PyObject *)SWIGBridge::LLDBSWIGPython_GetDynamicSetting( in GetDynamicSettings() 1719 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateSyntheticProvider( in CreateSyntheticScriptedProvider() 1738 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateCommandObject( in CreateScriptCommandObject() [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()
|