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

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 21 03:10:47 PDT 2025


da-viper wrote:

>  where a test should go—`DAPTests.cpp`, `ProtocolTypesTest.cpp`, or elsewhere

It should go into `TestDAP_stackTrace`

https://github.com/llvm/llvm-project/blob/e94bc16b8e12a64ff28aedc58ee6e95e1f9d6f4b/lldb/test/API/tools/lldb-dap/stackTrace/TestDAP_stackTrace.py#L29-L31


>Also, is there a simple way to test this locally without a full frontend?

Not that I am aware of, you can look at LLDB_DAP logs (you need to set a log path) when running the DAP adapter or looking at the logs in a failed test. 

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


More information about the lldb-commits mailing list