Searched refs:StringToUInt64 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | OptionValueUInt64.cpp | 60 uint64_t value = Args::StringToUInt64 (value_cstr, 0, 0, &success); in SetValueFromCString()
|
| D | Property.cpp | 144 …p.reset (new OptionValueUInt64(definition.default_cstr_value ? Args::StringToUInt64 (definition.de… in Property()
|
| D | Args.cpp | 769 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/ |
| D | CommandObjectMemory.cpp | 1284 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()
|
| D | CommandObjectPlatform.cpp | 754 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()
|
| D | CommandObjectBreakpoint.cpp | 265 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()
|
| D | CommandObjectTarget.cpp | 2924 … 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/ |
| D | Args.h | 360 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/ |
| D | ProcessGDBRemote.cpp | 1539 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()
|
| D | GDBRemoteCommunicationClient.cpp | 1788 … 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/ |
| D | RegisterValue.cpp | 470 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success); in SetValueFromCString()
|
| D | Scalar.cpp | 1793 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success); in SetValueFromCString()
|