Changeset c11068 in git for .gdbinit


Ignore:
Timestamp:
Dec 4, 2012, 9:05:13 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
c5fac3e38a4c93da1c7b95fa24d1ae62584ef839
Parents:
0724372cdd717d461496b86f89894325fecf6cc0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-04 21:05:13+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-05 18:35:48+01:00
Message:
Better .gdbinit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gdbinit

    r0724372 rc11068  
    66### http://sourceware.org/gdb/onlinedocs/gdb/Define.html#Define
    77
    8 # print poly
     8# print poly ring
    99define pp
     10  if $argc > 0
     11    print $arg0
     12    if $arg0 != 0
     13      print *$arg0
    1014
    11 if $argc > 0
    12   print $arg0
    13   if $arg0 != 0
    14     print *$arg0
    15 
    16 if $argc == 2
    17   call p_Write($arg0, $arg1)
    18 end
     15      if $argc == 2
     16        call p_Write($arg0, $arg1)
     17      else
     18        call p_Write($arg0, currRing)
     19      end
     20    end
    1921  end
    2022end
    21 
    22 
    23 end
    2423     
     24run
     25backtrace
Note: See TracChangeset for help on using the changeset viewer.