source: git/.gdbinit @ 21dbb4

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