reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
   44     return m_hardware_index != LLDB_INVALID_INDEX32;
tools/lldb/source/API/SBQueue.cpp
   77     uint32_t result = LLDB_INVALID_INDEX32;
tools/lldb/source/API/SBThread.cpp
  451   return LLDB_INVALID_INDEX32;
 1379   return LLDB_INVALID_INDEX32;
tools/lldb/source/Breakpoint/StoppointLocation.cpp
   18       m_hardware_index(LLDB_INVALID_INDEX32), m_byte_size(0), m_hit_count(0) {}
   23       m_hardware_index(LLDB_INVALID_INDEX32), m_byte_size(byte_size),
tools/lldb/source/Breakpoint/Watchpoint.cpp
  240       SetHardwareIndex(LLDB_INVALID_INDEX32);
tools/lldb/source/Commands/CommandObjectSource.cpp
  169             module_list.GetIndexForModule(module) == LLDB_INVALID_INDEX32)
  350                 LLDB_INVALID_INDEX32) {
tools/lldb/source/Commands/CommandObjectThread.cpp
  582           StringConvert::ToUInt32(thread_idx_cstr, LLDB_INVALID_INDEX32);
  583       if (step_thread_idx == LLDB_INVALID_INDEX32) {
 1014           m_thread_idx = LLDB_INVALID_INDEX32;
tools/lldb/source/Core/ModuleList.cpp
  664   return LLDB_INVALID_INDEX32;
tools/lldb/source/Host/common/NativeRegisterContext.cpp
  240   return LLDB_INVALID_INDEX32;
  253   bp_index = LLDB_INVALID_INDEX32;
  262   return LLDB_INVALID_INDEX32;
  280   wp_index = LLDB_INVALID_INDEX32;
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  667     if (wp_index != LLDB_INVALID_INDEX32) {
  680     if (bp_index != LLDB_INVALID_INDEX32) {
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
 1038       wp_index = LLDB_INVALID_INDEX32;
 1044   wp_index = LLDB_INVALID_INDEX32;
 1198   return LLDB_INVALID_INDEX32;
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  157   if (wp_index == LLDB_INVALID_INDEX32)
  185   if (bp_index == LLDB_INVALID_INDEX32)
  349   lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid");
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
 1530     return LLDB_INVALID_INDEX32;
 1604   return LLDB_INVALID_INDEX32;
 1660     return LLDB_INVALID_INDEX32;
 1664     return LLDB_INVALID_INDEX32;
 1668     return LLDB_INVALID_INDEX32;
 1684     return LLDB_INVALID_INDEX32;
 1724   return LLDB_INVALID_INDEX32;
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  958     return LLDB_INVALID_INDEX32;
  962     return LLDB_INVALID_INDEX32;
  966     return LLDB_INVALID_INDEX32;
  982     return LLDB_INVALID_INDEX32;
 1023   return LLDB_INVALID_INDEX32;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1884               uint32_t wp_index = desc_extractor.GetU32(LLDB_INVALID_INDEX32);
 2317         uint32_t wp_index = LLDB_INVALID_INDEX32;
tools/lldb/source/Target/RegisterContext.cpp
  274   return LLDB_INVALID_INDEX32;
  283   return LLDB_INVALID_INDEX32;
tools/lldb/source/Target/Target.cpp
 2074                                  LLDB_INVALID_INDEX32) {
tools/lldb/source/Target/Thread.cpp
  230       m_index_id(use_invalid_index_id ? LLDB_INVALID_INDEX32