https://github.com/strager/lldb-pytrace
Python stack traces from lldb
https://github.com/strager/lldb-pytrace
Last synced: 9 months ago
JSON representation
Python stack traces from lldb
- Host: GitHub
- URL: https://github.com/strager/lldb-pytrace
- Owner: strager
- License: bsd-2-clause
- Created: 2015-03-16T04:51:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T04:55:55.000Z (over 11 years ago)
- Last Synced: 2025-03-24T07:56:05.688Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lldb-pytrace
lldb-pytrace is a module installable into LLDB (the native
code debugger) which provides basic backtracing from the
CPython virtual machine.
Basic usage:
(lldb) script import pytrace
(lldb) script pytrace.print_python_traceback()