Home
last modified time | relevance | path

Searched refs:eHardware (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h42 eHardware, // Breakpoint site is set as a hardware breakpoint enumerator
187 lldbassert(BreakpointSite::Type::eHardware == GetType() || in IsHardware()
189 return BreakpointSite::Type::eHardware == GetType(); in IsHardware()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3011 bp_site->SetType(BreakpointSite::eHardware); in EnableBreakpointSite()
3069 case BreakpointSite::eHardware: in DisableBreakpointSite()
5211 bp_site->GetType() == BreakpointSite::eHardware) { in DidForkSwitchHardwareTraps()