Lines Matching refs:Args
29 #include "lldb/Interpreter/Args.h"
366 reg_info.byte_size = Args::StringToUInt32(value.c_str(), 0, 0) / CHAR_BIT;
370 uint32_t offset = Args::StringToUInt32(value.c_str(), UINT32_MAX, 0);
378 const Encoding encoding = Args::StringToEncoding (value.c_str());
385 if (Args::StringToFormat (value.c_str(), format, NULL).Success())
418 reg_info.kinds[eRegisterKindGCC] = Args::StringToUInt32(value.c_str(), LLDB_INVALID_REGNUM, 0);
422 reg_info.kinds[eRegisterKindDWARF] = Args::StringToUInt32(value.c_str(), LLDB_INVALID_REGNUM, 0);
426 reg_info.kinds[eRegisterKindGeneric] = Args::StringToGenericRegister (value.c_str());
437 uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16);
452 uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16);
719 const Args &environment = launch_info.GetEnvironmentEntries();
1462 exc_type = Args::StringToUInt32 (value.c_str(), 0, 16);
1467 exc_data.push_back(Args::StringToUInt64 (value.c_str(), 0, 16));
1472 lldb::tid_t tid = Args::StringToUInt64 (value.c_str(), LLDB_INVALID_THREAD_ID, 16);
1508 tid = Args::StringToUInt64 (value.c_str(), LLDB_INVALID_THREAD_ID, 16);
1514 tid = Args::StringToUInt64 (value.c_str(), LLDB_INVALID_THREAD_ID, 16);
1533 thread_dispatch_qaddr = Args::StringToUInt64 (value.c_str(), 0, 16);
1554 uint32_t reg = Args::StringToUInt32 (name.c_str(), UINT32_MAX, 16);
2497 Args &debugserver_args = debugserver_launch_info.GetArguments();
2500 // Start args with "debugserver /file/path -r --"
2534 // Terminate the debugserver args so we can now append the inferior args
3114 DoExecute (Args& command, CommandReturnObject &result)
3155 DoExecute (Args& command, CommandReturnObject &result)