| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpecLIst.cpp | 60 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString() 104 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString() 132 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
|
| H A D | OptionValuePathMappings.cpp | 57 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString() 129 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString() 169 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
|
| H A D | OptionValueArray.cpp | 171 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs() 211 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetArgs() 253 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
|
| H A D | Property.cpp | 174 ? StringConvert::ToSInt64(definition.default_cstr_value) in Property() 185 ? StringConvert::ToUInt64(definition.default_cstr_value) in Property()
|
| H A D | OptionValueSInt64.cpp | 47 int64_t value = StringConvert::ToSInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
|
| H A D | OptionValueUInt64.cpp | 52 uint64_t value = StringConvert::ToUInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 275 connection_portno = StringConvert::ToUInt32(connection_port.c_str(), 0); in ConnectToRemote() 425 unnamed_pipe = (pipe_t)StringConvert::ToUInt64(optarg, -1); in main_gdbserver() 437 connection_fd = StringConvert::ToUInt32(optarg, -1); in main_gdbserver()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | StringConvert.h | 19 namespace StringConvert {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | module.modulemap | 47 module StringConvert { header "Host/StringConvert.h" export * }
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | StringConvert.cpp | 15 namespace StringConvert { namespace
|
| H A D | Socket.cpp | 269 port = StringConvert::ToUInt32(port_str.c_str(), UINT32_MAX, 10, &ok); in DecodeHostAndPort() 288 port = StringConvert::ToUInt32(host_and_port.data(), UINT32_MAX, 10, &ok); in DecodeHostAndPort()
|
| H A D | XML.cpp | 162 value = StringConvert::ToUInt64(str_value.data(), fail_value, base, &success); in GetAttributeValueAsUnsigned() 310 value = StringConvert::ToUInt64(text.c_str(), fail_value, base, &success); in GetElementTextAsUnsigned()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 691 StringConvert::ToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo() 694 StringConvert::ToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo() 697 StringConvert::ToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 457 uint32_t reg = StringConvert::ToUInt32(value_pair.first.str().c_str(), in SplitCommaSeparatedRegisterNumberString() 1588 tid = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_THREAD_ID, 16); in UpdateThreadIDsFromStopReplyThreadsValue() 1601 pc = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_ADDRESS, 16); in UpdateThreadPCsFromStopReplyThreadsValue() 1606 pc = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_ADDRESS, 16); in UpdateThreadPCsFromStopReplyThreadsValue() 2158 StringConvert::ToUInt32(key.GetCString(), UINT32_MAX, 10); in SetThreadStopInfo() 4409 StringConvert::ToUInt32(value.data(), 0, 0) / CHAR_BIT; in ParseRegisters() 4452 StringConvert::ToUInt32(value.data(), UINT32_MAX, 0); in ParseRegisters() 4587 set_id = StringConvert::ToUInt32(value.data(), in GetGDBServerRegisterInfo() 4716 module.set_link_map(StringConvert::ToUInt64( in GetLoadedModuleList() 4721 module.set_base(StringConvert::ToUInt64( in GetLoadedModuleList() [all …]
|
| H A D | GDBRemoteCommunication.cpp | 1214 uint16_t child_port = StringConvert::ToUInt32(port_cstr, 0); in StartDebugserverProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 122 uint32_t thread_idx = StringConvert::ToUInt32( in DoExecute() 597 StringConvert::ToUInt32(thread_idx_cstr, LLDB_INVALID_INDEX32); in DoExecute() 1148 line_number = StringConvert::ToUInt32(command.GetArgumentAtIndex(i), in DoExecute() 1377 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute() 2036 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), 0, 0, &success); in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 981 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute() 1068 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 590 StringConvert::ToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute() 636 StringConvert::ToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute() 732 StringConvert::ToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 1145 StringConvert::ToSInt32(signal_name, LLDB_INVALID_SIGNAL_NUMBER, 0); in DoExecute() 1437 real_value = StringConvert::ToUInt32(option.c_str(), 3); in VerifyCommandOptionValue()
|
| H A D | CommandObjectTarget.cpp | 534 StringConvert::ToUInt32(target_idx_arg, UINT32_MAX, 0, &success); in DoExecute() 1189 uint32_t insert_idx = StringConvert::ToUInt32( in DoExecute() 2800 addr_t load_addr = StringConvert::ToUInt64( in DoExecute() 4858 lldb::user_id_t user_id = StringConvert::ToUInt32( in DoExecute() 4913 lldb::user_id_t user_id = StringConvert::ToUInt32( in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 164 StringConvert::ToSInt32(name, LLDB_INVALID_SIGNAL_NUMBER, 0); in GetSignalNumberFromName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.cpp | 150 StringConvert::ToUInt32(msbit_str.c_str(), UINT32_MAX); in SetRegisterInfo() 152 StringConvert::ToUInt32(lsbit_str.c_str(), UINT32_MAX); in SetRegisterInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 1015 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification() 1020 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 4694 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute() 4839 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute() 4890 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 228 SRCS+= Host/common/StringConvert.cpp
|