[PATCH 1/6] Add column information of dwarf to the symbol information

Tom Tromey tom@tromey.com
Mon May 18 16:17:40 GMT 2020


Hannes>  void
Hannes>  buildsym_compunit::record_line (struct subfile *subfile, int line,
Hannes> -				CORE_ADDR pc, bool is_stmt)
Hannes> +				CORE_ADDR pc, bool is_stmt, int column)

I think putting the column parameter next to the line parameter would be
more idiomatic.

Tom


More information about the Gdb-patches mailing list