| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 151 uint32_t SBWatchpoint::GetHitCount() { in GetHitCount() function in SBWatchpoint 157 count = watchpoint_sp->GetHitCount(); in GetHitCount()
|
| H A D | SBBreakpointLocation.cpp | 104 uint32_t SBBreakpointLocation::GetHitCount() { in GetHitCount() function in SBBreakpointLocation 109 return loc_sp->GetHitCount(); in GetHitCount()
|
| H A D | SBBreakpoint.cpp | 271 uint32_t SBBreakpoint::GetHitCount() const { in GetHitCount() function in SBBreakpoint 277 count = bkpt_sp->GetHitCount(); in GetHitCount()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointLocation.h | 44 uint32_t GetHitCount() const { return m_hit_count; } in GetHitCount() function
|
| H A D | WatchpointList.h | 172 uint32_t GetHitCount() const;
|
| H A D | BreakpointLocationList.h | 152 uint32_t GetHitCount() const;
|
| H A D | Breakpoint.h | 391 uint32_t GetHitCount() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 46 uint32_t GetHitCount();
|
| H A D | SBBreakpointLocation.h | 41 uint32_t GetHitCount();
|
| H A D | SBBreakpoint.h | 62 uint32_t GetHitCount() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 607 s->Printf("hit count = %-4u\n", GetHitCount()); in GetDescription() 617 GetHitCount()); in GetDescription() 639 IsHardware() ? "hardware" : "software", GetHardwareIndex(), GetHitCount(), in Dump()
|
| H A D | WatchpointList.cpp | 188 uint32_t WatchpointList::GetHitCount() const { in GetHitCount() function in WatchpointList 193 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
| H A D | BreakpointLocationList.cpp | 172 uint32_t BreakpointLocationList::GetHitCount() const { in GetHitCount() function in BreakpointLocationList 177 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
| H A D | BreakpointSite.cpp | 74 GetHardwareIndex(), GetHitCount()); in Dump()
|
| H A D | Watchpoint.cpp | 206 GetHardwareIndex(), GetHitCount(), GetIgnoreCount()); in DumpWithLevel()
|
| H A D | Breakpoint.cpp | 338 uint32_t Breakpoint::GetHitCount() const { return m_hit_count; } in GetHitCount() function in Breakpoint 898 (uint64_t)num_resolved_locations, GetHitCount()); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdCmdBreak.cpp | 298 sBrkPtInfo.m_nTimes = m_brkPt.GetHitCount(); in Execute()
|
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 341 sBrkPtInfo.m_nTimes = brkPt.GetHitCount(); in HandleEventSBBreakpointCmn() 421 sBrkPtInfo.m_nTimes = brkPt.GetHitCount(); in HandleEventSBBreakpointAdded()
|
| H A D | MICmnLLDBDebugSessionInfo.cpp | 836 vrwBrkPtInfo.m_nTimes = vBrkPt.GetHitCount(); in GetBrkPtInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StopInfo.cpp | 794 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) in PerformAction()
|