diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 383c0b1..148b796 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2013-11-13 Doug Evans <xdje42@gmail.com> + + * breakpoint.c (bpstat_check_breakpoint_conditions): For thread + specific breakpoints, don't evaluate breakpoint condition if + different thread. + 2013-11-13 Keith Seitz <keiths@redhat.com> PR c++/7935 |