spielwiese
Last change
on this file since 4b5098 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
|
Line | |
---|
1 | break dErrorBreak |
---|
2 | break dReportError |
---|
3 | break omReportError |
---|
4 | |
---|
5 | |
---|
6 | ### http://sourceware.org/gdb/onlinedocs/gdb/Define.html#Define |
---|
7 | |
---|
8 | # print poly |
---|
9 | define pp |
---|
10 | |
---|
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 |
---|
19 | end |
---|
20 | end |
---|
21 | |
---|
22 | |
---|
23 | end |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.