| /llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonTestSuite.cpp | 42 lldb_private::python::SWIGBridge::LLDBSwigPythonBreakpointCallbackFunction( in LLDBSwigPythonBreakpointCallbackFunction() 50 bool lldb_private::python::SWIGBridge::LLDBSwigPythonWatchpointCallbackFunction( in LLDBSwigPythonWatchpointCallbackFunction() 56 bool lldb_private::python::SWIGBridge::LLDBSwigPythonFormatterCallbackFunction( in LLDBSwigPythonFormatterCallbackFunction() 62 bool lldb_private::python::SWIGBridge::LLDBSwigPythonCallTypeScript( in LLDBSwigPythonCallTypeScript() 70 lldb_private::python::SWIGBridge::LLDBSwigPythonCreateSyntheticProvider( in LLDBSwigPythonCreateSyntheticProvider() 77 lldb_private::python::SWIGBridge::LLDBSwigPythonCreateCommandObject( in LLDBSwigPythonCreateCommandObject() 83 python::PythonObject lldb_private::python::SWIGBridge:: 91 lldb_private::python::SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in LLDBSwigPythonCallBreakpointResolver() 97 size_t lldb_private::python::SWIGBridge::LLDBSwigPython_CalculateNumChildren( in LLDBSwigPython_CalculateNumChildren() 102 PyObject *lldb_private::python::SWIGBridge [all...] |
| /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::ModuleSP module_sp) { 31 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ThreadPlanSP thread_plan_sp) { 36 PythonObject SWIGBridge::ToSWIGWrapper(lldb::BreakpointSP breakpoint_sp) { 41 PythonObject SWIGBridge::ToSWIGWrapper(Status&& status) { 45 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb) { 49 PythonObject SWIGBridge [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 [all...] |
| /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; 22 class SWIGBridge; 127 friend class lldb_private::python::SWIGBridge; 128 friend class lldb_private::lua::SWIGBridge; 18 class SWIGBridge; global() variable 21 class SWIGBridge; global() variable
|
| 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 | SBFormat.h | 16 class SWIGBridge; variable 19 class SWIGBridge; variable
|
| H A D | SBExecutionContext.h | 21 class SWIGBridge; 58 friend class lldb_private::python::SWIGBridge; 20 class SWIGBridge; global() variable
|
| 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 103 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 140 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 248 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 453 friend class lldb_private::python::SWIGBridge;
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 416 return python::SWIGBridge::ToSWIGWrapper(arg.Clone()); in FormatArgs() 420 return python::SWIGBridge::ToSWIGWrapper(std::move(arg)); 424 return python::SWIGBridge::ToSWIGWrapper(arg); 428 return python::SWIGBridge::ToSWIGWrapper(arg); 432 return python::SWIGBridge::ToSWIGWrapper(arg); 436 return python::SWIGBridge::ToSWIGWrapper(arg); 440 return python::SWIGBridge::ToSWIGWrapper(arg); 444 return python::SWIGBridge::ToSWIGWrapper(arg); 448 return python::SWIGBridge::ToSWIGWrapper(arg); 452 return python::SWIGBridge [all...] |
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1457 PythonObject ret_val = SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer( in GenerateTypeSynthClass() 1483 SWIGBridge::LLDBSwigPython_GetRecognizedArguments( in CreateFrameRecognizer() 1499 SWIGBridge::LLDBSWIGPython_GetValueObjectSPFromSBValue(sb_value_ptr); in GetRecognizedArguments() 1527 SWIGBridge::LLDBSwigPython_ShouldHide(implementor.get(), frame_sp); in GetRecognizedArguments() 1595 SWIGBridge::LLDBSwigPythonCreateScriptedBreakpointResolver( in ScriptedBreakpointResolverSearchCallback() 1610 should_continue = SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchDepth() 1627 depth_as_int = SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchDepth() 1674 auto setting = (PyObject *)SWIGBridge::LLDBSWIGPython_GetDynamicSetting( in ScriptedStopHookHandleStop() 1713 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateSyntheticProvider( in GetDynamicSettings() 1732 PythonObject ret_val = SWIGBridge in CreateSyntheticScriptedProvider() [all...] |
| /llvm-project/lldb/unittests/ScriptInterpreter/Lua/ |
| H A D | LuaTests.cpp | 18 lldb_private::lua::SWIGBridge::LLDBSwigLuaBreakpointCallbackFunction( in LLDBSwigLuaBreakpointCallbackFunction() 26 lldb_private::lua::SWIGBridge::LLDBSwigLuaWatchpointCallbackFunction( in LLDBSwigLuaWatchpointCallbackFunction()
|
| /llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 7 lldb_private::lua::SWIGBridge::LLDBSwigLuaBreakpointCallbackFunction( 46 lldb_private::lua::SWIGBridge::LLDBSwigLuaWatchpointCallbackFunction(
|
| /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()
|