Skip to content

Commit

Permalink
LLDB: add colors for bt
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinz committed Nov 12, 2019
1 parent 0375509 commit a7d1952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .lldbinit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
settings set target.x86-disassembly-flavor intel

command alias brf breakpoint set --file %1 --line %2
command alias ptype target modules lookup -t %1
command alias reload command source -s 1 ~/.lldbinit

settings set target.x86-disassembly-flavor intel
settings set frame-format "frame #${frame.index}: ${frame.pc}{ \x1b\x5b36m${module.file.basename}\x1b\x5b39m{` \x1b\x5b32m${function.name-with-args} \x1b\x5b39m${function.pc-offset}}}{ at \x1b\x5b31m${line.file.basename}\x1b\x5b0m ${line.number}}\n"

0 comments on commit a7d1952

Please sign in to comment.