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

Declarations

tools/lldb/include/lldb/Host/StringConvert.h
   26 uint32_t ToUInt32(const char *s, uint32_t fail_value = 0, int base = 0,

References

tools/lldb/source/Commands/CommandObjectFrame.cpp
  951         StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0);
 1038         StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0);
tools/lldb/source/Commands/CommandObjectProcess.cpp
 1322       real_value = StringConvert::ToUInt32(option.c_str(), 3);
tools/lldb/source/Commands/CommandObjectTarget.cpp
  533           StringConvert::ToUInt32(target_idx_arg, UINT32_MAX, 0, &success);
 1174       uint32_t insert_idx = StringConvert::ToUInt32(
 4737         lldb::user_id_t user_id = StringConvert::ToUInt32(
 4784         lldb::user_id_t user_id = StringConvert::ToUInt32(
tools/lldb/source/Commands/CommandObjectThread.cpp
  120         uint32_t thread_idx = StringConvert::ToUInt32(
  582           StringConvert::ToUInt32(thread_idx_cstr, LLDB_INVALID_INDEX32);
 1111           line_number = StringConvert::ToUInt32(command.GetArgumentAtIndex(i),
 1338         StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0);
 1959         StringConvert::ToUInt32(args.GetArgumentAtIndex(0), 0, 0, &success);
tools/lldb/source/Host/common/Socket.cpp
  294     port = StringConvert::ToUInt32(port_str.c_str(), UINT32_MAX, 10, &ok);
tools/lldb/source/Interpreter/OptionValueArray.cpp
  170           StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
  252           StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
   61           StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
  105           StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
   56           StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
  128           StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 4572         StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success);
 4721         StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success);
 4772         StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success);
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  293   m_sdk_version = StringConvert::ToUInt32(version_string.c_str());
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  146               StringConvert::ToUInt32(msbit_str.c_str(), UINT32_MAX);
  148               StringConvert::ToUInt32(lsbit_str.c_str(), UINT32_MAX);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1197           uint16_t child_port = StringConvert::ToUInt32(port_cstr, 0);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  422       uint32_t reg = StringConvert::ToUInt32(value_pair.first.str().c_str(),
 2110                   StringConvert::ToUInt32(key.GetCString(), UINT32_MAX, 10);
 4358                 StringConvert::ToUInt32(value.data(), 0, 0) / CHAR_BIT;
 4365                 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0);
 4370             reg_offset = StringConvert::ToUInt32(value.data(), UINT32_MAX, 0);
 4402                 StringConvert::ToUInt32(value.data(), UINT32_MAX, 0);
 4409                 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0);
 4412                 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0);
 4537                         set_id = StringConvert::ToUInt32(value.data(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  547               StringConvert::ToUInt32(matches[1].str().c_str(), UINT32_MAX, 10);
  549               StringConvert::ToUInt32(matches[2].str().c_str(), UINT32_MAX, 10);
  551               StringConvert::ToUInt32(matches[3].str().c_str(), UINT32_MAX, 10);
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  273       connection_portno = StringConvert::ToUInt32(connection_port.c_str(), 0);
  433       connection_fd = StringConvert::ToUInt32(optarg, -1);