diff options
author | Pedro Alves <palves@redhat.com> | 2008-04-25 14:57:30 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-04-25 14:57:30 +0000 |
commit | 436675d3af53e8d46fd065d7e12451a7a123761e (patch) | |
tree | b8481eadf4a2a27c73d4a60a4be5e77e3d728e10 /gdb/ChangeLog | |
parent | ddeca4680f02382f5d6c64cbf2d8e30cfb7d942f (diff) | |
download | gdb-436675d3af53e8d46fd065d7e12451a7a123761e.zip gdb-436675d3af53e8d46fd065d7e12451a7a123761e.tar.gz gdb-436675d3af53e8d46fd065d7e12451a7a123761e.tar.bz2 |
* amd64-tdep.c (amd64_get_longjmp_target): New.
(amd64_init_abi): Register amd64_get_longjmp_target as
gdbarch_get_longjmp_target callback.
* i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 31a9b70..ce3f532 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2008-04-25 Pedro Alves <pedro@codesourcery.com> + * amd64-tdep.c (amd64_get_longjmp_target): New. + (amd64_init_abi): Register amd64_get_longjmp_target as + gdbarch_get_longjmp_target callback. + * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling. + +2008-04-25 Pedro Alves <pedro@codesourcery.com> + * breakpoint.h (enum bpstat_what_main_action): Delete BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE. |