├── .env ├── .vscode └── settings.json ├── README.md ├── images ├── im3.png ├── jmprax.png └── objccall.png ├── lldbinit.py ├── setup.sh ├── utils.py └── xnu.py /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/.env -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/README.md -------------------------------------------------------------------------------- /images/im3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/images/im3.png -------------------------------------------------------------------------------- /images/jmprax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/images/jmprax.png -------------------------------------------------------------------------------- /images/objccall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/images/objccall.png -------------------------------------------------------------------------------- /lldbinit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/lldbinit.py -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/setup.sh -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/utils.py -------------------------------------------------------------------------------- /xnu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peternguyen93/lldbinit/HEAD/xnu.py --------------------------------------------------------------------------------