fpc/compiler/utils/ppuutils
pierre ec76e879c9 Integrate patch from bug report 35409.
Add possibiliy to throw InternalError
  for unhandled case values inside tentryfile,
  But avoid adding dependency on verbose unit
  as this would break ppudump handling of ppu files.

  Add RaiseAssertion virtual method to tentryfile class.
  Call RaiseAssertion in tentryfile methods
  where an internal error is wanted.
  Override RaiseAssertion method in symtype.pas unit
  to call InternalError.
  Add new class tppudumpfile to override RaiseAssertion
  in utils/ppuutils/ppudump.pp unit.

git-svn-id: trunk@41896 -
2019-04-18 14:08:03 +00:00
..
ppudump.pp Integrate patch from bug report 35409. 2019-04-18 14:08:03 +00:00
ppujson.pp * ppudump: Use buffered write when outputting to json or xml. It improves the output speed a lot. 2019-02-20 10:13:18 +00:00
ppuout.pp * added extra header to ppu inside a subsection, so we won't run into 2019-04-06 21:28:43 +00:00
ppuxml.pp * ppudump: Use buffered write when outputting to json or xml. It improves the output speed a lot. 2019-02-20 10:13:18 +00:00