diff options
author | Pedro Alves <palves@redhat.com> | 2011-06-22 17:16:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-06-22 17:16:00 +0000 |
commit | d2f3fc74b7bcb54623e8887c9c2015262f74f90b (patch) | |
tree | e2b16ec120f2729f0e5c10c0c8ff775e067af143 /gdb/ChangeLog | |
parent | b4d900402c4bcfc98a49931a40546421042d0344 (diff) | |
download | gdb-d2f3fc74b7bcb54623e8887c9c2015262f74f90b.zip gdb-d2f3fc74b7bcb54623e8887c9c2015262f74f90b.tar.gz gdb-d2f3fc74b7bcb54623e8887c9c2015262f74f90b.tar.bz2 |
2011-06-22 Pedro Alves <pedro@codesourcery.com>
* breakpoint.c (create_catchpoint_without_mention)
(create_catchpoint): Delete.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 041a8bb..20d60f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-06-22 Pedro Alves <pedro@codesourcery.com> + * breakpoint.c (create_catchpoint_without_mention) + (create_catchpoint): Delete. + +2011-06-22 Pedro Alves <pedro@codesourcery.com> + * breakpoint.h (struct breakpoint): Delete field `exec_pathname'. * breakpoint.c (init_raw_breakpoint_without_location): Remove reference to exec_pathname. |