aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-04-29 18:44:15 +0000
committerTom Tromey <tromey@redhat.com>2011-04-29 18:44:15 +0000
commit38a714bb6f2ead72198b2be9e02b48e140715156 (patch)
tree24097d6abee50ed96120d1c36e8363458795f5b5 /gdb/ChangeLog
parenteb73ad13537571163d9fb6818f0931d71dad141a (diff)
downloadgdb-38a714bb6f2ead72198b2be9e02b48e140715156.zip
gdb-38a714bb6f2ead72198b2be9e02b48e140715156.tar.gz
gdb-38a714bb6f2ead72198b2be9e02b48e140715156.tar.bz2
* mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
(mi_parse): Likewise. * breakpoint.c (break_range_command): Use sizeof char*, not char**. (create_breakpoint): Likewise. (parse_breakpoint_sals): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 77b7a97..37cf2cf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2011-04-29 Tom Tromey <tromey@redhat.com>
+
+ * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
+ (mi_parse): Likewise.
+ * breakpoint.c (break_range_command): Use sizeof char*, not
+ char**.
+ (create_breakpoint): Likewise.
+ (parse_breakpoint_sals): Likewise.
+
2011-04-29 Pedro Alves <pedro@codesourcery.com>
* linux-nat.c (linux_child_remove_fork_catchpoint)