Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ea5bc8

Browse files
gribozavrcjdb
authored andcommittedAug 23, 2024
Revert "[lldb-dap] Mark hidden frames as "subtle" (llvm#105457)"
This reverts commit 6f45602, which depends on llvm#104523, which I'm reverting.
1 parent 511de69 commit 4ea5bc8

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed
 

‎lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile

-3
This file was deleted.

‎lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/TestDAP_subtleFrames.py

-29
This file was deleted.

‎lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/main.cpp

-13
This file was deleted.

‎lldb/tools/lldb-dap/JSONUtils.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -763,9 +763,6 @@ llvm::json::Value CreateStackFrame(lldb::SBFrame &frame) {
763763
object.try_emplace("instructionPointerReference", formatted_addr);
764764
}
765765

766-
if (frame.IsArtificial() || frame.IsHidden())
767-
object.try_emplace("presentationHint", "subtle");
768-
769766
return llvm::json::Value(std::move(object));
770767
}
771768

0 commit comments

Comments
 (0)
Please sign in to comment.