Home
last modified time | relevance | path

Searched refs:SetHardwareIndex (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp310 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
326 bp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
425 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
468 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.h76 SetHardwareIndex(INVALID_NUB_HW_INDEX); in SetEnabled()
91 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex() function
DChangeLog728 (DNBBreakpoint::SetHardwareIndex()): New accessor.
/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointSite.h43 void SetHardwareIndex(uint32_t index) { m_hardware_index = index; } in SetHardwareIndex() function
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp241 SetHardwareIndex(LLDB_INVALID_INDEX32); in SetEnabled()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp724 wp->SetHardwareIndex(wp_hw_index); in EnableWatchpoint()
781 wp->SetHardwareIndex(LLDB_INVALID_INDEX32); in DisableWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp422 wp_sp->SetHardwareIndex(slot_id); in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp741 wp->SetHardwareIndex(watch_index); in PerformAction()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm2087 bp->SetHardwareIndex(m_thread_list.EnableHardwareBreakpoint(bp));
2161 wp->SetHardwareIndex(m_thread_list.EnableHardwareWatchpoint(wp));
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1866 wp_sp->SetHardwareIndex(wp_index); in SetThreadStopInfo()