Python wrapper around GDB to examine core dumps.
Stars
4
Forks
3
Watchers
4
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
Remove TABs from debug-deadlock.py, so it works on py3
7c163f3View on GitHubRaise FileNotFoundError if the core file is unreadable/non-existent
fcc6c47View on GitHubFix example so it handles mutex-owner that does not exist anymore.
a2e17c2View on GitHubSome dumps display "LWP 123" instead of "Thread 0x432 (LWP 123)".
722a6e5View on GitHubMove debug-deadlock out of the main source and into examples.
7ab0198View on GitHubAdd pycoredump, add README, add deadlock debugging example.
d27736bView on GitHub