• Home
  • Raw
  • Download

Lines Matching refs:SBWatchpoint

30 SBWatchpoint::SBWatchpoint () :  in SBWatchpoint()  function in SBWatchpoint
35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint() function in SBWatchpoint
49 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs) : in SBWatchpoint() function in SBWatchpoint
54 const SBWatchpoint &
55 SBWatchpoint::operator = (const SBWatchpoint &rhs) in operator =()
63 SBWatchpoint::~SBWatchpoint () in ~SBWatchpoint()
68 SBWatchpoint::GetID () in GetID()
89 SBWatchpoint::IsValid() const in IsValid()
95 SBWatchpoint::GetError () in GetError()
107 SBWatchpoint::GetHardwareIndex () in GetHardwareIndex()
122 SBWatchpoint::GetWatchAddress () in GetWatchAddress()
137 SBWatchpoint::GetWatchSize () in GetWatchSize()
152 SBWatchpoint::SetEnabled (bool enabled) in SetEnabled()
163 SBWatchpoint::IsEnabled () in IsEnabled()
176 SBWatchpoint::GetHitCount () in GetHitCount()
194 SBWatchpoint::GetIgnoreCount () in GetIgnoreCount()
207 SBWatchpoint::SetIgnoreCount (uint32_t n) in SetIgnoreCount()
218 SBWatchpoint::GetCondition () in GetCondition()
230 SBWatchpoint::SetCondition (const char *condition) in SetCondition()
241 SBWatchpoint::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription()
259 SBWatchpoint::Clear () in Clear()
265 SBWatchpoint::GetSP () const in GetSP()
271 SBWatchpoint::SetSP (const lldb::WatchpointSP &sp) in SetSP()
277 SBWatchpoint::EventIsWatchpointEvent (const lldb::SBEvent &event) in EventIsWatchpointEvent()
284 SBWatchpoint::GetWatchpointEventTypeFromEvent (const SBEvent& event) in GetWatchpointEventTypeFromEvent()
291 SBWatchpoint
292 SBWatchpoint::GetWatchpointFromEvent (const lldb::SBEvent& event) in GetWatchpointFromEvent()
294 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent()