Bug 281928 - [debug view] Show function argument types in the stack trace.
Summary: [debug view] Show function argument types in the stack trace.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-29 19:10 EDT by Pawel Piech CLA
Modified: 2020-09-04 15:23 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2009-06-29 19:10:54 EDT
This could be an optional behavior, but I think it would be a very user-friendly feature.  I always thought that doing this would be too expensive, since retrieving variable types involves creating variable objects and all that.  But it turns out that GDB can do this with -stack-list-arguments call.  See http://sourceware.org/ml/gdb/2009-06/msg00320.html.
Comment 1 Marc Khouzam CLA 2009-06-29 20:13:34 EDT
Nice.  I was wondering where you were headed when you were asking about -stack-list-arguments :-)