Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h42 eHardware, // Breakpoint site is set as a hardware breakpoint enumerator
192 lldbassert(BreakpointSite::Type::eHardware == GetType() || in IsHardware()
194 return BreakpointSite::Type::eHardware == GetType(); in IsHardware()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3050 bp_site->SetType(BreakpointSite::eHardware); in EnableBreakpointSite()
3108 case BreakpointSite::eHardware: in DisableBreakpointSite()
5717 bp_site->GetType() == BreakpointSite::eHardware) { in DidForkSwitchHardwareTraps()