drgn/tests
Omar Sandoval bc85767e5f libdrgn: support looking up parameters and variables in stack traces
After all of the preparatory work, the last two missing pieces are a way
to find a variable by name in the list of scopes that we saved while
unwinding, and a way to find the containing scopes of an inlined
function. With that, we can finally look up parameters and variables in
stack traces.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-06-05 16:18:51 -07:00
..
helpers libdrgn: support looking up parameters and variables in stack traces 2021-06-05 16:18:51 -07:00
__init__.py libdrgn: debug_info: implement creating objects from DWARF location descriptions 2021-06-05 16:18:51 -07:00
assembler.py libdrgn: debug_info: implement creating objects from DWARF location descriptions 2021-06-05 16:18:51 -07:00
dwarf.py Track byte order in scalar types instead of objects 2021-02-19 21:41:29 -08:00
dwarfwriter.py libdrgn: debug_info: implement creating objects from DWARF location descriptions 2021-06-05 16:18:51 -07:00
elf.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
elfwriter.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
libdrgn.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_docs.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_dwarf.py libdrgn: debug_info: implement creating objects from DWARF location descriptions 2021-06-05 16:18:51 -07:00
test_language_c.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_lexer.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_object.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_path.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_platform.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_program.py libdrgn: make addresses wrap around when reading memory 2021-06-03 17:49:29 -07:00
test_python.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_serialize.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
test_type.py tests: fix test depending on repr(enum.Flag) format 2021-04-22 01:17:22 -07:00
test_util.py Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00