Files
binutils-gdb/gdb/python
Toby Lloyd Davies c0689161ed gdb/python: Fix segfault when iterating over empty linetable
symtab-> linetable () is set to null in
buildsym_compunit::end_compunit_symtab_with_blockvector () if the symtab
has no linetable. Attempting to iterate over this linetable using the
Python API caused GDB to segfault.

Approved-By: Tom Tromey <tom@tromey.com>
2024-03-19 11:34:16 +00:00
..
2024-03-08 10:50:13 -07:00
2024-02-28 09:08:16 -07:00