HomeSort by relevance Sort by last modified time
    Searched refs:WatchpointOptions (Results 1 - 10 of 10) sorted by null

  /external/lldb/source/Breakpoint/
WatchpointOptions.cpp 1 //===-- 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() :
38 m_callback (WatchpointOptions::NullCallback),
46 // WatchpointOptions copy constructor
48 WatchpointOptions::WatchpointOptions(const WatchpointOptions& rhs)
    [all...]
Android.mk 32 WatchpointOptions.cpp
  /external/lldb/include/lldb/Breakpoint/
WatchpointOptions.h 1 //===-- WatchpointOptions.h -------------------------------------*- C++ -*-===//
24 /// @class WatchpointOptions WatchpointOptions.h "lldb/Breakpoint/WatchpointOptions.h"
28 class WatchpointOptions
38 WatchpointOptions();
39 WatchpointOptions(const WatchpointOptions& rhs);
41 static WatchpointOptions *
42 CopyOptionsNoCallback (WatchpointOptions &rhs)
    [all...]
Watchpoint.h 25 #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/
CommandObjectWatchpointCommand.cpp 189 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_data
    [all...]
  /external/lldb/source/Interpreter/
ScriptInterpreter.cpp 58 WatchpointOptions *bp_options,
ScriptInterpreterPython.cpp 34 #include "lldb/Breakpoint/WatchpointOptions.h"
    [all...]
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreter.h 351 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
364 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
ScriptInterpreterPython.h 216 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
  /external/lldb/include/lldb/
lldb-forward.h 253 class WatchpointOptions;

Completed in 696 milliseconds