Bug 13285 - document named constants for frame unwind stop reasons
Summary: document named constants for frame unwind stop reasons
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: python (show other bugs)
Version: unknown
: P2 normal
Target Milestone: ---
Assignee: Kevin Pouget
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 17:03 UTC by Tom Tromey
Modified: 2011-10-13 14:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2011-10-12 17:03:48 UTC
We should have named constants for the values returned by
Frame.unwind_stop_reason.
Comment 1 Tom Tromey 2011-10-12 17:05:15 UTC
I see in py-frame.c that the constants actually exist.
We just need to verify that the list is complete,
and then add documentation for them.
Comment 2 Sourceware Commits 2011-10-13 14:50:13 UTC
CVSROOT:	/cvs/src
Module name:	src
Changes by:	kpouget@sourceware.org	2011-10-13 14:50:09

Modified files:
	gdb/doc        : ChangeLog gdb.texinfo 

Log message:
	PR python/13285 Document named constants for frame unwind stop reasons
	
	* gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
	constants.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1228&r2=1.1229
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.877&r2=1.878
Comment 3 Kevin Pouget 2011-10-13 14:52:28 UTC
fixed