Home
last modified time | relevance | path

Searched refs:next_insn_addr (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dasync.exp84 set next_insn_addr ""
88 set next_insn_addr $expect_out(1,string)
92 set next_insn_is_stmt [hex_in_list $next_insn_addr $is_stmt]
98 set prefix "0x0*$next_insn_addr.*"
103 set next_insn_addr ""
107 set next_insn_addr $expect_out(1,string)
118 set prefix "0x0*$next_insn_addr.*"
127 set prefix "0x0*$next_insn_addr in "
Dsss-bp-on-user-bp.exp35 set next_insn_addr ""
39 set next_insn_addr $expect_out(1,string)
44 if { $next_insn_addr == "" } {
48 gdb_test "b *$next_insn_addr" "Breakpoint .*" "set breakpoint on address"
Dstep-over-syscall.exp84 set next_insn_addr -1
168 set next_insn_addr $expect_out(3,string)
186 gdb_test_multiple "x/2i $next_insn_addr" $test {
188 set next_insn_addr $expect_out(1,string)
202 gdb_assert {$next_insn_addr == $pc_after_stepi} \
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Damd64-disp-step-self-call.exp46 set next_insn_addr ""
52 set next_insn_addr $expect_out(1,string)
56 gdb_assert {![string equal $next_insn_addr ""]} \
80 set next_insn_addr 0x[format %016X $next_insn_addr]
81 gdb_test "x/1gx 0x[format %x $sp]" "$hex:\\s+$next_insn_addr" \
Di386-disp-step-self-call.exp46 set next_insn_addr ""
52 set next_insn_addr $expect_out(1,string)
56 gdb_assert {![string equal $next_insn_addr ""]} \
80 set next_insn_addr 0x[format %08X $next_insn_addr]
81 gdb_test "x/1wx 0x[format %x $sp]" "$hex:\\s+$next_insn_addr" \
/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c5986 ULONGEST next_insn_addr = dsc->insn_addr + dsc->insn_size; in cleanup_branch() local
5989 next_insn_addr |= 0x1; in cleanup_branch()
5991 displaced_write_reg (regs, dsc, ARM_LR_REGNUM, next_insn_addr, in cleanup_branch()