From 88f38a04788e0a788dbc3159c87d4c96c867f681 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 26 Jan 2012 16:44:29 +0000 Subject: 2012-01-26 Pedro Alves * 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. --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/ChangeLog') 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 + + * 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 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]: -- cgit v1.1