[Lldb-commits] [lldb] [lldb-dap] support moduleId in the stackTrace response (PR #149774)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 21 01:00:03 PDT 2025


woruyu wrote:

@da-viper , I added `moduleId` to the `stackTrace` response where I think it fits, but I’m not very familiar with lldb-dap. Would appreciate feedback on whether this is the right place, and where a test should go—`DAPTests.cpp`, `ProtocolTypesTest.cpp`, or elsewhere? Also, is there a simple way to test this locally without a full frontend?

https://github.com/llvm/llvm-project/pull/149774


More information about the lldb-commits mailing list