diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 753fbb0..f916358 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2010-01-01 Joel Brobecker <brobecker@adacore.com> + + Fix break *FUN'address task NUM. + * ada-lex.l (task): New rule. + * ada-lang.c (valid_task_id): Make sure the Ada task list has + been built before using it. + 2009-12-31 Stan Shebs <stan@codesourcery.com> Add new tracepoint action teval. |