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:
parent
676a04427a
commit
76e42a4f45
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2002-02-14 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user