source: git/.gdbinit @ ef52d6

spielwiese
Last change on this file since ef52d6 was 21dbb4, checked in by Hans Schoenemann <hannes@…>, 11 years ago
fix: testing stuff
  • Property mode set to 100644
File size: 341 bytes
Line 
1break dErrorBreak
2break omReportError
3
4
5### http://sourceware.org/gdb/onlinedocs/gdb/Define.html#Define
6
7# print poly ring
8define pp
9  if $argc > 0
10    print $arg0
11    if $arg0 != 0
12      print *$arg0
13
14      if $argc == 2
15        call p_Write($arg0, $arg1)
16      else
17        call p_Write($arg0, currRing)
18      end
19    end
20  end
21end
22     
Note: See TracBrowser for help on using the repository browser.