Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: debug: also add a pointer to struct global to post_mortem
The pointer to struct global is also an important element to have in post_mortem given that it's used a lot to take decisions in the code. Let's just add it. It's worth noting that we could get rid of argc/argv at this point since they're also present in the global struct, but they don't cost much there anyway.
- Loading branch information