Home
last modified time | relevance | path

Searched refs:next_pc (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp134 lldb::addr_t next_pc; in SetupSoftwareSingleStepping() local
139 next_pc = pc_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
150 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()
170 error = process.SetBreakpoint(next_pc, size_hint, /*hardware=*/false); in SetupSoftwareSingleStepping()
179 m_threads_stepping_with_breakpoint.insert({thread.GetID(), next_pc}); in SetupSoftwareSingleStepping()
/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_unwind.py102 next_pc = 0
109 next_pc = process.ReadPointerFromMemory(
112 next_pc = 0
117 if target.triple[0:3] == "arm" and (next_pc & 1) == 1:
118 next_pc = next_pc & ~1
119 cur_pc = next_pc
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DMachO_x86-64_relocations.s31 # jitlink-check: decode_operand(test_local_call, 0) = named_func - next_pc(test_local_call)
47 # jitlink-check: decode_operand(test_gotld, 4) = got_addr(macho_reloc.o, external_data) - next_pc(t…
59 # jitlink-check: decode_operand(test_gotcmpq, 3) = got_addr(macho_reloc.o, external_data) - next_pc
90 # jitlink-check: decode_operand(signed, 4) = named_data - next_pc(signed)
95 # jitlink-check: decode_operand(signed1, 3) = named_data - next_pc(signed1)
100 # jitlink-check: decode_operand(signed2, 3) = named_data - next_pc(signed2)
105 # jitlink-check: decode_operand(signed4, 3) = named_data - next_pc(signed4)
111 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - next_pc(signedanon)
117 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - next_pc(signed1anon)
123 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - next_pc(signed2anon)
[all …]
H A DELF_x86-64_small_pic_relocations.s25 # jitlink-check: decode_operand(test_pcrel32, 4) = named_data - next_pc(test_pcrel32)
47 # jitlink-check: named_func - next_pc(test_call_local)
63 # jitlink-check: next_pc(test_call_alt_sec_at_offset)
79 # jitlink-check: next_pc(test_call_extern_plt)
95 # jitlink-check: got_addr(elf_sm_pic_reloc.o, named_data) - next_pc(test_gotpcrel)
109 # jitlink-check: got_addr(elf_sm_pic_reloc.o, external_data) - next_pc(test_rex_gotpcrelx)
H A DCOFF_x86-64_small_pic_relocations.s22 # jitlink-check: decode_operand(test_rel32_func, 0) = named_func - next_pc(test_rel32_func)
33 # jitlink-check: decode_operand(test_rel32_data, 4) = named_data - next_pc(test_rel32_data)
H A DMachO_GOTAndStubsOptimization.s20 # jitlink-check: decode_operand(bypass_got, 4) = _x - next_pc(bypass_got)
21 # jitlink-check: decode_operand(bypass_stub, 0) = bypass_got - next_pc(bypass_stub)
H A DELF_x86-64_common.s15 # jitlink-check: got_addr(elf_common.o, common_data) - next_pc(load_common)
H A DELF_x86-64_got_plt_optimizations.s56 # jitlink-check: extern_in_range32 - next_pc(test_call_extern)
/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DMachO_x86-64_PIC_relocations.s15 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
20 # rtdyld-check: decode_operand(insn2, 4) = x - next_pc(insn2)
29 # rtdyld-check: decode_operand(insn3, 4) = stub_addr(test_x86-64.o/__text, y) - next_pc(insn3)
H A DCOFF_x86_64.s27 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
42 # rtdyld-check: next_pc(call_to_dllimport)
57 # rtdyld-check: next_pc(load_from_dllimport)
H A DELF_x86-64_PIC-small-relocations.s14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
H A DMachO_i386_DynNoPIC_relocations.s22 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
H A DELF_N64R6_relocations.s36 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2…
41 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
H A DELF_O32R6_relocations.s31 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2…
36 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h108 thumb_static_data_t *thumbStaticData, nub_addr_t *next_pc);