X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=ce17760f93b13ecf2f19ddd3f388c53729356e68;hb=cb5d864f33a47d6b803c9224189f2ac0c5599f93;hp=0929ab222c497b8e03dbcea27469dbd99dca5f1d;hpb=f98ce7c2e5b520a717ff796f96dae0bb9cac7049;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0929ab222c..ce17760f93 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,34 @@ +2006-01-06 Fred Fish + + * objfiles.c (source.h): Include. + (free_objfile): Update comment about clear_symtab_users(). + (free_objfile): Check all symtabs of objfile being freed and if + one of them is the current source symtab, call + clear_current_source_symtab_and_line(). + +2006-01-04 Michael Snyder + + Checkpoint/Restart for Linux. + * linux-nat.c: Add support for debugging multiple forks. + Add #include for linux-fork.h (interface spec). + (super_mourn_inferior): New function pointer. + (child_mourn_inferior): New function / target method. + (linux_target): Claim to_mourn_inferior method pointer. + (child_follow_fork): Call interface to linux-fork, conditionally + add new fork processes to list of debugged processes. + (kill_inferior): Use interface to linux-fork to kill + multiple processes. + + * linux-fork.h: New file. + * linux-fork.c: New file. Support for debugging multiple forks + of the same program. Support for checkpoint and restart commands. + + * infrun.c (nullify_last_target_wait_ptid): New function. + + * Makefile.in: Add linux-fork. + * config/*/linux.mh: Add linux-fork. + * NEWS: Mention new functionality. + 2006-01-02 Paul Hilfinger * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):