mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +08:00
2005-01-13 Michael Snyder <msnyder@redhat.com>
* stack.c: Whitespace tweaks.
This commit is contained in:
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* stack.c: Whitespace tweaks.
|
||||||
|
* somsolib.[ch]: Whitespace tweaks.
|
||||||
* solib-aix.c: Whitespace tweaks.
|
* solib-aix.c: Whitespace tweaks.
|
||||||
* solib.c: Whitespace tweaks.
|
* solib.c: Whitespace tweaks.
|
||||||
* solib-frv.c: Whitespace tweaks.
|
* solib-frv.c: Whitespace tweaks.
|
||||||
|
@ -513,7 +513,9 @@ print_frame_info (struct frame_info *fi, int print_level,
|
|||||||
if (!done)
|
if (!done)
|
||||||
{
|
{
|
||||||
if (deprecated_print_frame_info_listing_hook)
|
if (deprecated_print_frame_info_listing_hook)
|
||||||
deprecated_print_frame_info_listing_hook (sal.symtab, sal.line, sal.line + 1, 0);
|
deprecated_print_frame_info_listing_hook (sal.symtab,
|
||||||
|
sal.line,
|
||||||
|
sal.line + 1, 0);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* We used to do this earlier, but that is clearly
|
/* We used to do this earlier, but that is clearly
|
||||||
@ -523,7 +525,7 @@ print_frame_info (struct frame_info *fi, int print_level,
|
|||||||
when we stepi/nexti into the middle of a source
|
when we stepi/nexti into the middle of a source
|
||||||
line. Only the command line really wants this
|
line. Only the command line really wants this
|
||||||
behavior. Other UIs probably would like the
|
behavior. Other UIs probably would like the
|
||||||
ability to decide for themselves if it is desired. */
|
ability to decide for themselves if it is desired. */
|
||||||
if (addressprint && mid_statement)
|
if (addressprint && mid_statement)
|
||||||
{
|
{
|
||||||
ui_out_field_core_addr (uiout, "addr", get_frame_pc (fi));
|
ui_out_field_core_addr (uiout, "addr", get_frame_pc (fi));
|
||||||
|
Reference in New Issue
Block a user