Home
last modified time | relevance | path

Searched refs:bp_options (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp211 CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options, in CollectDataForBreakpointCommandCallback() argument
219 bp_options->SetCallback (BreakpointOptionsCallbackFunction, baton_sp); in CollectDataForBreakpointCommandCallback()
222 bp_options, // baton in CollectDataForBreakpointCommandCallback()
248 SetBreakpointCommandCallback (BreakpointOptions *bp_options, in SetBreakpointCommandCallback() argument
261 bp_options->SetCallback (BreakpointOptionsCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
305 BreakpointOptions *bp_options = (BreakpointOptions *) baton; in GenerateBreakpointCommandCallback() local
306 if (bp_options) in GenerateBreakpointCommandCallback()
308 Baton *bp_options_baton = bp_options->GetBaton(); in GenerateBreakpointCommandCallback()
324 BreakpointOptions *bp_options = (BreakpointOptions *) baton; in GenerateBreakpointCommandCallback() local
325 if (bp_options) in GenerateBreakpointCommandCallback()
[all …]
/external/lldb/source/Interpreter/
DScriptInterpreter.cpp47 BreakpointOptions *bp_options, in CollectDataForBreakpointCommandCallback() argument
58 WatchpointOptions *bp_options, in CollectDataForWatchpointCommandCallback() argument
DScriptInterpreterPython.cpp1362 BreakpointOptions *bp_options = (BreakpointOptions *)baton; in GenerateBreakpointOptionsCommandCallback() local
1374bp_options->SetCallback (ScriptInterpreterPython::BreakpointCallbackFunction, baton_sp); in GenerateBreakpointOptionsCommandCallback()
1519 ScriptInterpreterPython::CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options, in CollectDataForBreakpointCommandCallback() argument
1530 bp_options, // baton in CollectDataForBreakpointCommandCallback()
1586 ScriptInterpreterPython::SetBreakpointCommandCallback (BreakpointOptions *bp_options, in SetBreakpointCommandCallback() argument
1601 bp_options->SetCallback (ScriptInterpreterPython::BreakpointCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h212 CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options,
221 SetBreakpointCommandCallback (BreakpointOptions *bp_options,
DScriptInterpreter.h347 CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options,
356 SetBreakpointCommandCallback (BreakpointOptions *bp_options, in SetBreakpointCommandCallback() argument