diff options
author | Tom Tromey <tromey@redhat.com> | 2008-10-30 18:42:28 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-10-30 18:42:28 +0000 |
commit | 9fe4a2165de29f0802f0f9eb4801875e0f15c40a (patch) | |
tree | 57e0cbb83e955478f8ef776fdf63e64be3c4fc84 /gdb/ChangeLog | |
parent | c22261528c50f7760dd6a2e29314662b377eebb4 (diff) | |
download | gdb-9fe4a2165de29f0802f0f9eb4801875e0f15c40a.zip gdb-9fe4a2165de29f0802f0f9eb4801875e0f15c40a.tar.gz gdb-9fe4a2165de29f0802f0f9eb4801875e0f15c40a.tar.bz2 |
* source.c (symtab_to_fullname): Test 'r >= 0'.
(psymtab_to_fullname): Likewise.
(get_filename_and_charpos): Make a cleanup.
(forward_search_command): Likewise.
(reverse_search_command): Likewise.
* exec.c (exec_file_attach): Close scratch_chan on failure.
* nto-procfs.c (procfs_open): Make a cleanup.
(procfs_pidlist): Likewise.
(do_closedir_cleanup): New function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0ee7904..c0fd6ea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2008-10-28 Tom Tromey <tromey@redhat.com> + + * source.c (symtab_to_fullname): Test 'r >= 0'. + (psymtab_to_fullname): Likewise. + (get_filename_and_charpos): Make a cleanup. + (forward_search_command): Likewise. + (reverse_search_command): Likewise. + * exec.c (exec_file_attach): Close scratch_chan on failure. + * nto-procfs.c (procfs_open): Make a cleanup. + (procfs_pidlist): Likewise. + (do_closedir_cleanup): New function. + 2008-10-30 Andreas Schwab <schwab@suse.de> * infcmd.c (construct_inferior_arguments): Handle newlines |