* add new fields to symtab_and_line record

git-svn-id: trunk@14036 -
This commit is contained in:
pierre 2009-11-04 00:47:25 +00:00
parent 409137bc44
commit eb7150e727

View File

@ -767,6 +767,11 @@ type
line : longint;
pc : CORE_ADDR;
_end : CORE_ADDR;
{ Added fields, not used in gdbint,
but necessary to allocated enough space to
avoid stack memory corruption PM }
explicit_pc : longint;
explicit_line : longint;
end;
symtabs_and_lines = record