Home
last modified time | relevance | path

Searched refs:wp_options (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp189 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument
197 wp_options->SetCallback (WatchpointOptionsCallbackFunction, baton_sp); in CollectDataForWatchpointCommandCallback()
200 wp_options, // callback_data in CollectDataForWatchpointCommandCallback()
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
239 wp_options->SetCallback (WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
283 WatchpointOptions *wp_options = (WatchpointOptions *) callback_data; in GenerateWatchpointCommandCallback() local
284 if (wp_options) in GenerateWatchpointCommandCallback()
286 Baton *wp_options_baton = wp_options->GetBaton(); in GenerateWatchpointCommandCallback()
302 WatchpointOptions *wp_options = (WatchpointOptions *) callback_data; in GenerateWatchpointCommandCallback() local
303 if (wp_options) in GenerateWatchpointCommandCallback()
[all …]
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h216 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
DScriptInterpreter.h351 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
364 SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp1479 WatchpointOptions *wp_options = (WatchpointOptions *)baton; in GenerateWatchpointOptionsCommandCallback() local
1491wp_options->SetCallback (ScriptInterpreterPython::WatchpointCallbackFunction, baton_sp); in GenerateWatchpointOptionsCommandCallback()
1552 ScriptInterpreterPython::CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument
1563 wp_options, // baton in CollectDataForWatchpointCommandCallback()
1609 ScriptInterpreterPython::SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
1624 wp_options->SetCallback (ScriptInterpreterPython::WatchpointCallbackFunction, baton_sp); in SetWatchpointCommandCallback()