Searched refs:bp_addr (Results 1 - 25 of 126) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Driscv-bp-infcall.exp36 set bp_addr [get_valueof "/x" "\$sp" 0]
37 set bp_addr [format 0x%x [expr ($bp_addr & ~0xf) - 0x20]]
44 gdb_test_no_output "set *((unsigned short *) (${bp_addr} + $i))=0x1" \
55 ".*Using EBREAK for breakpoint at $bp_addr \\(instruction length 4\\).*"
H A Di386-prologue-skip-cf-protection.exp48 set bp_addr -1
53 set bp_addr $expect_out(1,string)
56 set bp_addr [expr $bp_addr]
62 if { $bp_addr != -1 } {
64 gdb_assert {$bp_addr > $main_addr}
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-prologue-skip-cf-protection.exp48 set bp_addr -1
53 set bp_addr $expect_out(1,string)
56 set bp_addr [expr $bp_addr]
62 if { $bp_addr != -1 } {
64 gdb_assert {$bp_addr > $main_addr}
H A Driscv-bp-infcall.exp37 set bp_addr [get_valueof "/x" "\$sp" 0]
38 set bp_addr [format 0x%x [expr ($bp_addr & ~0xf) - 0x20]]
45 gdb_test_no_output "set *((unsigned short *) (${bp_addr} + $i))=0x1" \
56 ".*Using EBREAK for breakpoint at $bp_addr \\(instruction length 4\\).*"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbreak-main-file-remove-fail.exp68 set bp_addr ""
73 set bp_addr $expect_out(1,string)
78 if {$bp_addr == ""} {
90 set align_addr [expr $bp_addr - $bp_addr % $pagesize]
H A Dconsecutive.exp46 set bp_addr 0
51 set bp_addr $expect_out(1,string)
56 gdb_test "break \*$bp_addr" "Breakpoint $decimal at $bp_addr: file .*" \
62 if [eval expr "$bp_addr == $stop_addr"] then {
73 } elseif [eval expr "$bp_addr == $stop_addr"] then {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak-main-file-remove-fail.exp67 set bp_addr ""
72 set bp_addr $expect_out(1,string)
77 if {$bp_addr == ""} {
89 set align_addr [expr $bp_addr - $bp_addr % $pagesize]
H A Dclear_non_user_bp.exp57 set bp_addr [gdb_get_bp_addr $bp_num]
60 "$bp_num.*$bp_addr.*" \
63 gdb_test "clear *$bp_addr" \
64 "No breakpoint at \\*$bp_addr." \
69 "$bp_num.*$bp_addr.*" \
H A Dconsecutive.exp41 set bp_addr 0
46 set bp_addr $expect_out(1,string)
51 gdb_test "break \*$bp_addr" "Breakpoint $decimal at $bp_addr: file .*" \
57 if {[eval expr "$bp_addr == $stop_addr"]} {
68 } elseif {[eval expr "$bp_addr == $stop_addr"]} {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-windows-tdep.c108 struct regcache *regcache, CORE_ADDR bp_addr,
129 return i386_thiscall_push_dummy_call (gdbarch, function, regcache, bp_addr,
107 i386_windows_push_dummy_call(struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr) argument
H A Dbreak-catch-exec.c49 CORE_ADDR bp_addr,
78 CORE_ADDR bp_addr,
76 breakpoint_hit(const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) argument
H A Dbreak-catch-fork.c49 CORE_ADDR bp_addr,
93 CORE_ADDR bp_addr,
91 breakpoint_hit(const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) argument
H A Di386-darwin-tdep.c154 struct regcache *regcache, CORE_ADDR bp_addr,
226 store_unsigned_integer (buf, 4, byte_order, bp_addr);
153 i386_darwin_push_dummy_call(struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr) argument
H A Dbreak-catch-load.c55 CORE_ADDR bp_addr,
88 CORE_ADDR bp_addr,
107 if (other->breakpoint_hit (other_bl, aspace, bp_addr, ws))
86 breakpoint_hit(const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) argument
H A Dbreakpoint.h664 CORE_ADDR bp_addr,
876 CORE_ADDR bp_addr,
916 CORE_ADDR bp_addr,
1006 const address_space *aspace, CORE_ADDR bp_addr,
1068 CORE_ADDR bp_addr,
1108 CORE_ADDR bp_addr,
H A Dinfcall.c380 CORE_ADDR *real_pc, CORE_ADDR *bp_addr,
387 value_type, real_pc, bp_addr,
821 CORE_ADDR bp_addr; local
1030 target_values_type, &real_pc, &bp_addr,
1044 bp_addr_as_address = bp_addr;
1063 bp_addr = dummy_addr;
1234 bp_addr, args.size (), args.data (),
1244 dummy_id = frame_id_build (sp, bp_addr);
1252 sal.pc = bp_addr;
376 push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, gdb::array_view<value *> args, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr, struct regcache *regcache) argument
H A Dbreak-catch-sig.c57 CORE_ADDR bp_addr,
167 CORE_ADDR bp_addr,
163 breakpoint_hit(const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) argument
H A Drs6000-lynx178-tdep.c34 struct regcache *regcache, CORE_ADDR bp_addr,
255 regcache_raw_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr);
32 rs6000_lynx178_push_dummy_call(struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr) argument
H A Dppc-tdep.h47 CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp,
52 CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-darwin-tdep.c154 struct regcache *regcache, CORE_ADDR bp_addr,
226 store_unsigned_integer (buf, 4, byte_order, bp_addr);
153 i386_darwin_push_dummy_call(struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr) argument
H A Dinfcall.c353 CORE_ADDR *real_pc, CORE_ADDR *bp_addr,
360 value_type, real_pc, bp_addr,
777 CORE_ADDR bp_addr; local
975 target_values_type, &real_pc, &bp_addr,
989 bp_addr_as_address = bp_addr;
1008 bp_addr = dummy_addr;
1179 bp_addr, args.size (), args.data (),
1189 dummy_id = frame_id_build (sp, bp_addr);
1197 sal.pc = bp_addr;
349 push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, gdb::array_view<value *> args, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr, struct regcache *regcache) argument
H A Di386-windows-tdep.c206 struct regcache *regcache, CORE_ADDR bp_addr,
227 return i386_thiscall_push_dummy_call (gdbarch, function, regcache, bp_addr,
205 i386_windows_push_dummy_call(struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr) argument
H A Dppc-tdep.h47 CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp,
52 CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp,
H A Drs6000-lynx178-tdep.c34 struct regcache *regcache, CORE_ADDR bp_addr,
254 regcache_raw_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr);
32 rs6000_lynx178_push_dummy_call(struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr) argument
H A Dvax-tdep.c145 struct regcache *regcache, CORE_ADDR bp_addr, int nargs,
163 store_unsigned_integer (buf, 4, byte_order, bp_addr);
142 vax_push_dummy_call(struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr) argument

Completed in 418 milliseconds

123456