Bug 474170 - Show modules/libraries names in the Debug view stack frames
Summary: Show modules/libraries names in the Debug view stack frames
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.8.0   Edit
Hardware: PC Linux
: P2 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-03 14:28 EDT by Marc-André Laperle CLA
Modified: 2020-09-04 15:23 EDT (History)
3 users (show)

See Also:


Attachments
GDB shared libraries (117.28 KB, image/png)
2016-10-16 21:38 EDT, Marc-André Laperle CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2015-08-03 14:28:37 EDT
Using CDT 8.8.0.201508011003

Often, I debug a process that uses a library with no debugging symbols. In the Debug view, in only shows the address, without the library name. In this case, I have to resort to opening the Modules view and doing a visual binary start using the base address + size of the libraries to find in which library that stack frame is. Once I find it, then I can either download debugging symbols or compile it myself.

Visual Studio does display the module names in its Call Stack view:
http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-45-92-metablogapi/1754.clip_5F00_image003_5F00_489F8552.png
Comment 1 Marc-André Laperle CLA 2016-10-16 21:38:16 EDT
Created attachment 264883 [details]
GDB shared libraries
Comment 2 Marc-André Laperle CLA 2016-10-16 21:39:08 EDT
Would still very much like that. Gdb does display the module name ;)