aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-06-17 11:32:58 +0100
committerGary Benson <gbenson@redhat.com>2014-06-18 10:15:17 +0100
commit1b6d4134c776d54513114199f1478f83894f490b (patch)
tree2ec954539c3c3502d9a58d63cd315d1c36a33d7a /gdb/gdbserver/ChangeLog
parent9b4550ef5e4223bf03a343dc8dd29285bf635e8b (diff)
downloadgdb-1b6d4134c776d54513114199f1478f83894f490b.zip
gdb-1b6d4134c776d54513114199f1478f83894f490b.tar.gz
gdb-1b6d4134c776d54513114199f1478f83894f490b.tar.bz2
Merge printing code
This commit synchronizes the debug printing code in i386-nat.c and i386-low.c. gdb/ 2014-06-18 Gary Benson <gbenson@redhat.com> * i386-nat.c (debug_printf): New macro. (i386_get_debug_register_length): Likewise. (TARGET_HAS_DR_LEN_8): Use above macro. (i386_show_dr): Use debug_printf instead of puts_unfiltered and printf_unfiltered. Use phex to format values. gdb/gdbserver/ 2014-06-18 Gary Benson <gbenson@redhat.com> * i386-low.c (i386_get_debug_register_length): New macro. (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro. (i386_show_dr): Use debug_printf instead of fprintf. Use phex to format values.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 78cf89b..47a538f 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,12 @@
2014-06-18 Gary Benson <gbenson@redhat.com>
+ * i386-low.c (i386_get_debug_register_length): New macro.
+ (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
+ (i386_show_dr): Use debug_printf instead of fprintf. Use
+ phex to format values.
+
+2014-06-18 Gary Benson <gbenson@redhat.com>
+
* i386-low.h: Comment changes.
* i386-low.c: Likewise.