[all-commits] [llvm/llvm-project] a97bdb: Revert "[lldb] Build fix: variable name typo"

Michael Buch via All-commits all-commits at lists.llvm.org
Tue Mar 7 03:26:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a97bdba02dcec1ade1b10dee76127d653d0ad8e6
      https://github.com/llvm/llvm-project/commit/a97bdba02dcec1ade1b10dee76127d653d0ad8e6
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp

  Log Message:
  -----------
  Revert "[lldb] Build fix: variable name typo"

Reverted because dependecy had to be reverted.

This reverts commit 4d909c556e2caa8e150b892384fe8d42e774f8b0.


  Commit: b7e667bfd2a9bce0e3d5ca9fd6b97da553e03bd9
      https://github.com/llvm/llvm-project/commit/b7e667bfd2a9bce0e3d5ca9fd6b97da553e03bd9
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    R lldb/test/API/lang/cpp/hide_global_ranges_vars/Makefile
    R lldb/test/API/lang/cpp/hide_global_ranges_vars/TestHideGlobalRangesVars.py
    R lldb/test/API/lang/cpp/hide_global_ranges_vars/main.cpp

  Log Message:
  -----------
  Revert "[lldb] Ignore libcxx std::ranges global variables in frame var"

Reverting because Xcode requires this to be handled elsewhere.
The global variable list gets constructed using the SBAPI

This reverts commit de10c1a824405833a0f49b22e7fa3f32a1393cc3.


Compare: https://github.com/llvm/llvm-project/compare/1cd78f5000d0...b7e667bfd2a9


More information about the All-commits mailing list