* stack.c (print_frame_info_base): When calling
print_frame_info_listing_hook, set current_source_symtab.
+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,
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