[all-commits] [llvm/llvm-project] 659c3f: [lldb-dap] Mark source deemphasize if path doesn't...
Sergei Druzhkov via All-commits
all-commits at lists.llvm.org
Mon Jun 1 12:36:32 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 659c3fbd732771ad30052a9cd2c5896cfe00737e
https://github.com/llvm/llvm-project/commit/659c3fbd732771ad30052a9cd2c5896cfe00737e
Author: Sergei Druzhkov <serzhdruzhok at gmail.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M lldb/test/API/tools/lldb-dap/coreFile/TestDAP_coreFile.py
M lldb/tools/lldb-dap/ProtocolUtils.cpp
Log Message:
-----------
[lldb-dap] Mark source deemphasize if path doesn't exist (#194702)
LLDB-DAP has a problem with sanitizers in GCC. When we stop in
sanitizer's code, lldb-dap sends stack frames with path (sanitizer's
build dir path) that doesn't exist on machine. It leads to problems in
VS Code UI (see issue below).
Fixes #184789
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list