Searched defs:wp_options (Results 1 - 3 of 3) sorted by relevance

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

Completed in 72 milliseconds