How to tell GDB to show fullpath of the source file for the stack trace when 'where' command is used
5 views
Skip to first unread message
Wung Seto
unread,
Sep 6, 2011, 2:27:51 PM9/6/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to help-gn...@gnu.org
Hi,
Gdb -f option seems only show the fullpath of the source file for a single frame, but it doesn’t show the full path for all the stacks when ‘where’ and ‘bt’ command is used. How to enable gdb to show the full path of the source file for all the stacks
when ‘where’ or ‘bt’ command is used?