Changeset c11068 in git
- Timestamp:
- Dec 4, 2012, 9:05:13 PM (11 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gdbinit
r0724372 rc11068 6 6 ### http://sourceware.org/gdb/onlinedocs/gdb/Define.html#Define 7 7 8 # print poly 8 # print poly ring 9 9 define pp 10 if $argc > 0 11 print $arg0 12 if $arg0 != 0 13 print *$arg0 10 14 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 19 21 end 20 22 end 21 22 23 end24 23 24 run 25 backtrace
Note: See TracChangeset
for help on using the changeset viewer.