Home
last modified time | relevance | path

Searched defs:extra_args_sp (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h36 CommandDataPython(StructuredData::ObjectSP extra_args_sp) in CommandDataPython()
H A DScriptInterpreterPython.cpp1169 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
1237 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,StructuredData::ObjectSP extra_args_sp,bool uses_extra_args,bool is_callback) SetBreakpointCommandCallback() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h29 CommandDataLua(StructuredData::ObjectSP extra_args_sp) in CommandDataLua()
H A DScriptInterpreterLua.cpp344 StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction()
359 StructuredData::ObjectSP extra_args_sp) { in RegisterBreakpointCallback()
380 StructuredData::ObjectSP extra_args_sp) { in RegisterWatchpointCallback()
H A DLua.cpp81 StructuredData::ObjectSP extra_args_sp) { in CallBreakpointCallback()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp138 SetBreakpointCommandCallbackFunction(std::vector<std::reference_wrapper<BreakpointOptions>> & bp_options_vec,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h391 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1371 QueueThreadPlanForStepScripted(bool abort_other_plans,const char * class_name,StructuredData::ObjectSP extra_args_sp,bool stop_other_threads,Status & status) QueueThreadPlanForStepScripted() argument
H A DTarget.cpp665 CreateScriptedBreakpoint(const llvm::StringRef class_name,const FileSpecList * containingModules,const FileSpecList * containingSourceFiles,bool internal,bool request_hardware,StructuredData::ObjectSP extra_args_sp,Status * creation_error) CreateScriptedBreakpoint() argument
3846 SetScriptCallback(std::string class_name,StructuredData::ObjectSP extra_args_sp) SetScriptCallback() argument