diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-11-26 05:36:38 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-11-26 05:36:38 +0000 |
commit | 5f019e58781076b31685d5d8460fbd472ebcf2b6 (patch) | |
tree | a4ee6618ea7ec9216d1ed0f2e453b3c656117879 | |
parent | 939c61faffc518af588365f5d39a69da78211578 (diff) | |
download | gdb-5f019e58781076b31685d5d8460fbd472ebcf2b6.zip gdb-5f019e58781076b31685d5d8460fbd472ebcf2b6.tar.gz gdb-5f019e58781076b31685d5d8460fbd472ebcf2b6.tar.bz2 |
2008-11-25 ia64-tdep.c change: Reflect current `disable' in the ChangeLog entry.
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e80021e..0582ae1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -3,7 +3,7 @@ Fix automatic restoration of breakpoints memory for ia64. * ia64-tdep.c: New #if check on BREAKPOINT_MAX vs. BUNDLE_LEN. (ia64_memory_insert_breakpoint): New comment part for SHADOW_CONTENTS - content. Remove variable instr. New variable cleanup. Force + content. Remove variable instr. New variable cleanup. Disable automatic breakpoints restoration. PLACED_SIZE and SHADOW_LEN are now set larger, to BUNDLE_LEN - 2. Variable `bundle' type update. Return error if even just final target_write_memory has failed. |