[Lldb-commits] [PATCH] D156493: [lldb-vsocde] Adding support for the "disassemble" request.

John Harrison via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 27 15:26:44 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.

Instead of creating psuedo source files for each stack frame this change adopts the new DAP “disassemble” request, allowing clients to inspect assembly instructions of files with debug info in addition to files without debug info.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156493

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156493.544955.patch
Type: text/x-patch
Size: 16969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230727/db7cadd7/attachment.bin>


More information about the lldb-commits mailing list