Searched refs:WatchpointOptions (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp1 //===-- WatchpointOptions.cpp -----------------------------------*- C++ -*-===//
10 #include "lldb/Breakpoint/WatchpointOptions.h"
29 WatchpointOptions::NullCallback (void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id)
35 // WatchpointOptions constructor
37 WatchpointOptions::WatchpointOptions() : function in class:WatchpointOptions
38 m_callback (WatchpointOptions::NullCallback),
46 // WatchpointOptions copy constructor
48 WatchpointOptions::WatchpointOptions(cons function in class:WatchpointOptions
[all...]
H A DAndroid.mk32 WatchpointOptions.cpp
/external/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h1 //===-- WatchpointOptions.h -------------------------------------*- C++ -*-===//
24 /// @class WatchpointOptions WatchpointOptions.h "lldb/Breakpoint/WatchpointOptions.h"
28 class WatchpointOptions class in namespace:lldb_private
38 WatchpointOptions();
39 WatchpointOptions(const WatchpointOptions& rhs);
41 static WatchpointOptions *
42 CopyOptionsNoCallback (WatchpointOptions
[all...]
H A DWatchpoint.h25 #include "lldb/Breakpoint/WatchpointOptions.h"
119 /// Returns the WatchpointOptions structure set for this watchpoint.
122 /// A pointer to this watchpoint's WatchpointOptions.
124 WatchpointOptions *
233 WatchpointOptions m_options; // Settable watchpoint options, which is a delegate to handle
/external/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp189 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
193 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData());
196 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release()));
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
229 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData());
238 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release()));
283 WatchpointOptions *wp_options = (WatchpointOptions *) callback_dat
[all...]
/external/lldb/source/Interpreter/
H A DScriptInterpreter.cpp58 WatchpointOptions *bp_options,
H A DScriptInterpreterPython.cpp34 #include "lldb/Breakpoint/WatchpointOptions.h"
1479 WatchpointOptions *wp_options = (WatchpointOptions *)baton;
1480 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData());
1490 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release()));
1552 ScriptInterpreterPython::CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
1609 ScriptInterpreterPython::SetWatchpointCommandCallback (WatchpointOptions *wp_options,
1612 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions
[all...]
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h351 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
364 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
H A DScriptInterpreterPython.h216 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
/external/lldb/include/lldb/
H A Dlldb-forward.h253 class WatchpointOptions;

Completed in 204 milliseconds