Skip to content

Instantly share code, notes, and snippets.

@ptrv
Last active December 12, 2016 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptrv/2a32762e71f9ed83d541379532e51505 to your computer and use it in GitHub Desktop.
Save ptrv/2a32762e71f9ed83d541379532e51505 to your computer and use it in GitHub Desktop.
lldbinit for lldb-gud.el
settings set frame-format frame #${frame.index}: ${frame.pc}{ ${module.file.basename}{`${function.name}${function.pc-offset}}}{ at ${line.file.fullpath}:${line.number}}\n
settings set thread-format thread #${thread.index}: tid = ${thread.id}{, ${frame.pc}}{ ${module.file.basename}{`${function.name}${function.pc-offset}}}{ at ${line.file.fullpath}:${line.number}}{, stop reason = ${thread.stop-reason}}\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment