From 1cc2b77dbdd85c9df9dc927a2a0b09bd4818655e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 12 Feb 2018 11:57:30 -0500 Subject: 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? --- home/.lldbinit | 1 + link.zsh | 1 + 2 files changed, 2 insertions(+) create mode 100644 home/.lldbinit 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 diff --git a/link.zsh b/link.zsh index 13bb175b..b9e08bc7 100755 --- a/link.zsh +++ b/link.zsh @@ -32,6 +32,7 @@ link '.gdbinit' link '.gnupg/gpg-agent.conf' link '.hushlogin' link '.inputrc' +link '.lldbinit' link '.psqlrc' link '.ssh/config' link '.zshrc' -- cgit 1.4.1