dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 6776450520994b53df5fcafc8de976493c0dce0a
parent e85a9bd53172970192387afe8c38c6c3e2aada11
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 19 Aug 2020 20:43:56 -0700

Use Intel assembly in LLDB

Updates .lldbinit to dump assembly in Intel syntax.

Diffstat:
M.lldbinit | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.lldbinit b/.lldbinit @@ -1,5 +1,2 @@ -# <TULSI> LLDB bridge [: -# This was autogenerated by Tulsi in order to influence LLDB source-maps at build time. -command source /Users/cbracken/.lldbinit-tulsiproj -# ]: <TULSI> LLDB bridge settings set -g target.inline-breakpoint-strategy always +settings set target.x86-disassembly-flavor intel