[all-commits] [llvm/llvm-project] 327146: Revert "Add the ability to show when variables fai...
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Mon Sep 12 11:33:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 327146639c049f3cff13c94ec44c12aa718b9fe4
https://github.com/llvm/llvm-project/commit/327146639c049f3cff13c94ec44c12aa718b9fe4
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M lldb/bindings/interface/SBValueList.i
M lldb/include/lldb/API/SBError.h
M lldb/include/lldb/API/SBValueList.h
M lldb/include/lldb/Symbol/SymbolFile.h
M lldb/include/lldb/Target/StackFrame.h
M lldb/packages/Python/lldbsuite/test/builders/builder.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/source/API/SBFrame.cpp
M lldb/source/API/SBValueList.cpp
M lldb/source/Commands/CommandObjectFrame.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
M lldb/source/Symbol/Variable.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/test/API/commands/frame/var/TestFrameVar.py
M lldb/test/API/functionalities/archives/Makefile
M lldb/test/API/functionalities/archives/TestBSDArchives.py
Log Message:
-----------
Revert "Add the ability to show when variables fails to be available when debug info is valid."
This reverts commit 9af089f5179d52c6561ec27532880edcfb6253af.
This broke the windows lldb bot: https://lab.llvm.org/buildbot/#/builders/83/builds/23528
More information about the All-commits
mailing list