emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/emacs-pretesters


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/admin/emacs-pretesters
Date: Tue, 04 Feb 2003 09:23:39 -0500

Index: emacs/admin/emacs-pretesters
diff -c emacs/admin/emacs-pretesters:1.1 emacs/admin/emacs-pretesters:1.2
*** emacs/admin/emacs-pretesters:1.1    Fri Apr 26 02:22:40 2002
--- emacs/admin/emacs-pretesters        Tue Feb  4 09:23:37 2003
***************
*** 173,179 ****
  
  By printing the remaining elements of args, you can see the argument
  values.  Here's how to print the first argument:
!   
     p args[1]
     pr
  
--- 173,179 ----
  
  By printing the remaining elements of args, you can see the argument
  values.  Here's how to print the first argument:
! 
     p args[1]
     pr
  
***************
*** 194,200 ****
      cd src
      gdb emacs
      b xmenu.c:1209
!     r -q 
  
  Then type C-x 5 2 to create a new frame, and it hits the breakpoint:
  
--- 194,200 ----
      cd src
      gdb emacs
      b xmenu.c:1209
!     r -q
  
  Then type C-x 5 2 to create a new frame, and it hits the breakpoint:
  
***************
*** 207,215 ****
      $2 = (struct frame *) 0x3f0800
      (gdb) p *$
      $3 = {
!       size = 536871989, 
!       next = 0x366240, 
!       name = 809661752, 
        [...]
      }
      (gdb) p $3->name
--- 207,215 ----
      $2 = (struct frame *) 0x3f0800
      (gdb) p *$
      $3 = {
!       size = 536871989,
!       next = 0x366240,
!       name = 809661752,
        [...]
      }
      (gdb) p $3->name
***************
*** 258,264 ****
    XVECTOR (recent_keys)->contents[recent_keys_index] = c;
  
  So we define a GDB command `xvector-elts', so the last 10 keystrokes
! are printed by 
  
      xvector-elts recent_keys recent_keys_index 10
  
--- 258,264 ----
    XVECTOR (recent_keys)->contents[recent_keys_index] = c;
  
  So we define a GDB command `xvector-elts', so the last 10 keystrokes
! are printed by
  
      xvector-elts recent_keys recent_keys_index 10
  
***************
*** 270,276 ****
      xvector
      set $foo = $
      while $i < $arg2
!     p $foo->contents[$arg1-($i++)] 
      pr
      end
      document xvector-elts
--- 270,276 ----
      xvector
      set $foo = $
      while $i < $arg2
!     p $foo->contents[$arg1-($i++)]
      pr
      end
      document xvector-elts
***************
*** 339,345 ****
  
  # Giving --cache-file=/dev/null disables caching, for debugging configure.
  
! or more simply, 
  
  rm config.cache
  ./configure
--- 339,345 ----
  
  # Giving --cache-file=/dev/null disables caching, for debugging configure.
  
! or more simply,
  
  rm config.cache
  ./configure




reply via email to

[Prev in Thread] Current Thread [Next in Thread]