Searched defs:extra_args_sp (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h36 CommandDataPython(StructuredData::ObjectSP extra_args_sp) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h29 CommandDataLua(StructuredData::ObjectSP extra_args_sp) argument
H A DLua.cpp79 CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, lldb::BreakpointLocationSP bp_loc_sp, StructuredData::ObjectSP extra_args_sp) argument
H A DScriptInterpreterLua.cpp342 SetBreakpointCommandCallbackFunction( BreakpointOptions &bp_options, const char *function_name, StructuredData::ObjectSP extra_args_sp) argument
357 RegisterBreakpointCallback( BreakpointOptions &bp_options, const char *command_body_text, StructuredData::ObjectSP extra_args_sp) argument
378 RegisterWatchpointCallback( WatchpointOptions *wp_options, const char *command_body_text, StructuredData::ObjectSP extra_args_sp) argument
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp136 SetBreakpointCommandCallbackFunction( std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, const char *function_name, StructuredData::ObjectSP extra_args_sp) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h389 SetBreakpointCommandCallbackFunction(BreakpointOptions &bp_options, const char *function_name, StructuredData::ObjectSP extra_args_sp) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1369 QueueThreadPlanForStepScripted( bool abort_other_plans, const char *class_name, StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, Status &status) argument
H A DTarget.cpp662 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) argument
3845 SetScriptCallback( std::string class_name, StructuredData::ObjectSP extra_args_sp) argument

Completed in 286 milliseconds