HomeSort by relevance Sort by last modified time
    Searched defs:WatchpointOptions (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 55 milliseconds