From a62904492b27b9fb77da8fa2714fd05cc28804a7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 21 Mar 2014 09:26:05 +0100 Subject: darwin-nat.c: fix dump of messages on x86_64. gdb/ * darwin-nat.c (exc_server): Remove unused prototype. (darwin_dump_message): Correctly display data on x86_64. (darwin_encode_reply): Fix style. Add comments and fix indentation. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index efbe238..bf39bc0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2014-03-24 Tristan Gingold + + * darwin-nat.c (exc_server): Remove unused prototype. + (darwin_dump_message): Correctly display data on x86_64. + (darwin_encode_reply): Fix style. + Add comments and fix indentation. + 2014-03-24 Pierre Langlois * MAINTAINERS (Write After Approval): Add "Pierre Langlois". -- cgit v1.1