[all-commits] [llvm/llvm-project] 870428: [LLDB][NativePDB] Global ctor and dtor should be g...

Zequan Wu via All-commits all-commits at lists.llvm.org
Thu Sep 15 22:36:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8704281c567705822a1c23b9ec40f5bdc5d58352
      https://github.com/llvm/llvm-project/commit/8704281c567705822a1c23b9ec40f5bdc5d58352
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
    M lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    A lldb/test/Shell/SymbolFile/NativePDB/global-ctor-dtor.cpp

  Log Message:
  -----------
  [LLDB][NativePDB] Global ctor and dtor should be global decls.

This fixes a crash that mistaken global ctor/dtor as funciton methods.

Differential Revision: https://reviews.llvm.org/D133446




More information about the All-commits mailing list