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 d30bd3b..6de65e3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2006-10-19 Andrew Stubbs <andrew.stubbs@st.com> + + * breakpoint.c (describe_other_breakpoints): Add thread parameter. + Annotate display with thread number where appropriate. + (create_breakpoints): Add thread parameter to call to + describe_other_breakpoints. + 2006-10-18 Jim Blandy <jimb@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> |