mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2002-02-13 Martin M. Hunt <hunt@redhat.com>
* stack.c (print_frame_info_base): When calling print_frame_info_listing_hook, set current_source_symtab.
This commit is contained in:
@@ -400,7 +400,10 @@ print_frame_info_base (struct frame_info *fi, int level, int source, int args)
|
||||
if (!done)
|
||||
{
|
||||
if (print_frame_info_listing_hook)
|
||||
print_frame_info_listing_hook (sal.symtab, sal.line, sal.line + 1, 0);
|
||||
{
|
||||
print_frame_info_listing_hook (sal.symtab, sal.line, sal.line + 1, 0);
|
||||
current_source_symtab = sal.symtab;
|
||||
}
|
||||
else
|
||||
{
|
||||
/* We used to do this earlier, but that is clearly
|
||||
|
||||
Reference in New Issue
Block a user