Home
last modified time | relevance | path

Searched refs:SetIsHardware (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h154 lldb::SBError SetIsHardware(bool is_hardware);
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h518 llvm::Error SetIsHardware(bool is_hardware);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp784 lldb::SBError SBBreakpoint::SetIsHardware(bool is_hardware) { in SetIsHardware() function in SBBreakpoint
791 return SBError(Status::FromError(bkpt_sp->SetIsHardware(is_hardware))); in SetIsHardware()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp254 llvm::Error Breakpoint::SetIsHardware(bool is_hardware) { in SetIsHardware() function in Breakpoint
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp9152 result = (arg1)->SetIsHardware(arg2); in _wrap_SBBreakpoint_SetIsHardware()