source: git/.gdbinit @ ca5cfe

spielwiese
Last change on this file since ca5cfe was ca5cfe, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Addded breakpoint on omalloc memory-issue
  • Property mode set to 100644
File size: 279 bytes
RevLine 
[ccd333]1break dErrorBreak
[8e3dbb]2break dReportError
[ca5cfe]3break omReportError
[8e3dbb]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.