Browse Source

* add new fields to symtab_and_line record

git-svn-id: trunk@14036 -
pierre 15 years ago
parent
commit
eb7150e727
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/gdbint/src/gdbint.pp

+ 5 - 0
packages/gdbint/src/gdbint.pp

@@ -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