[all-commits] [llvm/llvm-project] 3aef96: [lldb] Allow SymbolTable regex search functions to...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Wed Aug 3 10:57:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3aef968ec3faada22319aaa3530776974082d2d5
https://github.com/llvm/llvm-project/commit/3aef968ec3faada22319aaa3530776974082d2d5
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
M lldb/include/lldb/Core/Module.h
M lldb/include/lldb/Symbol/Symtab.h
M lldb/source/Core/Module.cpp
M lldb/source/Symbol/Symtab.cpp
A lldb/test/Shell/Symtab/Inputs/symbols.yaml
A lldb/test/Shell/Symtab/symtab-regex-demangled.test
A lldb/test/Shell/Symtab/symtab-regex-mangled.test
M lldb/tools/lldb-test/lldb-test.cpp
Log Message:
-----------
[lldb] Allow SymbolTable regex search functions to match mangled name
It may be useful to search symbol table entries by mangled instead
of demangled names. Add this optional functionality in the SymbolTable
functions.
Differential Revision: https://reviews.llvm.org/D130803
More information about the All-commits
mailing list