Home
last modified time | relevance | path

Searched defs:bp_options (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp343 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
352 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,bool is_callback) SetBreakpointCommandCallback() argument
358 RegisterBreakpointCallback(BreakpointOptions & bp_options,const char * command_body_text,StructuredData::ObjectSP extra_args_sp) RegisterBreakpointCallback() argument
/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp233 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction() local
259 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody() local
H A DSBBreakpointName.cpp572 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction() local
597 BreakpointOptions &bp_options = bp_name->GetOptions(); SetScriptCallbackBody() local
H A DSBBreakpoint.cpp616 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); SetScriptCallbackFunction() local
640 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); SetScriptCallbackBody() local
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h324 SetBreakpointCommandCallbackFunction(BreakpointOptions &bp_options, in SetBreakpointCommandCallback() argument
334 SetBreakpointCommandCallback(BreakpointOptions & bp_options,std::unique_ptr<BreakpointOptions::CommandData> & data_up) SetBreakpointCommandCallback() argument
347 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp42 WatchpointOptions *bp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp294 auto bp_options = std::make_unique<BreakpointOptions>( CreateFromStructuredData() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1173 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
1215 SetBreakpointCommandCallback(BreakpointOptions & bp_options,std::unique_ptr<BreakpointOptions::CommandData> & cmd_data_up) SetBreakpointCommandCallback() argument
1233 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,bool is_callback) SetBreakpointCommandCallback() argument
1241 SetBreakpointCommandCallback(BreakpointOptions & bp_options,const char * command_body_text,StructuredData::ObjectSP extra_args_sp,bool uses_extra_args,bool is_callback) SetBreakpointCommandCallback() argument
[all...]