Searched refs:GetHexMaxU64 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | LinuxProcMaps.cpp | 36 lldb::addr_t start_address = line_extractor.GetHexMaxU64(false, 0); in ParseMemoryRegionInfoFromProcMapsLine() 45 lldb::addr_t end_address = line_extractor.GetHexMaxU64(false, start_address); in ParseMemoryRegionInfoFromProcMapsLine() 99 line_extractor.GetHexMaxU64(false, 0); // Read the offset in ParseMemoryRegionInfoFromProcMapsLine() 100 line_extractor.GetHexMaxU64(false, 0); // Read the major device number in ParseMemoryRegionInfoFromProcMapsLine() 102 line_extractor.GetHexMaxU64(false, 0); // Read the major device number in ParseMemoryRegionInfoFromProcMapsLine()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationServerLLGS.cpp | 2265 const lldb::addr_t read_addr = packet.GetHexMaxU64(false, 0); in Handle_memory_read() 2275 const uint64_t byte_count = packet.GetHexMaxU64(false, 0); in Handle_memory_read() 2342 const lldb::addr_t size = packet.GetHexMaxU64(false, LLDB_INVALID_ADDRESS); in Handle__M() 2391 const lldb::addr_t addr = packet.GetHexMaxU64(false, LLDB_INVALID_ADDRESS); in Handle__m() 2422 const lldb::addr_t write_addr = packet.GetHexMaxU64(false, 0); in Handle_M() 2432 const uint64_t byte_count = packet.GetHexMaxU64(false, 0); in Handle_M() 2534 const lldb::addr_t read_addr = packet.GetHexMaxU64(false, 0); in Handle_qMemoryRegionInfo() 2651 const lldb::addr_t addr = packet.GetHexMaxU64(false, 0); in Handle_Z() 2737 const lldb::addr_t addr = packet.GetHexMaxU64(false, 0); in Handle_z() 2986 offset_data.GetHexMaxU64(false, std::numeric_limits<uint64_t>::max()); in Handle_qXfer() [all …]
|
| D | GDBRemoteCommunicationClient.cpp | 372 packet_response.GetHexMaxU64(/*little_endian=*/false, UINT64_MAX); in GetRemoteQSupported() 732 response.GetHexMaxU64(false, LLDB_INVALID_PROCESS_ID); in GetCurrentProcessID() 1430 return response.GetHexMaxU64(false, LLDB_INVALID_ADDRESS); in AllocateMemory() 2889 return response.GetHexMaxU64(false, LLDB_INVALID_ADDRESS); in GetShlibInfoAddr() 3050 uint32_t retcode = response.GetHexMaxU64(false, UINT64_MAX); in GetFileSize() 3282 low = response.GetHexMaxU64(false, UINT64_MAX); in CalculateMD5() 3283 high = response.GetHexMaxU64(false, UINT64_MAX); in CalculateMD5()
|
| D | ProcessGDBRemote.cpp | 4978 load_addr = response.GetHexMaxU64(false, LLDB_INVALID_ADDRESS); in GetFileLoadAddress() 5039 uint64_t thread_id = threadIDHexExtractor.GetHexMaxU64(false, 0); in HarmonizeThreadIdsForProfileData()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | StringExtractor.h | 85 uint64_t GetHexMaxU64(bool little_endian, uint64_t fail_value);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | StringExtractor.cpp | 206 uint64_t StringExtractor::GetHexMaxU64(bool little_endian, in GetHexMaxU64() function in StringExtractor
|