Andrew Kelley ba6e5cbfd2 stage2: add the .debug_line header and associated data types
* the .debug_line header is written properly
 * link.File.Elf gains:
   - SrcFn, which is now a field in Module.Fn
   - SrcFile, which is now a field in Module.Scope.File
 * link.File.Elf gets a whole *Package field rather than only
   root_src_dir_path.
 * the fields first_dbg_line_file and last_dbg_line_file tell where the
   Line Number Program begins and ends, which alows moving files when
   the header gets too big, and allows appending files to the end.
 * codegen is passed a buffer for emitting .debug_line
   Line Number Program opcodes for functions.

See #5963

There is some work-in-progress code here, but I need to go make some
experimental changes to changing how to represent source locations and I
want to do that in a separate commit.
2020-08-02 12:02:43 -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-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-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