Home
last modified time | relevance | path

Searched defs:hw_index (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContextPOSIX.h47 IsWatchpointHit (uint32_t hw_index) { return false; } in IsWatchpointHit()
56 GetWatchpointAddress (uint32_t hw_index) { return LLDB_INVALID_ADDRESS; } in GetWatchpointAddress()
59 IsWatchpointVacant (uint32_t hw_index) { return false; } in IsWatchpointVacant()
64 uint32_t hw_index) { return false; } in SetHardwareWatchpointWithIndex()
DRegisterContext_x86_64.cpp1215 RegisterContext_x86_64::IsWatchpointVacant(uint32_t hw_index) in IsWatchpointVacant()
1271 uint32_t hw_index; in SetHardwareWatchpoint() local
1287 uint32_t hw_index) in SetHardwareWatchpointWithIndex()
1347 RegisterContext_x86_64::ClearHardwareWatchpoint(uint32_t hw_index) in ClearHardwareWatchpoint()
1366 RegisterContext_x86_64::IsWatchpointHit(uint32_t hw_index) in IsWatchpointHit()
1394 RegisterContext_x86_64::GetWatchpointAddress(uint32_t hw_index) in GetWatchpointAddress()
DPOSIXThread.cpp365 uint32_t hw_index = LLDB_INVALID_INDEX32; in FindVacantWatchpointIndex() local
/external/lldb/tools/debugserver/source/
DDNBArch.h80 virtual bool DisableHardwareBreakpoint (uint32_t hw_index) { return false; } in DisableHardwareBreakpoint()
81 …virtual bool DisableHardwareWatchpoint (uint32_t hw_index, bool also_set_on_task) { ret… in DisableHardwareWatchpoint()
DDNBBreakpoint.h103 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp456 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException() local
849 DNBArchMachARM::DisableHardwareBreakpoint (uint32_t hw_index) in DisableHardwareBreakpoint()
990 DNBArchMachARM::EnableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) in EnableHardwareWatchpoint0()
1020 DNBArchMachARM::DisableHardwareWatchpoint (uint32_t hw_index, bool also_set_on_task) in DisableHardwareWatchpoint()
1025 DNBArchMachARM::DisableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) in DisableHardwareWatchpoint0()
1140 DNBArchMachARM::IsWatchpointEnabled(const DBG &debug_state, uint32_t hw_index) in IsWatchpointEnabled()
1151 DNBArchMachARM::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) in GetWatchAddress()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp679 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException() local
733 DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t siz… in SetWatchpoint()
776 DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) in ClearWatchpoint()
795 DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) in IsWatchpointVacant()
818 DNBArchImplI386::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index) in IsWatchpointHit()
832 DNBArchImplI386::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) in GetWatchAddress()
939 DNBArchImplI386::DisableHardwareWatchpoint (uint32_t hw_index, bool also_set_on_task) in DisableHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp633 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException() local
687 DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t s… in SetWatchpoint()
729 DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) in ClearWatchpoint()
748 DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) in IsWatchpointVacant()
771 DNBArchImplX86_64::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index) in IsWatchpointHit()
785 DNBArchImplX86_64::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) in GetWatchAddress()
892 DNBArchImplX86_64::DisableHardwareWatchpoint (uint32_t hw_index, bool also_set_on_task) in DisableHardwareWatchpoint()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp224 RegisterContextThreadMemory::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint()
DRegisterContextDarwin_arm.cpp1076 RegisterContextDarwin_arm::ClearHardwareBreakpoint (uint32_t hw_index) in ClearHardwareBreakpoint()
1200 RegisterContextDarwin_arm::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint()
/external/lldb/source/API/
DSBWatchpoint.cpp109 int32_t hw_index = -1; in GetHardwareIndex() local
/external/lldb/source/Target/
DRegisterContext.cpp278 RegisterContext::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp526 uint32_t hw_index = INVALID_NUB_HW_INDEX; in EnableHardwareWatchpoint() local
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c94 LLVMValueRef hw_index = LLVMBuildAdd(gallivm->builder, addr, offset, ""); in emit_array_index() local