Home
last modified time | relevance | path

Searched refs:StringConvert (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp60 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 DOptionValuePathMappings.cpp57 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 DOptionValueArray.cpp171 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 DProperty.cpp174 ? StringConvert::ToSInt64(definition.default_cstr_value) in Property()
185 ? StringConvert::ToUInt64(definition.default_cstr_value) in Property()
H A DOptionValueSInt64.cpp47 int64_t value = StringConvert::ToSInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
H A DOptionValueUInt64.cpp52 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 Dlldb-gdbserver.cpp275 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 DStringConvert.h19 namespace StringConvert {
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dmodule.modulemap47 module StringConvert { header "Host/StringConvert.h" export * }
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DStringConvert.cpp15 namespace StringConvert { namespace
H A DSocket.cpp269 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 DXML.cpp162 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 DDWARFUnit.cpp691 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 DProcessGDBRemote.cpp457 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 DGDBRemoteCommunication.cpp1214 uint16_t child_port = StringConvert::ToUInt32(port_cstr, 0); in StartDebugserverProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp122 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 DCommandObjectFrame.cpp981 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
1068 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
H A DCommandObjectPlatform.cpp590 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 DCommandObjectProcess.cpp1145 StringConvert::ToSInt32(signal_name, LLDB_INVALID_SIGNAL_NUMBER, 0); in DoExecute()
1437 real_value = StringConvert::ToUInt32(option.c_str(), 3); in VerifyCommandOptionValue()
H A DCommandObjectTarget.cpp534 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 DUnixSignals.cpp164 StringConvert::ToSInt32(name, LLDB_INVALID_SIGNAL_NUMBER, 0); in GetSignalNumberFromName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp150 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 DSymbolContext.cpp1015 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 DRenderScriptRuntime.cpp4694 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 DMakefile228 SRCS+= Host/common/StringConvert.cpp