source: git/.gdbinit @ 8e7e6d4

spielwiese
Last change on this file since 8e7e6d4 was 8e3dbb, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Update on .gdbinit
  • Property mode set to 100644
File size: 260 bytes
Line 
1break dErrorBreak
2break dReportError
3
4
5
6### http://sourceware.org/gdb/onlinedocs/gdb/Define.html#Define
7
8# print poly
9define pp
10
11if $argc > 0
12  print $arg0
13  if $arg0 != 0
14    print *$arg0
15
16if $argc == 2
17  call p_Write($arg0, $arg1)
18end
19  end
20end
21
22
23end
24     
Note: See TracBrowser for help on using the repository browser.