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

/external/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h1 //===-- Watchpoint.h --------------------------------------------*- C++ -*-===//
30 class Watchpoint : class in namespace:lldb_private
31 public std::enable_shared_from_this<Watchpoint>,
79 Watchpoint (Target& target, lldb::addr_t addr, uint32_t size, const ClangASTType *type, bool hardware = true);
80 ~Watchpoint ();
247 DISALLOW_COPY_AND_ASSIGN (Watchpoint);
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp1 //===-- Watchpoint.cpp ------------------------------------------*- C++ -*-===//
10 #include "lldb/Breakpoint/Watchpoint.h"
30 Watchpoint::Watchpoint (Target& target, lldb::addr_t addr, uint32_t size, const ClangASTType *type, bool hardware) : function in class:Watchpoint
70 Watchpoint::~Watchpoint()
76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous)
88 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous)
95 Watchpoint::ClearCallback ()
102 Watchpoint
[all...]

Completed in 92 milliseconds