Home
last modified time | relevance | path

Searched refs:StringToUInt64 (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValueUInt64.cpp60 uint64_t value = Args::StringToUInt64 (value_cstr, 0, 0, &success); in SetValueFromCString()
DProperty.cpp144 …p.reset (new OptionValueUInt64(definition.default_cstr_value ? Args::StringToUInt64 (definition.de… in Property()
DArgs.cpp769 Args::StringToUInt64 (const char *s, uint64_t fail_value, int base, bool *success_ptr) in StringToUInt64() function in Args
867 offset = Args::StringToUInt64(str.c_str(), 0, 0, &success); in StringToAddress()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectMemory.cpp1284 m_infile_offset = Args::StringToUInt64(option_arg, 0, 0, &success); in SetOptionValue()
1530 uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 16, &success); in DoExecute()
1558 uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 2, &success); in DoExecute()
1615 uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success); in DoExecute()
1632 uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 8, &success); in DoExecute()
DCommandObjectPlatform.cpp754 const lldb::user_id_t fd = Args::StringToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute()
806 const lldb::user_id_t fd = Args::StringToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute()
933 const lldb::user_id_t fd = Args::StringToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute()
DCommandObjectBreakpoint.cpp265 m_thread_id = Args::StringToUInt64(option_arg, LLDB_INVALID_THREAD_ID, 0); in SetOptionValue()
825 m_thread_id = Args::StringToUInt64(option_arg, LLDB_INVALID_THREAD_ID, 0); in SetOptionValue()
DCommandObjectTarget.cpp2924 … addr_t load_addr = Args::StringToUInt64(load_addr_cstr, LLDB_INVALID_ADDRESS, 0, &success); in DoExecute()
3815 m_offset = Args::StringToUInt64(option_arg, LLDB_INVALID_ADDRESS); in SetOptionValue()
4846 m_thread_id = Args::StringToUInt64(option_arg, LLDB_INVALID_THREAD_ID, 0); in SetOptionValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DArgs.h360 StringToUInt64 (const char *s, uint64_t fail_value = 0, int base = 0, bool *success_ptr = NULL);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1539 exc_data.push_back(Args::StringToUInt64 (value.c_str(), 0, 16)); in SetThreadStopInfo()
1544 … lldb::tid_t tid = Args::StringToUInt64 (value.c_str(), LLDB_INVALID_THREAD_ID, 16); in SetThreadStopInfo()
1580 tid = Args::StringToUInt64 (value.c_str(), LLDB_INVALID_THREAD_ID, 16); in SetThreadStopInfo()
1586 tid = Args::StringToUInt64 (value.c_str(), LLDB_INVALID_THREAD_ID, 16); in SetThreadStopInfo()
1605 thread_dispatch_qaddr = Args::StringToUInt64 (value.c_str(), 0, 16); in SetThreadStopInfo()
DGDBRemoteCommunicationClient.cpp1788 … addr_value = Args::StringToUInt64(value.c_str(), LLDB_INVALID_ADDRESS, 16, &success); in GetMemoryRegionInfo()
1794 addr_value = Args::StringToUInt64(value.c_str(), 0, 16, &success); in GetMemoryRegionInfo()
2566 pid = Args::StringToUInt64(value.c_str(), LLDB_INVALID_PROCESS_ID, 0); in LaunchGDBserverAndGetPort()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DRegisterValue.cpp470 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success); in SetValueFromCString()
DScalar.cpp1793 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success); in SetValueFromCString()