mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* add new fields to symtab_and_line record
git-svn-id: trunk@14036 -
This commit is contained in:
parent
409137bc44
commit
eb7150e727
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user