/external/lldb/source/Plugins/Process/POSIX/ |
D | RegisterContextPOSIX.h | 47 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()
|
D | RegisterContext_x86_64.cpp | 1215 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()
|
D | POSIXThread.cpp | 365 uint32_t hw_index = LLDB_INVALID_INDEX32; in FindVacantWatchpointIndex() local
|
/external/lldb/tools/debugserver/source/ |
D | DNBArch.h | 80 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()
|
D | DNBBreakpoint.h | 103 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex()
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 456 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/ |
D | DNBArchImplI386.cpp | 679 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/ |
D | DNBArchImplX86_64.cpp | 633 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/ |
D | RegisterContextThreadMemory.cpp | 224 RegisterContextThreadMemory::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint()
|
D | RegisterContextDarwin_arm.cpp | 1076 RegisterContextDarwin_arm::ClearHardwareBreakpoint (uint32_t hw_index) in ClearHardwareBreakpoint() 1200 RegisterContextDarwin_arm::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint()
|
/external/lldb/source/API/ |
D | SBWatchpoint.cpp | 109 int32_t hw_index = -1; in GetHardwareIndex() local
|
/external/lldb/source/Target/ |
D | RegisterContext.cpp | 278 RegisterContext::ClearHardwareWatchpoint (uint32_t hw_index) in ClearHardwareWatchpoint()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.cpp | 526 uint32_t hw_index = INVALID_NUB_HW_INDEX; in EnableHardwareWatchpoint() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 94 LLVMValueRef hw_index = LLVMBuildAdd(gallivm->builder, addr, offset, ""); in emit_array_index() local
|