llvm-project/llvm/test/tools/llvm-symbolizer
Amy Huang 641ae73f2e [NativeSession] Implement NativeSession::findSymbolByAddress.
Summary: This implements searching for function symbols and public symbols by address.

More specifically,
-Implements NativeSession::findSymbolByAddress for function symbols and
public symbols. I think data symbols are also searched for, but isn't
implemented in this patch.
-Adds classes for NativeFunctionSymbol and NativePublicSymbol
-Adds a '-use-native-pdb-reader' option to llvm-symbolizer, for testing
purposes.

Reviewers: rnk, amccarth, labath

Subscribers: mgorny, hiraditya, MaskRay, rupprecht, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79269
2020-05-13 09:39:25 -07:00
..
Inputs llvm-symbolizer test: Add a bit of extra detail on how to compile/reproduce this 2020-01-28 11:07:47 -08:00
pdb [NativeSession] Implement NativeSession::findSymbolByAddress. 2020-05-13 09:39:25 -07:00
adjust-vma.s
basenames.s
basic.s
coff-dwarf.test [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC. 2019-10-16 20:38:44 +00:00
coff-exports.test [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC. 2019-10-16 20:38:44 +00:00
demangle.s
discriminator.test Print discriminators when printing .debug_line in GNU style. 2020-01-29 12:22:12 -08:00
dsym.test
dwo.test
fat.test
fission-ranges.test
flag-grouping.test
flush-output.s
frame-fortran.s
frame-loclist.s Fix llvm-symbolizer tests on Windows, one more time. 2020-01-02 15:27:51 -08:00
frame-noname.s Fix new llvm-symbolizer tests on Windows. 2019-11-25 15:59:13 -08:00
frame-specification.s Fix llvm-symbolizer tests on Windows, one more time. 2020-01-02 15:27:51 -08:00
frame-types.s
frame.s
functions.s [test][tools] Add missing and improve testing 2019-12-09 12:24:23 +00:00
help.test
ignore-undefined-symbols.s
input-base.test llvm-addr2line: assume addresses on the command line are hexadecimal rather than attempting to guess the base based on the form of the number. 2020-04-16 16:16:21 -07:00
invalid-input-address.test [llvm-symbolizer]Fix printing of malformed address values not passed via stdin 2020-01-08 18:37:41 +08:00
only-empty-ranges.s
options-from-env.test [llvm-symbolizer] Prefix invocations in test with env 2019-12-20 15:52:14 -08:00
output-style-column.test
output-style-empty-line.test
output-style-inlined.test
padding-x86_64.ll
ppc64.test
print_context.c
relativenames.s New symbolizer option to print files relative to the compilation directory. 2020-03-31 09:29:24 -07:00
space-in-path.s
split-debug.test
split-dwarf-addr-object-relocation.test
split-dwarf-dwp.test
split-dwarf-multiple-cu.test
split-dwarf.test [tools][tests] - Use --check-prefixes instead of multiple --check-prefix. NFCI. 2020-04-17 12:35:25 +03:00
sym-verbose.test
sym.test [llvm] Fix missing FileCheck directive colons 2020-04-06 09:59:08 -06:00
untag-addresses.test
wasm-basic.s [WebAssembly] Add WebAssembly support to llvm-symbolizer 2020-01-28 09:55:38 -08:00