Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_INDEX32 (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm.cpp316 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
332 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
336 bp_index = LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
341 return LLDB_INVALID_INDEX32; // We do not support duplicate breakpoints. in SetHardwareBreakpoint()
345 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint()
346 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
360 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
416 bp_index = LLDB_INVALID_INDEX32; in GetHardwareBreakHitIndex()
484 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
501 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
[all …]
DNativeRegisterContextLinux_arm64.cpp121 uint32_t offset = LLDB_INVALID_INDEX32; in ReadRegister()
236 uint32_t offset = LLDB_INVALID_INDEX32; in WriteRegister()
469 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
475 return LLDB_INVALID_INDEX32; // Invalid size for a AArch64 hardware in SetHardwareBreakpoint()
480 return LLDB_INVALID_INDEX32; // Invalid address, should be 4-byte aligned. in SetHardwareBreakpoint()
488 bp_index = LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
493 return LLDB_INVALID_INDEX32; // We do not support duplicate breakpoints. in SetHardwareBreakpoint()
497 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint()
498 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
512 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
[all …]
DNativeRegisterContextLinux_ppc64le.cpp525 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
546 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
551 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
571 wp_index = LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
576 return LLDB_INVALID_INDEX32; // We do not support duplicate watchpoints. in SetHardwareWatchpoint()
580 if (wp_index == LLDB_INVALID_INDEX32) in SetHardwareWatchpoint()
581 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
596 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
682 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
DNativeRegisterContextLinux_s390x.cpp522 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
528 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
579 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
582 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
587 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
597 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DNativeThreadLinux.cpp157 if (wp_index == LLDB_INVALID_INDEX32) in SetWatchpoint()
185 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint()
352 lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid"); in SetStoppedByWatchpoint()
DNativeRegisterContextLinux_mips64.cpp710 return LLDB_INVALID_INDEX32; in GetVacantWatchIndex()
764 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
769 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
838 if (index == LLDB_INVALID_INDEX32) in SetHardwareWatchpoint()
839 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
/external/llvm-project/lldb/source/Breakpoint/
DStoppointSite.cpp17 m_hardware_index(LLDB_INVALID_INDEX32), m_byte_size(0), m_hit_counter() {} in StoppointSite()
22 m_hardware_index(LLDB_INVALID_INDEX32), m_byte_size(byte_size), in StoppointSite()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeRegisterContextWindows_WoW64.cpp425 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
523 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
530 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
536 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
540 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
543 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
548 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DNativeRegisterContextWindows_i386.cpp435 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
533 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
540 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
546 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
550 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
553 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
558 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DNativeRegisterContextWindows_x86_64.cpp638 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
738 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
745 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
751 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
755 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
758 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
763 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DRegisterContextWindows.cpp140 return LLDB_INVALID_INDEX32; in GetTriggeredHardwareBreakpointSlotId()
148 return LLDB_INVALID_INDEX32; in GetTriggeredHardwareBreakpointSlotId()
DNativeProcessWindows.cpp439 uint32_t wp_id = LLDB_INVALID_INDEX32; in OnDebugException()
449 if (wp_id != LLDB_INVALID_INDEX32) { in OnDebugException()
458 if (wp_id == LLDB_INVALID_INDEX32) in OnDebugException()
DNativeThreadWindows.cpp144 if (wp_index == LLDB_INVALID_INDEX32) in SetWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DNativeRegisterContextWatchpoint_x86.cpp117 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
123 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
261 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DRegisterContextDarwin_arm.cpp1525 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
1599 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
1655 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
1659 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
1663 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
1679 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
1719 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DRegisterContextDarwin_arm64.cpp951 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
955 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
959 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
975 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
1016 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DDynamicRegisterInfo.cpp458 if (m_regs[regnum_pair.second].byte_offset == LLDB_INVALID_INDEX32 && in Finalize()
493 if (m_regs[i].byte_offset == LLDB_INVALID_INDEX32) { in Finalize()
495 if (value_regnum != LLDB_INVALID_INDEX32) in Finalize()
/external/llvm-project/lldb/source/Host/common/
DNativeRegisterContext.cpp240 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
253 bp_index = LLDB_INVALID_INDEX32; in GetHardwareBreakHitIndex()
262 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
284 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.cpp114 lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid"); in SetStoppedByWatchpoint()
230 if (wp_index == LLDB_INVALID_INDEX32) in SetWatchpoint()
256 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.cpp119 lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid"); in SetStoppedByWatchpoint()
247 if (wp_index == LLDB_INVALID_INDEX32) in SetWatchpoint()
273 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint()
/external/llvm-project/lldb/include/lldb/
Dlldb-defines.h86 #define LLDB_INVALID_INDEX32 UINT32_MAX macro
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp274 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint()
301 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DRegisterContextPOSIXProcessMonitor_mips64.cpp200 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
DRegisterContextPOSIXProcessMonitor_arm.cpp201 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_arm64.cpp87 uint32_t sve_reg_offset = LLDB_INVALID_INDEX32; in CalculateSVEOffset()

12