| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | concurrent_base.py | 50 lldbutil.get_description(bp), bp.GetHitCount()) 55 lldbutil.get_description(watch), watch.GetHitCount()) 84 return self.finish_breakpoint.GetHitCount() > 0 or \ 232 self.finish_breakpoint.GetHitCount(), 257 breakpoint_hit_count = self.thread_breakpoint.GetHitCount( 275 watchpoint_hit_count = self.thread_watchpoint.GetHitCount(
|
| H A D | lldbutil.py | 690 test.assertEquals(expected_hit_count, bkpt.GetHitCount()) 697 test.assertEquals(expected_location_hit_count, loc_bkpt.GetHitCount())
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBWatchpoint.i | 63 GetHitCount ();
|
| H A D | SBBreakpointLocation.i | 52 GetHitCount ();
|
| H A D | SBBreakpoint.i | 134 GetHitCount () const;
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 171 uint32_t SBWatchpoint::GetHitCount() { in GetHitCount() function in SBWatchpoint 179 count = watchpoint_sp->GetHitCount(); in GetHitCount()
|
| H A D | SBBreakpointLocation.cpp | 122 uint32_t SBBreakpointLocation::GetHitCount() { in GetHitCount() function in SBBreakpointLocation 129 return loc_sp->GetHitCount(); in GetHitCount()
|
| H A D | SBBreakpoint.cpp | 318 uint32_t SBBreakpoint::GetHitCount() const { in GetHitCount() function in SBBreakpoint 326 count = bkpt_sp->GetHitCount(); in GetHitCount()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 51 uint32_t GetHitCount();
|
| H A D | SBBreakpointLocation.h | 42 uint32_t GetHitCount();
|
| H A D | SBBreakpoint.h | 65 uint32_t GetHitCount() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointSite.h | 33 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function
|
| H A D | BreakpointLocationList.h | 127 uint32_t GetHitCount() const;
|
| H A D | WatchpointList.h | 147 uint32_t GetHitCount() const;
|
| H A D | BreakpointLocation.h | 88 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function
|
| H A D | Breakpoint.h | 331 uint32_t GetHitCount() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 186 uint32_t WatchpointList::GetHitCount() const { in GetHitCount() function in WatchpointList 191 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
| H A D | BreakpointLocation.cpp | 606 s->Printf("hit count = %-4u\n", GetHitCount()); in GetDescription() 616 (is_hardware ? "hardware, " : ""), GetHitCount()); in GetDescription() 644 GetHitCount(), in Dump()
|
| H A D | BreakpointLocationList.cpp | 170 uint32_t BreakpointLocationList::GetHitCount() const { in GetHitCount() function in BreakpointLocationList 175 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
| H A D | BreakpointSite.cpp | 81 GetHardwareIndex(), GetHitCount()); in Dump()
|
| H A D | Watchpoint.cpp | 218 GetHardwareIndex(), GetHitCount(), GetIgnoreCount()); in DumpWithLevel()
|
| H A D | Breakpoint.cpp | 329 uint32_t Breakpoint::GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function in Breakpoint 885 (uint64_t)num_resolved_locations, GetHitCount()); in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 921 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) { in PerformAction()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5395 breakpoint_location->GetHitCount()); in ComputeDetailsList()
|