HomeSort by relevance Sort by last modified time
    Searched refs:eRegisterKindLLDB (Results 1 - 18 of 18) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMemory.cpp 109 const uint32_t reg_num = reg_info->kinds[eRegisterKindLLDB];
124 const uint32_t reg_num = reg_info->kinds[eRegisterKindLLDB];
RegisterContextDummy.cpp 58 m_pc_reg_info.kinds[eRegisterKindLLDB] = LLDB_INVALID_REGNUM;
RegisterContextLLDB.cpp     [all...]
DynamicRegisterInfo.cpp 150 reg_info.kinds[lldb::eRegisterKindLLDB] = i;
RegisterContextDarwin_arm.cpp 639 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
732 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
    [all...]
RegisterContextDarwin_i386.cpp 563 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
683 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
944 else if (kind == eRegisterKindLLDB)
RegisterContextDarwin_x86_64.cpp 606 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
733 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
1034 else if (kind == eRegisterKindLLDB)
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_i386.cpp 343 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
358 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
484 else if (kind == eRegisterKindLLDB)
RegisterContext_x86_64.cpp 692 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
800 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
    [all...]
  /external/lldb/source/Core/
ValueObjectRegister.cpp 233 valobj = new ValueObjectRegister(*this, m_reg_ctx_sp, reg_info->kinds[eRegisterKindLLDB]);
248 return reg_info->kinds[eRegisterKindLLDB];
EmulateInstruction.cpp 630 reg_num = reg_info->kinds[eRegisterKindLLDB];
633 reg_kind = eRegisterKindLLDB;
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp 509 argument_register_ids[0] = reg_ctx->GetRegisterInfoByName("rdi", 0)->kinds[eRegisterKindLLDB];
510 argument_register_ids[1] = reg_ctx->GetRegisterInfoByName("rsi", 0)->kinds[eRegisterKindLLDB];
511 argument_register_ids[2] = reg_ctx->GetRegisterInfoByName("rdx", 0)->kinds[eRegisterKindLLDB];
512 argument_register_ids[3] = reg_ctx->GetRegisterInfoByName("rcx", 0)->kinds[eRegisterKindLLDB];
513 argument_register_ids[4] = reg_ctx->GetRegisterInfoByName("r8", 0)->kinds[eRegisterKindLLDB];
514 argument_register_ids[5] = reg_ctx->GetRegisterInfoByName("r9", 0)->kinds[eRegisterKindLLDB];
    [all...]
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 226 ent->lldb_regno = ri->kinds[eRegisterKindLLDB];
518 unwind_plan.SetRegisterKind (eRegisterKindLLDB);
548 uint32_t lldb_regno; // register numbers in lldb's eRegisterKindLLDB numbering scheme
760 unwind_plan.SetRegisterKind (eRegisterKindLLDB);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteRegisterContext.h 276 return SetRegisterIsValid (reg_info->kinds[lldb::eRegisterKindLLDB], valid);
GDBRemoteRegisterContext.cpp 156 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
181 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
309 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
624 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
    [all...]
  /external/lldb/include/lldb/
lldb-enumerations.h 163 eRegisterKindLLDB, // lldb's internal register numbers
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.cpp     [all...]
  /external/lldb/source/Symbol/
UnwindPlan.cpp 431 if (m_register_kind == eRegisterKindLLDB)

Completed in 387 milliseconds