| 186 | } |
| 187 | |
| 188 | void StackTracePrintPrivateData::bfdCloseCtx(struct BfdCtx* bfdCtx) |
| 189 | { |
| 190 | if(bfdCtx) |
| 191 | { |
| 192 | if(bfdCtx->symbol) |
| 193 | free(bfdCtx->symbol); |
| 194 | |
| 195 | if(bfdCtx->handle) |
| 196 | bfd_close(bfdCtx->handle); |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | LONG WINAPI StackTracePrintPrivateData::exceptionFilter(LPEXCEPTION_POINTERS info) |
| 201 | { |