Home
last modified time | relevance | path

Searched refs:StringToUInt32 (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp90 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()
DCommandHistory.cpp50 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()
DOptionValuePathMappings.cpp52 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()
DOptionValueFileSpecLIst.cpp59 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()
DOptionValueArray.cpp178 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()
DArgs.cpp739 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/
DGDBRemoteCommunicationServer.cpp374 …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()
DGDBRemoteCommunicationClient.cpp1124 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 …]
DProcessGDBRemote.cpp366 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/
DCommandObjectPlatform.cpp637 …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()
DCommandObjectThread.cpp91 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()
DCommandObjectBreakpoint.cpp140 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()
DCommandObjectSource.cpp65 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()
DCommandObjectDisassemble.cpp78 num_lines_context = Args::StringToUInt32(option_arg, 0, 0, &success); in SetOptionValue()
84 num_instructions = Args::StringToUInt32(option_arg, 0, 0, &success); in SetOptionValue()
DCommandObjectProcess.cpp414 … 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()
DCommandObjectTarget.cpp428 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()
DCommandObjectLog.cpp447 uint32_t depth = Args::StringToUInt32(args.GetArgumentAtIndex(1), 0, 0, &success); in DoExecute()
DCommandObjectExpression.cpp112 result = Args::StringToUInt32(option_arg, 0, 0, &success); in SetOptionValue()
DCommandObjectFrame.cpp247 frame_idx = Args::StringToUInt32 (frame_idx_cstr, UINT32_MAX, 0); in DoExecute()
DCommandObjectWatchpoint.cpp648 m_ignore_count = Args::StringToUInt32(option_arg, UINT32_MAX, 0); in SetOptionValue()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp979 … 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/
DArgs.h355 StringToUInt32 (const char *s, uint32_t fail_value = 0, int base = 0, bool *success_ptr = NULL);