dgaudet     98/04/15 11:14:39

  Modified:    src      .gdbinit
  Log:
  whatever
  
  Revision  Changes    Path
  1.2       +3 -0      apache-1.3/src/.gdbinit
  
  Index: .gdbinit
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/.gdbinit,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .gdbinit  1998/01/27 06:02:50     1.1
  +++ .gdbinit  1998/04/15 18:14:38     1.2
  @@ -1,3 +1,6 @@
  +# gdb macros which may be useful for folks using gdb to debug
  +# apache.  Delete it if it bothers you.
  +
   define dump_table
       set $t = (table_entry *)((array_header *)$arg0)->elts
       set $n = ((array_header *)$arg0)->nelts
  
  
  

Reply via email to