summaryrefslogtreecommitdiffstats
path: root/gdb/stack.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-01-14 02:32:25 +0000
committerMichael Snyder <msnyder@vmware.com>2005-01-14 02:32:25 +0000
commitcbd3c883c0326107acb4ceec933aa598439e6f74 (patch)
tree9167ebbd6c5b4e813e2fce2bd994738c6c0d1f2e /gdb/stack.c
parent7095b86368cf18803773134b0be57250e32ecb68 (diff)
downloadppe42-binutils-cbd3c883c0326107acb4ceec933aa598439e6f74.tar.gz
ppe42-binutils-cbd3c883c0326107acb4ceec933aa598439e6f74.zip
2005-01-13 Michael Snyder <msnyder@redhat.com>
* stack.c: Whitespace tweaks.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r--gdb/stack.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/stack.c b/gdb/stack.c
index d37294dba1..2d8968c41b 100644
--- a/gdb/stack.c
+++ b/gdb/stack.c
@@ -513,7 +513,9 @@ print_frame_info (struct frame_info *fi, int print_level,
if (!done)
{
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
{
/* 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
line. Only the command line really wants this
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)
{
ui_out_field_core_addr (uiout, "addr", get_frame_pc (fi));
OpenPOWER on IntegriCloud