diff options
author | June McEnroe <june@causal.agency> | 2018-02-12 11:57:30 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-12 11:57:30 -0500 |
commit | 1cc2b77dbdd85c9df9dc927a2a0b09bd4818655e (patch) | |
tree | 1ab409f1cf5550ef2a095c0677f95c6ed0c8ca0e /home/.lldbinit | |
parent | Add "Close Window" menu item to gfx/cocoa (diff) | |
download | src-1cc2b77dbdd85c9df9dc927a2a0b09bd4818655e.tar.gz src-1cc2b77dbdd85c9df9dc927a2a0b09bd4818655e.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 'home/.lldbinit')
-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 |