Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h42 eHardware, // Breakpoint site is set as a hardware breakpoint enumerator
197 lldbassert(BreakpointSite::Type::eHardware == GetType() || in IsHardware()
199 return BreakpointSite::Type::eHardware == GetType(); in IsHardware()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp269 breakpoint_site_sp->GetType() == BreakpointSite::eHardware) in SetIsHardware()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3164 bp_site->SetType(BreakpointSite::eHardware); in EnableBreakpointSite()
3223 case BreakpointSite::eHardware: in DisableBreakpointSite()
5850 bp_site->GetType() == BreakpointSite::eHardware) { in DidForkSwitchHardwareTraps()