Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h36 CommandDataPython(StructuredData::ObjectSP extra_args_sp) in CommandDataPython()
H A DScriptInterpreterPython.cpp1174 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
1242 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,StructuredData::ObjectSP extra_args_sp,bool uses_extra_args,bool is_callback) SetBreakpointCommandCallback() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h29 CommandDataLua(StructuredData::ObjectSP extra_args_sp) in CommandDataLua()
H A DScriptInterpreterLua.cpp344 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
359 RegisterBreakpointCallback(BreakpointOptions & bp_options,const char * command_body_text,StructuredData::ObjectSP extra_args_sp) RegisterBreakpointCallback() argument
380 RegisterWatchpointCallback(WatchpointOptions * wp_options,const char * command_body_text,StructuredData::ObjectSP extra_args_sp) RegisterWatchpointCallback() argument
H A DLua.cpp81 StructuredData::ObjectSP extra_args_sp) { in CallBreakpointCallback()
/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp154 SetBreakpointCommandCallbackFunction(std::vector<std::reference_wrapper<BreakpointOptions>> & bp_options_vec,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h349 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/llvm-project/lldb/source/Target/
H A DThread.cpp1378 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.cpp666 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
3834 SetScriptCallback(std::string class_name,StructuredData::ObjectSP extra_args_sp) SetScriptCallback() argument