diff options
author | June McEnroe <programble@gmail.com> | 2018-02-12 11:57:30 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-12 11:57:30 -0500 |
commit | c1823d2f307fd089054e723ad3ed5d7db9af5bc9 (patch) | |
tree | 7cf80b2239de308c8e7774b1443e051ca80eac13 /home | |
parent | Add "Close Window" menu item to gfx/cocoa (diff) | |
download | src-c1823d2f307fd089054e723ad3ed5d7db9af5bc9.tar.gz src-c1823d2f307fd089054e723ad3ed5d7db9af5bc9.zip |
Use Intel syntax in LLDB
GDB has no idea what's going on if you run it on a Cocoa app, and it turns out LLDB is pretty nice. Why does it get a bad reputation?
Diffstat (limited to '')
-rw-r--r-- | home/.lldbinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.lldbinit b/home/.lldbinit new file mode 100644 index 00000000..73f3e676 --- /dev/null +++ b/home/.lldbinit @@ -0,0 +1 @@ +settings set target.x86-disassembly-flavor intel |