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

/freebsd-10.2-release/contrib/llvm/tools/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...]
/freebsd-10.2-release/contrib/llvm/tools/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
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp209 // The WatchpointOptions object is owned by the watchpoint or watchpoint location
210 WatchpointOptions *wp_options = (WatchpointOptions *) io_handler.GetUserData();
213 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData());
217 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release()));
224 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
235 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
238 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions
[all...]
/freebsd-10.2-release/lib/clang/liblldbBreakpoint/
H A DMakefile28 WatchpointOptions.cpp
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp58 WatchpointOptions *bp_options,
H A DScriptInterpreterPython.cpp29 #include "lldb/Breakpoint/WatchpointOptions.h"
284 WatchpointOptions *wp_options = (WatchpointOptions *)io_handler.GetUserData();
285 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData());
292 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release()));
1086 ScriptInterpreterPython::CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
1118 ScriptInterpreterPython::SetWatchpointCommandCallback (WatchpointOptions *wp_options,
1121 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h373 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
386 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
H A DScriptInterpreterPython.h227 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
237 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h267 class WatchpointOptions;

Completed in 118 milliseconds