[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:17:15 PDT 2025
da-viper wrote:
You can either use the `self.dap_server.get_modules` and compare the uuid received with the one returned from the stacktrace request.
OR
send an evaluate request of `image list --uuid --basename` and regex parse the modules to get the uuid.
https://github.com/llvm/llvm-project/pull/149774
More information about the lldb-commits
mailing list