Lines Matching refs:Args
79 int32_t input_count = Args::StringToSInt32 (option_arg, -1, 0, &success);
91 m_start = Args::StringToUInt32 (option_arg, 0, 0, &success);
164 DoExecute (Args& command, CommandReturnObject &result)
217 uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success);
303 m_avoid_no_debug = Args::StringToBoolean (option_arg, true, &success);
312 m_run_mode = (lldb::RunMode) Args::StringToOptionEnum(option_arg, enum_values, eOnlyDuringStepping, error);
408 DoExecute (Args& command, CommandReturnObject &result)
429 uint32_t step_thread_idx = Args::StringToUInt32 (thread_idx_cstr, LLDB_INVALID_INDEX32);
641 DoExecute (Args& command, CommandReturnObject &result)
673 uint32_t thread_idx = Args::StringToUInt32 (command.GetArgumentAtIndex(i), LLDB_INVALID_INDEX32, base, &success);
831 m_thread_idx = Args::StringToUInt32 (option_arg, LLDB_INVALID_INDEX32);
840 m_frame_idx = Args::StringToUInt32 (option_arg, LLDB_INVALID_FRAME_ID);
850 lldb::RunMode run_mode = (lldb::RunMode) Args::StringToOptionEnum(option_arg, enum_values, eOnlyDuringStepping, error);
933 DoExecute (Args& command, CommandReturnObject &result)
964 line_number = Args::StringToUInt32 (command.GetArgumentAtIndex(0), UINT32_MAX);
1170 DoExecute (Args& command, CommandReturnObject &result)
1186 uint32_t index_id = Args::StringToUInt32(command.GetArgumentAtIndex(0), 0, 0);
1232 DoExecute (Args& command, CommandReturnObject &result)
1286 bool tmp_value = Args::StringToBoolean (option_arg, false, &success);