| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocationExtensions.i | 15 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
|
| H A D | SBBreakpointExtensions.i | 55 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
|
| /freebsd/contrib/llvm-project/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 | 146 uint32_t GetHitCount() const;
|
| H A D | BreakpointLocation.h | 90 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function
|
| H A D | Breakpoint.h | 330 uint32_t GetHitCount() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 59 uint32_t GetHitCount();
|
| H A D | SBBreakpointLocation.h | 51 uint32_t GetHitCount();
|
| H A D | SBBreakpoint.h | 70 uint32_t GetHitCount() const;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 166 uint32_t SBWatchpoint::GetHitCount() { in GetHitCount() function in SBWatchpoint 174 count = watchpoint_sp->GetHitCount(); in GetHitCount()
|
| H A D | SBBreakpointLocation.cpp | 121 uint32_t SBBreakpointLocation::GetHitCount() { in GetHitCount() function in SBBreakpointLocation 128 return loc_sp->GetHitCount(); in GetHitCount()
|
| H A D | SBBreakpoint.cpp | 317 uint32_t SBBreakpoint::GetHitCount() const { in GetHitCount() function in SBBreakpoint 325 count = bkpt_sp->GetHitCount(); in GetHitCount()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 187 uint32_t WatchpointList::GetHitCount() const { in GetHitCount() function in WatchpointList 192 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
| H A D | BreakpointLocationList.cpp | 177 uint32_t BreakpointLocationList::GetHitCount() const { in GetHitCount() function in BreakpointLocationList 182 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
| H A D | BreakpointLocation.cpp | 614 s->Printf("hit count = %-4u\n", GetHitCount()); in GetDescription() 624 (is_hardware ? "hardware, " : ""), GetHitCount()); in GetDescription() 649 is_hardware ? "hardware" : "software", GetHitCount(), in Dump()
|
| H A D | BreakpointSite.cpp | 79 GetHitCount()); in Dump()
|
| H A D | Breakpoint.cpp | 368 uint32_t Breakpoint::GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function in Breakpoint 922 (uint64_t)num_resolved_locations, GetHitCount()); in GetDescription() 1187 bp.try_emplace("hitCount", (int64_t)GetHitCount()); in GetStatistics()
|
| H A D | Watchpoint.cpp | 387 s->Printf("\n hit_count = %-4u ignore_count = %-4u", GetHitCount(), in DumpWithLevel()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Statistics.cpp | 189 shared_library_event_breakpoint_hit_count += bp->GetHitCount(); in ToJSON()
|
| H A D | StopInfo.cpp | 923 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) { in PerformAction()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5420 breakpoint_location->GetHitCount()); in ComputeDetailsList()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 8082 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetHitCount(); in _wrap_SBBreakpoint_GetHitCount() 9859 result = (uint32_t)(arg1)->GetHitCount(); in _wrap_SBBreakpointLocation_GetHitCount() 81731 result = (uint32_t)(arg1)->GetHitCount(); in _wrap_SBWatchpoint_GetHitCount()
|