[all-commits] [llvm/llvm-project] 22ced3: [LLDB][NativePDB] Allow find functions by full names

ZequanWu via All-commits all-commits at lists.llvm.org
Tue Nov 23 17:57:28 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22ced33a2f769815834efdd0eb0b25172c6f8a61
      https://github.com/llvm/llvm-project/commit/22ced33a2f769815834efdd0eb0b25172c6f8a61
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2021-11-23 (Tue, 23 Nov 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    A lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp

  Log Message:
  -----------
  [LLDB][NativePDB] Allow find functions by full names

I don't see a reason why not to. If we allows lookup functions by full names,
I can change the test case in D113930 to use `lldb-test symbols --find=function --name=full::name --function-flags=full ...`,
though the duplicate method decl prolem is still there for `lldb-test symbols --dump-ast`.
That's a seprate bug, we can fix it later.

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




More information about the All-commits mailing list