drgn/libdrgn/build-aux
Omar Sandoval dd08658a6e libdrgn: don't cache ORC sections in struct drgn_elf_file
.orc_unwind_ip and .orc_unwind are only referenced while initially
parsing ORC data and then never touched again, so it's wasteful to cache
them in struct drgn_elf_file. Look them up if and when we parse the ORC
data instead.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-06-22 15:27:39 -07:00
..
.gitignore libdrgn: use strswitch for ELF section names 2023-02-08 13:25:22 -08:00
codegen_utils.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
gen_arch_inc_strswitch.py Add StackFrame.sp 2022-11-22 18:47:16 -08:00
gen_c_keywords_inc_strswitch.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
gen_constants.py libdrgn: python: fix Py_BuildValue() type in gen_constants.py 2022-12-07 16:46:33 -08:00
gen_elf_sections.py libdrgn: don't cache ORC sections in struct drgn_elf_file 2023-06-22 15:27:39 -07:00
gen_strswitch.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00