Add lisa for LLDB.

This commit is contained in:
David Tomaschik
2016-04-11 00:58:05 -07:00
parent e514149340
commit 33223e5af0
2 changed files with 2988 additions and 0 deletions

2982
dotfiles/lldb/lisa.py Normal file

File diff suppressed because it is too large Load Diff

6
dotfiles/lldbinit Normal file
View File

@@ -0,0 +1,6 @@
settings set prompt "(lisa)"
settings set target.x86-disassembly-flavor intel
command script import ~/lisa.py
command script import lldb
command script add -f lisa.alias lisa
lisa