mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 20:38:26 +00:00
This commit changes find_pcs_for_symtab_line() to return complete linetable entries instead of just PCs. This is a preparation for adding more attributes to gdb.LinetableEntry objects. I also renamed the function to find_linetable_entries_for_symtab_line() to better reflect what it does. Approved-By: Tom Tromey <tom@tromey.com>