[all-commits] [llvm/llvm-project] 46c1f7: Add [opt] suffix to optimized stack frame in lldb-...
jeffreytan81 via All-commits
all-commits at lists.llvm.org
Mon May 23 10:03:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46c1f77e160a63726e312c0550157ee451bacd46
https://github.com/llvm/llvm-project/commit/46c1f77e160a63726e312c0550157ee451bacd46
Author: Jeffrey Tan <jeffreytan at fb.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
A lldb/test/API/tools/lldb-vscode/optimized/Makefile
A lldb/test/API/tools/lldb-vscode/optimized/TestVSCode_optimized.py
A lldb/test/API/tools/lldb-vscode/optimized/main.cpp
M lldb/tools/lldb-vscode/JSONUtils.cpp
Log Message:
-----------
Add [opt] suffix to optimized stack frame in lldb-vscode
To help user identify optimized code This diff adds a "[opt]" suffix to
optimized stack frames in lldb-vscode. This provides consistent experience
as command line lldb.
It also adds a new "optimized" attribute to DAP stack frame object so that
it is easy to identify from telemetry than parsing trailing "[opt]".
Differential Revision: https://reviews.llvm.org/D126013
More information about the All-commits
mailing list