| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanStepOverBreakpoint.cpp | 80 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); in DoPlanExplainsStop() local 82 if (pc_addr == m_breakpoint_addr) { in DoPlanExplainsStop() 86 pc_addr); in DoPlanExplainsStop() 131 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); in MischiefManaged() local 133 if (pc_addr == m_breakpoint_addr) { in MischiefManaged()
|
| H A D | ThreadPlanTracer.cpp | 139 Address pc_addr; in Log() local 143 pc, pc_addr); in Log() 145 pc_addr.Dump(stream, &GetThread(), Address::DumpStyleResolvedDescription, in Log() 160 disassembler->DecodeInstructions(pc_addr, extractor, 0, 1, false, in Log()
|
| H A D | ThreadPlanStepInstruction.cpp | 221 lldb::addr_t pc_addr = thread.GetRegisterContext()->GetPC(0); in ShouldStop() local 222 if (pc_addr != m_instruction_addr) { in ShouldStop()
|
| H A D | StackFrame.cpp | 108 const Address &pc_addr, bool behaves_like_zeroth_frame, in StackFrame() argument 113 m_id(pc_addr.GetLoadAddress(thread_sp->CalculateTarget().get()), cfa, in StackFrame() 115 m_frame_code_addr(pc_addr), m_sc(), m_flags(), m_frame_base(), in StackFrame() 132 ModuleSP pc_module_sp(pc_addr.GetModule()); in StackFrame()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-m32r-sdi.c | 440 unsigned long pc_addr, bp_addr, ab_addr; in m32r_resume() local 455 pc_addr = read_pc (); in m32r_resume() 457 fprintf_unfiltered (gdb_stdlog, "pc <= 0x%lx\n", pc_addr); in m32r_resume() 461 if (pc_addr == last_pc_addr) in m32r_resume() 466 pc_addr += 2; in m32r_resume() 475 store_long_parameter (buf + 1, pc_addr); in m32r_resume() 477 store_long_parameter (buf + 1, pc_addr - 1); in m32r_resume() 485 send_two_arg_cmd (SDI_WRITE_CPU_REG, SDI_REG_BPC, pc_addr); in m32r_resume() 492 send_two_arg_cmd (SDI_WRITE_CPU_REG, SDI_REG_PBP, pc_addr | 1); in m32r_resume() 539 if ((bp_addr & 2) == 0 && bp_addr != (pc_addr & 0xfffffffc)) in m32r_resume() [all …]
|
| H A D | hppah-nat.c | 868 CORE_ADDR pc_addr; in hppa_require_attach() local 878 pc_addr = register_addr (PC_REGNUM, regs_offset); in hppa_require_attach() 879 pc = call_ptrace (PT_READ_U, pid, (PTRACE_ARG3_TYPE) pc_addr, 0); in hppa_require_attach()
|
| H A D | infttrace.c | 5043 CORE_ADDR pc_addr; in hppa_require_attach() local
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1501 Address pc_addr = frame.GetFrameCodeAddress(); in CalculateFrameVariableError() local 1502 if (pc_addr.GetModule() == m_objfile_sp->GetModule()) { in CalculateFrameVariableError() 1506 m_debug_map.FindEntryThatContains(pc_addr.GetFileAddress()); in CalculateFrameVariableError()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1477 const Address &pc_addr = frame->GetFrameCodeAddress(); in Format() local 1478 if (pc_addr.IsValid()) { in Format() 1479 if (DumpAddressAndContent(s, sc, exe_ctx, pc_addr, false)) in Format()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | gdbint.texinfo | 3591 @item push_dummy_call (@var{gdbarch}, @var{function}, @var{regcache}, @var{pc_addr}, @var{nargs}, @…
|