reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
77 uint32_t GetU32(uint32_t fail_value, int base = 0);
2874 return Status(response.GetU32(UINT32_MAX), eErrorTypePOSIX); 2896 return Status(response.GetU32(UINT32_MAX), eErrorTypePOSIX); 3085 uint32_t result = response.GetU32(UINT32_MAX); 3116 uint32_t result = response.GetU32(UINT32_MAX); 3280 const uint32_t response_save_id = response.GetU32(0);tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
321 lldb::pid_t pid = packet.GetU32(LLDB_INVALID_PROCESS_ID); 438 uint32_t uid = packet.GetU32(UINT32_MAX); 458 uint32_t gid = packet.GetU32(UINT32_MAX); 611 int fd = packet.GetU32(UINT32_MAX); 873 if (packet.GetU32(0)) 1004 const uint32_t arg_len = packet.GetU32(UINT32_MAX); 1014 const uint32_t arg_idx = packet.GetU32(UINT32_MAX);tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
1324 if (packet.GetU32(0)) 2925 const uint32_t save_id = packet.GetU32(0); 2986 lldb::pid_t pid = packet.GetU32(LLDB_INVALID_PROCESS_ID, 16); 3036 pid = packet.GetU32(LLDB_INVALID_PROCESS_ID, 16);tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
1884 uint32_t wp_index = desc_extractor.GetU32(LLDB_INVALID_INDEX32);