Searched defs:OptionGroupWatchpoint (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp1 //===-- OptionGroupWatchpoint.cpp -------------------------------*- C++ -*-===//
10 #include "lldb/Interpreter/OptionGroupWatchpoint.h"
25 { OptionGroupWatchpoint::eWatchRead, "read", "Watch for read"},
26 { OptionGroupWatchpoint::eWatchWrite, "write", "Watch for write"},
27 { OptionGroupWatchpoint::eWatchReadWrite, "read_write", "Watch for read/write"},
49 OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size)
61 OptionGroupWatchpoint::OptionGroupWatchpoint () : function in class:OptionGroupWatchpoint
66 OptionGroupWatchpoint::~OptionGroupWatchpoint ()
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupWatchpoint.h1 //===-- OptionGroupWatchpoint.h ---------------------------------*- C++ -*-===//
22 // OptionGroupWatchpoint
25 class OptionGroupWatchpoint : public OptionGroup class in namespace:lldb_private
32 OptionGroupWatchpoint ();
35 ~OptionGroupWatchpoint ();
66 DISALLOW_COPY_AND_ASSIGN(OptionGroupWatchpoint);

Completed in 75 milliseconds