Andrew Kelley 1a3f250f19 .debug_line incremental compilation initial support
Supports writing the first function. Still TODO is:
 * handling the .debug_line header growing too large
 * adding a new file to an existing compilation
 * adding an additional function to an existing file
 * handling incremental updates
 * adding the main IR debug ops for IR instructions

There are also issues to work out:
 * readelf --debug-dump=rawline is saying there is no .debug_str section
   even though there is
 * readelf --debug-dump=decodedline is saying the file index 0 is bad
   and reporting some other kind of corruption.
2020-08-02 19:25:26 -07:00
..
2020-08-01 17:15:53 +03:00
2020-04-28 19:11:31 -06:00
2020-06-07 22:39:35 +10:00
2020-07-31 16:41:25 +02:00
2020-07-29 18:03:44 +03:00
2020-06-26 13:34:48 -06:00
2020-07-05 21:11:42 +00:00
2020-08-02 17:50:06 +00:00
2020-02-16 13:25:30 -05:00
2020-07-12 21:45:25 +00:00
2020-06-09 13:36:17 -04:00
2020-07-24 20:35:47 +00:00
2020-05-24 10:04:09 -04:00
2020-02-22 12:44:21 +01:00
2020-07-26 05:42:38 +00:00
2020-07-14 17:19:17 -07:00
2020-08-02 19:36:49 +02:00
2020-07-13 00:34:02 +10:00
2020-07-25 23:33:15 -07:00
2020-06-01 14:43:13 -04:00
2020-06-18 20:35:03 -04:00