diff options
author | Pedro Alves <palves@redhat.com> | 2012-01-26 16:44:29 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-01-26 16:44:29 +0000 |
commit | 88f38a04788e0a788dbc3159c87d4c96c867f681 (patch) | |
tree | 04f82576dd5a95d961ea7eb5e74971dbf9e8d150 /gdb/ChangeLog | |
parent | f8819316e7a78afb1f71e461b1d85b624e129855 (diff) | |
download | gdb-88f38a04788e0a788dbc3159c87d4c96c867f681.zip gdb-88f38a04788e0a788dbc3159c87d4c96c867f681.tar.gz gdb-88f38a04788e0a788dbc3159c87d4c96c867f681.tar.bz2 |
2012-01-26 Pedro Alves <palves@redhat.com>
* corelow.c (core_has_fake_pid): Delete.
(core_close): Delete references to `core_has_fake_pid'.
(add_to_thread_list): Adjust to mark the inferior's pid as fake.
(core_open): Delete references to `core_has_fake_pid'.
(core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
the removed global.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bf53d7b..b918a44 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2012-01-26 Pedro Alves <palves@redhat.com> + + * corelow.c (core_has_fake_pid): Delete. + (core_close): Delete references to `core_has_fake_pid'. + (add_to_thread_list): Adjust to mark the inferior's pid as fake. + (core_open): Delete references to `core_has_fake_pid'. + (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of + the removed global. + 2012-01-26 Joel Brobecker <brobecker@adacore.com> * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]: |