This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob/commit] stack.c whitespace tweaks


2005-01-13  Michael Snyder  <msnyder@redhat.com>

	* stack.c: Whitespace tweaks.

Index: stack.c
===================================================================
RCS file: /cvs/src/src/gdb/stack.c,v
retrieving revision 1.120
diff -p -r1.120 stack.c
*** stack.c	12 Jan 2005 18:31:33 -0000	1.120
--- stack.c	14 Jan 2005 02:31:38 -0000
*************** print_frame_info (struct frame_info *fi,
*** 513,519 ****
        if (!done)
  	{
  	  if (deprecated_print_frame_info_listing_hook)
! 	    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
--- 513,521 ----
        if (!done)
  	{
  	  if (deprecated_print_frame_info_listing_hook)
! 	    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
*************** print_frame_info (struct frame_info *fi,
*** 523,529 ****
  		 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. */
  	      if (addressprint && mid_statement)
  		{
  		  ui_out_field_core_addr (uiout, "addr", get_frame_pc (fi));
--- 525,531 ----
  		 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.  */
  	      if (addressprint && mid_statement)
  		{
  		  ui_out_field_core_addr (uiout, "addr", get_frame_pc (fi));

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]