Parser for JDBG files

Issue #2 resolved
Anders@Melander created an issue

Embarcadero does not supply map files for the RTL/VCL rune time packages. Instead they ship jdbg (JEDI Debug format) files that can be read with the JEDI debug functions.

The jdbg are built from map files so supposedly they contains much, if not all, of the information we need. The task here is to write a reader for the jdbg file format so we can produce pdb files from them.

References:

Comments (4)

  1. Log in to comment