Searched refs:wp_options (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectWatchpointCommand.cpp | 227 WatchpointOptions *wp_options = in IOHandlerInputComplete() local 229 if (wp_options) { in IOHandlerInputComplete() 236 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete() 241 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument 246 wp_options); // Baton for the "io_handler" that will be passed back into in CollectDataForWatchpointCommandCallback() 251 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument 266 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback() 437 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local 439 if (wp_options == nullptr) in DoExecute() 451 wp_options, m_options.m_one_liner.c_str()); in DoExecute() [all …]
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 340 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 380 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPythonImpl.h | 248 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 271 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
|
D | ScriptInterpreterPython.cpp | 639 WatchpointOptions *wp_options = in IOHandlerInputComplete() local 648 wp_options->SetCallback( in IOHandlerInputComplete() 1208 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument 1211 " ", *this, wp_options); in CollectDataForWatchpointCommandCallback() 1305 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback() argument 1320 wp_options->SetCallback( in SetWatchpointCommandCallback()
|