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

Declarations

tools/lldb/include/lldb/Utility/StringExtractor.h
   81   uint64_t GetU64(uint64_t fail_value, int base = 0);

References

tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
   91   line_extractor.GetU64(0, 10);          // Read the inode number
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3053     uint64_t bytes_written = response.GetU64(UINT64_MAX);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  576     size_t count = packet.GetU64(SIZE_MAX);
  578       off_t offset = packet.GetU64(UINT32_MAX);
  613     off_t offset = packet.GetU64(UINT32_MAX);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  245   lldb::pid_t pid = packet.GetU64(LLDB_INVALID_PROCESS_ID);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1883               addr_t wp_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS);
 1885               addr_t wp_hit_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS);