mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
2002-05-14 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo stop_at -> stop_pc.
This commit is contained in:
parent
c97dcfc7b8
commit
fd3a5ca161
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-14 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
|
||||||
|
stop_at -> stop_pc.
|
||||||
|
|
||||||
2002-05-14 Andrew Cagney <ac131313@redhat.com>
|
2002-05-14 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* regcache.c (register_valid): Revise comments refering to "Not
|
* regcache.c (register_valid): Revise comments refering to "Not
|
||||||
|
@ -140,7 +140,7 @@ reinsert_breakpoint_by_bp (CORE_ADDR stop_pc, CORE_ADDR stop_at)
|
|||||||
|
|
||||||
set_breakpoint_at (stop_at, reinsert_breakpoint_handler);
|
set_breakpoint_at (stop_at, reinsert_breakpoint_handler);
|
||||||
|
|
||||||
orig_bp = find_breakpoint_at (stop_at);
|
orig_bp = find_breakpoint_at (stop_pc);
|
||||||
if (orig_bp == NULL)
|
if (orig_bp == NULL)
|
||||||
error ("Could not find original breakpoint in list.");
|
error ("Could not find original breakpoint in list.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user