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

  /external/lldb/include/lldb/Breakpoint/
WatchpointOptions.h 55 WatchpointOptions(WatchpointHitCallback callback,
100 void SetCallback (WatchpointHitCallback callback, const lldb::BatonSP &baton_sp, bool synchronous = false);
247 WatchpointHitCallback m_callback; // This is the callback function pointer
Watchpoint.h 144 SetCallback (WatchpointHitCallback callback,
149 SetCallback (WatchpointHitCallback callback,
  /external/lldb/source/Breakpoint/
WatchpointOptions.cpp 75 WatchpointHitCallback orig_callback = orig.m_callback;
98 WatchpointOptions::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool callback_is_synchronous)
Watchpoint.cpp 76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous)
88 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous)
  /external/lldb/include/lldb/
lldb-private-interfaces.h 35 typedef bool (*WatchpointHitCallback) (void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id);

Completed in 62 milliseconds