/external/lldb/source/Interpreter/ |
D | OptionGroupValueObjectDisplay.cpp | 90 max_depth = Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success); in SetOptionValue() 96 ptr_depth = Args::StringToUInt32 (option_arg, 0, 0, &success); in SetOptionValue() 104 no_summary_depth = Args::StringToUInt32 (option_arg, 0, 0, &success); in SetOptionValue()
|
D | CommandHistory.cpp | 50 size_t idx = Args::StringToUInt32 (input_str+2, 0, 0, &success); in FindString() 69 uint32_t idx = Args::StringToUInt32 (input_str+1, 0, 0, &success); in FindString()
|
D | OptionValuePathMappings.cpp | 52 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString() 108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString()
|
D | OptionValueFileSpecLIst.cpp | 59 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString() 108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString()
|
D | OptionValueArray.cpp | 178 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs() 274 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
|
D | Args.cpp | 739 Args::StringToUInt32 (const char *s, uint32_t fail_value, int base, bool *success_ptr) in StringToUInt32() function in Args
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 374 …match_info.GetProcessInfo().SetProcessID (Args::StringToUInt32(value.c_str(), LLDB_INVALID_PROCESS… in Handle_qfProcessInfo() 378 …match_info.GetProcessInfo().SetParentProcessID (Args::StringToUInt32(value.c_str(), LLDB_INVALID_P… in Handle_qfProcessInfo() 382 …match_info.GetProcessInfo().SetUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success… in Handle_qfProcessInfo() 386 …match_info.GetProcessInfo().SetGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &succes… in Handle_qfProcessInfo() 390 …match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0,… in Handle_qfProcessInfo() 394 …match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0… in Handle_qfProcessInfo() 485 uint32_t response_size = Args::StringToUInt32(value.c_str(), 0, 0, &success); in Handle_qSpeedTest()
|
D | GDBRemoteCommunicationClient.cpp | 1124 cpu = Args::StringToUInt32 (value.c_str(), LLDB_INVALID_CPUTYPE, 0); in GetHostInfo() 1131 sub = Args::StringToUInt32 (value.c_str(), 0, 0); in GetHostInfo() 1193 pointer_byte_size = Args::StringToUInt32 (value.c_str(), 0, 0); in GetHostInfo() 1570 num = Args::StringToUInt32(value.c_str(), 0, 0); in GetWatchpointSupportInfo() 1732 … process_info.SetProcessID (Args::StringToUInt32 (value.c_str(), LLDB_INVALID_PROCESS_ID, 0)); in DecodeProcessInfoResponse() 1736 …process_info.SetParentProcessID (Args::StringToUInt32 (value.c_str(), LLDB_INVALID_PROCESS_ID, 0)); in DecodeProcessInfoResponse() 1740 process_info.SetUserID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0)); in DecodeProcessInfoResponse() 1744 … process_info.SetEffectiveUserID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0)); in DecodeProcessInfoResponse() 1748 process_info.SetGroupID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0)); in DecodeProcessInfoResponse() 1752 … process_info.SetEffectiveGroupID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0)); in DecodeProcessInfoResponse() [all …]
|
D | ProcessGDBRemote.cpp | 366 reg_info.byte_size = Args::StringToUInt32(value.c_str(), 0, 0) / CHAR_BIT; in BuildDynamicRegisterInfo() 370 uint32_t offset = Args::StringToUInt32(value.c_str(), UINT32_MAX, 0); in BuildDynamicRegisterInfo() 418 … reg_info.kinds[eRegisterKindGCC] = Args::StringToUInt32(value.c_str(), LLDB_INVALID_REGNUM, 0); in BuildDynamicRegisterInfo() 422 … reg_info.kinds[eRegisterKindDWARF] = Args::StringToUInt32(value.c_str(), LLDB_INVALID_REGNUM, 0); in BuildDynamicRegisterInfo() 437 … uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16); in BuildDynamicRegisterInfo() 452 … uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16); in BuildDynamicRegisterInfo() 1462 exc_type = Args::StringToUInt32 (value.c_str(), 0, 16); in SetThreadStopInfo() 1554 uint32_t reg = Args::StringToUInt32 (name.c_str(), UINT32_MAX, 16); in SetThreadStopInfo()
|
/external/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 637 …match_info.GetProcessInfo().SetProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PROCESS_I… in SetOptionValue() 643 …match_info.GetProcessInfo().SetParentProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PRO… in SetOptionValue() 649 …match_info.GetProcessInfo().SetUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success)); in SetOptionValue() 655 …match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &… in SetOptionValue() 661 …match_info.GetProcessInfo().SetGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success)… in SetOptionValue() 667 …match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, … in SetOptionValue() 825 … lldb::pid_t pid = Args::StringToUInt32 (arg, LLDB_INVALID_PROCESS_ID, 0, &success); in DoExecute()
|
D | CommandObjectThread.cpp | 91 m_start = Args::StringToUInt32 (option_arg, 0, 0, &success); in SetOptionValue() 217 … uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute() 429 uint32_t step_thread_idx = Args::StringToUInt32 (thread_idx_cstr, LLDB_INVALID_INDEX32); in DoExecute() 673 …uint32_t thread_idx = Args::StringToUInt32 (command.GetArgumentAtIndex(i), LLDB_INVALID_INDEX32, b… in DoExecute() 831 m_thread_idx = Args::StringToUInt32 (option_arg, LLDB_INVALID_INDEX32); in SetOptionValue() 840 m_frame_idx = Args::StringToUInt32 (option_arg, LLDB_INVALID_FRAME_ID); in SetOptionValue() 964 line_number = Args::StringToUInt32 (command.GetArgumentAtIndex(0), UINT32_MAX); in DoExecute() 1186 uint32_t index_id = Args::StringToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
|
D | CommandObjectBreakpoint.cpp | 140 m_column = Args::StringToUInt32 (option_arg, 0); in SetOptionValue() 195 m_ignore_count = Args::StringToUInt32(option_arg, UINT32_MAX, 0); in SetOptionValue() 217 m_line_num = Args::StringToUInt32 (option_arg, 0); in SetOptionValue() 280 m_thread_index = Args::StringToUInt32(option_arg, UINT32_MAX, 0); in SetOptionValue() 775 m_ignore_count = Args::StringToUInt32(option_arg, UINT32_MAX, 0); in SetOptionValue() 833 m_thread_index = Args::StringToUInt32 (option_arg, UINT32_MAX, 0); in SetOptionValue() 1478 m_line_num = Args::StringToUInt32 (option_arg, 0); in SetOptionValue()
|
D | CommandObjectSource.cpp | 65 start_line = Args::StringToUInt32 (option_arg, 0); in SetOptionValue() 173 start_line = Args::StringToUInt32 (option_arg, 0); in SetOptionValue() 179 num_lines = Args::StringToUInt32 (option_arg, 0); in SetOptionValue()
|
D | CommandObjectDisassemble.cpp | 78 num_lines_context = Args::StringToUInt32(option_arg, 0, 0, &success); in SetOptionValue() 84 num_instructions = Args::StringToUInt32(option_arg, 0, 0, &success); in SetOptionValue()
|
D | CommandObjectProcess.cpp | 414 … lldb::pid_t pid = Args::StringToUInt32 (option_arg, LLDB_INVALID_PROCESS_ID, 0, &success); in SetOptionValue() 766 m_ignore = Args::StringToUInt32 (option_arg, 0, 0, &success); in SetOptionValue() 1337 … uint32_t image_token = Args::StringToUInt32(image_token_cstr, LLDB_INVALID_IMAGE_TOKEN, 0); in DoExecute() 1729 real_value = Args::StringToUInt32 (option.c_str(), 3); in VerifyCommandOptionValue()
|
D | CommandObjectTarget.cpp | 428 uint32_t target_idx = Args::StringToUInt32 (target_idx_arg, UINT32_MAX, 0, &success); in DoExecute() 528 … uint32_t target_idx = Args::StringToUInt32 (target_idx_arg, UINT32_MAX, 0, &success); in DoExecute() 1160 …uint32_t insert_idx = Args::StringToUInt32(command.GetArgumentAtIndex(0), UINT32_MAX, 0, &success); in DoExecute() 3748 m_line_number = Args::StringToUInt32(option_arg, UINT32_MAX); in SetOptionValue() 4718 m_line_end = Args::StringToUInt32 (option_arg, UINT_MAX, 0, &success); in SetOptionValue() 4728 m_line_start = Args::StringToUInt32 (option_arg, 0, 0, &success); in SetOptionValue() 4773 m_thread_index = Args::StringToUInt32(option_arg, UINT32_MAX, 0); in SetOptionValue() 5138 … lldb::user_id_t user_id = Args::StringToUInt32 (command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute() 5207 … lldb::user_id_t user_id = Args::StringToUInt32 (command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute()
|
D | CommandObjectLog.cpp | 447 uint32_t depth = Args::StringToUInt32(args.GetArgumentAtIndex(1), 0, 0, &success); in DoExecute()
|
D | CommandObjectExpression.cpp | 112 result = Args::StringToUInt32(option_arg, 0, 0, &success); in SetOptionValue()
|
D | CommandObjectFrame.cpp | 247 frame_idx = Args::StringToUInt32 (frame_idx_cstr, UINT32_MAX, 0); in DoExecute()
|
D | CommandObjectWatchpoint.cpp | 648 m_ignore_count = Args::StringToUInt32(option_arg, UINT32_MAX, 0); in SetOptionValue()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFCompileUnit.cpp | 979 … m_producer_version_major = Args::StringToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo() 981 … m_producer_version_minor = Args::StringToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo() 983 … m_producer_version_update = Args::StringToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo()
|
/external/lldb/include/lldb/Interpreter/ |
D | Args.h | 355 StringToUInt32 (const char *s, uint32_t fail_value = 0, int base = 0, bool *success_ptr = NULL);
|