mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 09:25:47 +08:00
From Craig Silverstein: Dwarf_line_info can work with Object rather
than Sized_relobj.
This commit is contained in:
@ -46,7 +46,7 @@ class Dwarf_line_info
|
||||
{
|
||||
public:
|
||||
// Initializes a .debug_line reader for a given object file.
|
||||
Dwarf_line_info(Sized_relobj<size, big_endian>* object);
|
||||
Dwarf_line_info(Object* object);
|
||||
|
||||
// Given a section number and an offset, returns the associated
|
||||
// file and line-number, as a string: "file:lineno". If unable
|
||||
|
Reference in New Issue
Block a user