| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg.cpp | 44 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 50 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 55 bp_index = LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 60 return LLDB_INVALID_INDEX32; // We do not support duplicate breakpoints. in SetHardwareBreakpoint() 63 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint() 64 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 81 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 144 bp_index = LLDB_INVALID_INDEX32; in GetHardwareBreakHitIndex() 211 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 220 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() [all …]
|
| H A D | NativeRegisterContextDBReg_x86.cpp | 118 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex() 124 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex() 260 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
|
| H A D | RegisterContextDarwin_arm.cpp | 1518 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 1592 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 1648 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 1652 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 1656 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 1672 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 1712 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
|
| H A D | RegisterContextDarwin_arm64.cpp | 950 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 954 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 958 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 974 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 1015 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | StoppointSite.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.cpp | 59 reg.byte_offset = LLDB_INVALID_INDEX32; in UpdateARM64SVERegistersInfos() 71 reg.byte_offset = LLDB_INVALID_INDEX32; in UpdateARM64SMERegistersInfos()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeRegisterContext.cpp | 245 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 258 bp_index = LLDB_INVALID_INDEX32; in GetHardwareBreakHitIndex() 267 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint() 289 wp_index = LLDB_INVALID_INDEX32; in GetWatchpointHitIndex()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | DynamicRegisterInfo.h | 32 uint32_t byte_size = LLDB_INVALID_INDEX32; 33 uint32_t byte_offset = LLDB_INVALID_INDEX32;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 118 lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid"); in SetStoppedByWatchpoint() 261 if (wp_index == LLDB_INVALID_INDEX32) in SetWatchpoint() 287 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint()
|
| H A D | NativeProcessFreeBSD.cpp | 350 uint32_t wp_index = LLDB_INVALID_INDEX32; in MonitorSIGTRAP() 358 if (wp_index != LLDB_INVALID_INDEX32) { in MonitorSIGTRAP()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 117 lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid"); in SetStoppedByWatchpoint() 272 if (wp_index == LLDB_INVALID_INDEX32) in SetWatchpoint() 298 if (bp_index == LLDB_INVALID_INDEX32) in SetHardwareBreakpoint()
|
| H A D | NativeProcessNetBSD.cpp | 332 uint32_t wp_index = LLDB_INVALID_INDEX32; in MonitorSIGTRAP() 340 if (wp_index != LLDB_INVALID_INDEX32) { in MonitorSIGTRAP()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIX86.cpp | 86 LLDB_INVALID_INDEX32, in addPartialRegisters() 127 LLDB_INVALID_INDEX32, in addCombinedRegisters()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-defines.h | 83 #define LLDB_INVALID_INDEX32 UINT32_MAX macro
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 642 if (m_regs[regnum_pair.second].byte_offset == LLDB_INVALID_INDEX32 && in ConfigureOffsets() 658 if (reg.byte_offset == LLDB_INVALID_INDEX32) { in ConfigureOffsets() 660 if (value_regnum != LLDB_INVALID_INDEX32 && in ConfigureOffsets() 661 reg.value_regs[1] == LLDB_INVALID_INDEX32) { in ConfigureOffsets()
|
| H A D | RegisterContext.cpp | 268 return LLDB_INVALID_INDEX32; in SetHardwareBreakpoint() 295 return LLDB_INVALID_INDEX32; in SetHardwareWatchpoint()
|
| H A D | Thread.cpp | 227 m_index_id(use_invalid_index_id ? LLDB_INVALID_INDEX32 in Thread()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterFallback.cpp | 16 ConstString(#name), empty_alt_name, reg_set, size, LLDB_INVALID_INDEX32, \
|
| H A D | GDBRemoteRegisterContext.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBQueue.cpp | 71 uint32_t result = LLDB_INVALID_INDEX32; in GetIndexID()
|
| H A D | SBThread.cpp | 399 return LLDB_INVALID_INDEX32; in GetIndexID() 1317 return LLDB_INVALID_INDEX32; in GetExtendedBacktraceOriginatingIndexID()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIAArch64.cpp | 126 LLDB_INVALID_INDEX32, in addPartialRegisters()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 159 module_list.GetIndexForModule(module) == LLDB_INVALID_INDEX32) in DumpLinesInSymbolContexts() 335 LLDB_INVALID_INDEX32) { in GetSymbolContextsForAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_arm64.cpp | 228 uint32_t sve_reg_offset = LLDB_INVALID_INDEX32; in CalculateSVEOffset()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 736 return LLDB_INVALID_INDEX32; in GetIndexForModule()
|