drgn/tests
Stephen Brennan 7970a60818 Add methods to return multiple matching symbols
Currently we can lookup symbols by name or address, but this will only
return one symbol, prioritizing the global symbols. However, symbols may
share the same name, and symbols may also overlap address ranges, so
it's possible for searches to return multiple results. Add functions
which can return a list of multiple matching symbols.

Signed-off-by: Stephen Brennan <stephen@brennan.io>
2022-01-15 11:44:33 -08:00
..
helpers helpers: add a helper for decoding page flags 2022-01-12 16:57:10 -08:00
linux_kernel Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
__init__.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
assembler.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
dwarf.py Track byte order in scalar types instead of objects 2021-02-19 21:41:29 -08:00
dwarfwriter.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
elf.py tests: add tests for ELF symbols 2021-11-19 17:04:20 -08:00
elfwriter.py tests: use NOBITS section for ELF symbols 2021-12-17 16:46:12 -08:00
libdrgn.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
sample.coredump.zst Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
test_docs.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_dwarf.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
test_language_c.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_lexer.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_object.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
test_path.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_platform.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_program.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_python.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_serialize.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_symbol.py Add methods to return multiple matching symbols 2022-01-15 11:44:33 -08:00
test_thread.py Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
test_type.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
test_util.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00