diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2011-10-07 13:23:18 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2011-10-07 13:23:18 +0000 |
commit | 99f5279d98ee8a89fec3b4b20cee8b3c6eb7cc87 (patch) | |
tree | 5f8717c0048df5d8ffc744c21dff71ba55f60e61 /gdb/doc/ChangeLog | |
parent | 03583c206f350870e077f4e112f83b3c4bdd0b27 (diff) | |
download | gdb-99f5279d98ee8a89fec3b4b20cee8b3c6eb7cc87.zip gdb-99f5279d98ee8a89fec3b4b20cee8b3c6eb7cc87.tar.gz gdb-99f5279d98ee8a89fec3b4b20cee8b3c6eb7cc87.tar.bz2 |
2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
PR python/12930
PR python/12802
* gdb.texinfo (Breakpoints In Python): Clarify behavior in the
stop method.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 398f347..a59fa34 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2011-10-07 Phil Muldoon <pmuldoon@redhat.com> + + PR python/12930 + PR python/12802 + + * gdb.texinfo (Breakpoints In Python): Clarify behavior in the + stop method. + 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org> * gdb.texinfo (Starting your Program): "set disable-randomization" |