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

References

tools/lldb/include/lldb/Core/StructuredDataImpl.h
  125     return (m_data_sp ? m_data_sp->GetIntegerValue(fail_value) : fail_value);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  480                          ->GetIntegerValue(LLDB_INVALID_ADDRESS);
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  263   tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0;
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  705             o->GetObjectForDotSeparatedPath("address")->GetIntegerValue();
  848               o->GetObjectForDotSeparatedPath("address")->GetIntegerValue();
  943     int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue();
  945         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
  950     addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue();
  975         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
  983         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
  985         o->GetObjectForDotSeparatedPath("file_descriptor")->GetIntegerValue();
  996         o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue();
 1003         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
 1029         tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0;
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  328   tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2552       port = port_osp->GetIntegerValue(0);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2054       tid = object->GetIntegerValue(LLDB_INVALID_THREAD_ID);
 2057       exc_type = object->GetIntegerValue(0);
 2063           exc_data.push_back(object->GetIntegerValue());
 2070       thread_dispatch_qaddr = object->GetIntegerValue(LLDB_INVALID_ADDRESS);
 2084       queue_serial_number = object->GetIntegerValue(0);
 2088       dispatch_queue_t = object->GetIntegerValue(0);
 2148       signo = object->GetIntegerValue(LLDB_INVALID_SIGNAL_NUMBER);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  623           structured_addr_value_sp->GetIntegerValue(123);