Searched refs:pc_reg_num (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/ABI/MacOSX-i386/ |
D | ABIMacOSX_i386.cpp | 263 …uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REG… in PrepareTrivialCall() local 406 if (!reg_ctx->WriteRegisterFromUnsigned (pc_reg_num, func_addr)) in PrepareTrivialCall() 427 …uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REG… in PrepareNormalCall() local 584 if (!reg_ctx->WriteRegisterFromUnsigned(pc_reg_num, func_addr)) in PrepareNormalCall() 828 uint32_t pc_reg_num = LLDB_INVALID_REGNUM; in CreateFunctionEntryUnwindPlan() local 834 pc_reg_num = dwarf_eip; in CreateFunctionEntryUnwindPlan() 839 pc_reg_num = gcc_eip; in CreateFunctionEntryUnwindPlan() 844 pc_reg_num = gdb_eip; in CreateFunctionEntryUnwindPlan() 849 pc_reg_num = LLDB_REGNUM_GENERIC_PC; in CreateFunctionEntryUnwindPlan() 854 pc_reg_num == LLDB_INVALID_REGNUM) in CreateFunctionEntryUnwindPlan() [all …]
|
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 121 uint32_t pc_reg_num = LLDB_INVALID_REGNUM; in GetNonCallSiteUnwindPlanFromAssembly() local 124 pc_reg_num = pc_reg_info.kinds[unwind_plan.GetRegisterKind()]; in GetNonCallSiteUnwindPlanFromAssembly() 126 pc_reg_num = LLDB_INVALID_REGNUM; in GetNonCallSiteUnwindPlanFromAssembly() 197 && pc_reg_num != LLDB_INVALID_REGNUM in GetNonCallSiteUnwindPlanFromAssembly() 198 && m_curr_row->GetRegisterInfo (pc_reg_num, pc_regloc) in GetNonCallSiteUnwindPlanFromAssembly() 508 uint32_t pc_reg_num = pc_reg_info.kinds[unwind_reg_kind]; in WriteMemory() local 509 if (pc_reg_num != LLDB_INVALID_REGNUM) in WriteMemory() 511 … m_curr_row->SetRegisterLocationToAtCFAPlusOffset (pc_reg_num, offset, can_replace); in WriteMemory()
|
/external/lldb/source/Plugins/ABI/SysV-x86_64/ |
D | ABISysV_x86_64.cpp | 1090 uint32_t pc_reg_num = LLDB_INVALID_REGNUM; in CreateFunctionEntryUnwindPlan() local 1097 pc_reg_num = gcc_dwarf_rip; in CreateFunctionEntryUnwindPlan() 1102 pc_reg_num = gdb_rip; in CreateFunctionEntryUnwindPlan() 1107 pc_reg_num = LLDB_REGNUM_GENERIC_PC; in CreateFunctionEntryUnwindPlan() 1112 pc_reg_num == LLDB_INVALID_REGNUM) in CreateFunctionEntryUnwindPlan() 1118 row->SetRegisterLocationToAtCFAPlusOffset(pc_reg_num, -8, false); in CreateFunctionEntryUnwindPlan() 1131 uint32_t pc_reg_num = LLDB_INVALID_REGNUM; in CreateDefaultUnwindPlan() local 1139 pc_reg_num = gcc_dwarf_rip; in CreateDefaultUnwindPlan() 1145 pc_reg_num = gdb_rip; in CreateDefaultUnwindPlan() 1151 pc_reg_num = LLDB_REGNUM_GENERIC_PC; in CreateDefaultUnwindPlan() [all …]
|
/external/lldb/source/Plugins/ABI/MacOSX-arm/ |
D | ABIMacOSX_arm.cpp | 212 …const uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LL… in PrepareTrivialCall() local 304 if (!reg_ctx->WriteRegisterFromUnsigned (pc_reg_num, function_addr)) in PrepareTrivialCall() 586 uint32_t pc_reg_num = LLDB_INVALID_REGNUM; in CreateFunctionEntryUnwindPlan() local 594 pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan() 600 pc_reg_num = LLDB_REGNUM_GENERIC_PC; in CreateFunctionEntryUnwindPlan() 606 pc_reg_num == LLDB_INVALID_REGNUM) in CreateFunctionEntryUnwindPlan() 615 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan() 630 uint32_t pc_reg_num = dwarf_pc; in CreateDefaultUnwindPlan() local 642 row->SetRegisterLocationToAtCFAPlusOffset(pc_reg_num, ptr_size * -1, true); in CreateDefaultUnwindPlan()
|