Skip to content

Commit

Permalink
Revert "[lldb-dap] Mark hidden frames as "subtle" (llvm#105457)"
Browse files Browse the repository at this point in the history
This reverts commit 6f45602, which
depends on llvm#104523, which I'm
reverting.
  • Loading branch information
gribozavr authored and cjdb committed Aug 23, 2024
1 parent 511de69 commit 4ea5bc8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
3 changes: 0 additions & 3 deletions lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/main.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions lldb/tools/lldb-dap/JSONUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,6 @@ llvm::json::Value CreateStackFrame(lldb::SBFrame &frame) {
object.try_emplace("instructionPointerReference", formatted_addr);
}

if (frame.IsArtificial() || frame.IsHidden())
object.try_emplace("presentationHint", "subtle");

return llvm::json::Value(std::move(object));
}

Expand Down

0 comments on commit 4ea5bc8

Please sign in to comment.