| 3272 | } |
| 3273 | |
| 3274 | static void allocate_stackframebuffers(void) |
| 3275 | { |
| 3276 | if (!stackframes) { |
| 3277 | stackframes = xcalloc(struct debugstackframe, MAX_STACKFRAMES); |
| 3278 | stackframessuper = xcalloc(struct debugstackframe, MAX_STACKFRAMES); |
| 3279 | } |
| 3280 | stackframecnt = 0; |
| 3281 | stackframecntsuper = 0; |
| 3282 | } |
| 3283 | |
| 3284 | #if 0 |
| 3285 | void debugmem_add_seglist(TrapContext *ctx, uaecptr segList, uaecptr aname) |
no outgoing calls
no test coverage detected