diff options
author | Kevin Pouget <kpouget@sourceware.org> | 2011-10-13 14:50:08 +0000 |
---|---|---|
committer | Kevin Pouget <kpouget@sourceware.org> | 2011-10-13 14:50:08 +0000 |
commit | a7fc3f37d47e196365f04fea7e1f17b4d56b83e4 (patch) | |
tree | 34ccf02a300a2558d60fe0d884a763d827c14df2 /gdb/doc/ChangeLog | |
parent | 2ff6b08097f66c4d0efe9ec9902a8bbbab3c4629 (diff) | |
download | gdb-a7fc3f37d47e196365f04fea7e1f17b4d56b83e4.zip gdb-a7fc3f37d47e196365f04fea7e1f17b4d56b83e4.tar.gz gdb-a7fc3f37d47e196365f04fea7e1f17b4d56b83e4.tar.bz2 |
PR python/13285 Document named constants for frame unwind stop reasons
* gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
constants.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1512909..e97cd8b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-13 Kevin Pouget <kevin.pouget@st.com> + + PR python/13285 Document named constants for frame unwind stop reasons + * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* + constants. + 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com> Fix compatibility with texinfo versions older than 4.12. |