[Lldb-commits] [PATCH] D156465: [lldb-vscode] Adding support for displaying backtraces.

John Harrison via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 27 10:56:30 PDT 2023


ashgti created this revision.
Herald added a project: All.
ashgti requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

On Apple platforms when debugging with libBacktraceRecording.dylib backtraces are stored as part of the thread stack. This change includes support for displaying the back traces when they are present in the stack trace.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156465

Files:
  lldb/tools/lldb-vscode/JSONUtils.cpp
  lldb/tools/lldb-vscode/lldb-vscode.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156465.544856.patch
Type: text/x-patch
Size: 4835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230727/0ee8c6a2/attachment.bin>


More information about the lldb-commits mailing list