diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-08-23 19:06:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-08-23 19:06:05 +0000 |
commit | 8acc2935383b05b6ae4626dac433883c21381cfb (patch) | |
tree | ca5473eb3fe6d9a3fc7c046eff2d941a8c0babe2 /gdb/ChangeLog | |
parent | fcf6238032a40bcc93e500a53d1e88abe339d1a9 (diff) | |
download | gdb-8acc2935383b05b6ae4626dac433883c21381cfb.zip gdb-8acc2935383b05b6ae4626dac433883c21381cfb.tar.gz gdb-8acc2935383b05b6ae4626dac433883c21381cfb.tar.bz2 |
* linux-proc.c (struct linux_corefile_thread_data): Add num_notes
member.
(linux_corefile_thread_callback): Increase args->num_notes.
(linux_make_note_section): Initialize thread_args.num_notes, and
use it to determine whether notes for any threads were created.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b55f3e..9532614 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2002-08-23 Mark Kettenis <kettenis@gnu.org> + + * linux-proc.c (struct linux_corefile_thread_data): Add num_notes + member. + (linux_corefile_thread_callback): Increase args->num_notes. + (linux_make_note_section): Initialize thread_args.num_notes, and + use it to determine whether notes for any threads were created. + 2002-08-23 Donn Terry <dterry@microsoft.com> * proc-api.c (rw_table): Do not include a row for PCDSTOP if the |