summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/dwarf.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/{compile,link}: relocate generation of DWARF for global varsThan McIntosh2021-03-231-0/+25
* cmd/compile: do not emit an extra debug_line entry for the end of seq addrAlessandro Arzilli2020-11-121-1/+2
* cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox2020-10-161-15/+16
* [dev.link] cmd/internal/obj: combine objfile.go and objfile2.goCherry Zhang2020-08-111-0/+492
* [dev.link] use per package filenames to build pclntabJeremy Faller2020-08-101-12/+0
* [dev.link] cmd/{compile,link}: fix file/line of last instruction in DWARF lin...Than McIntosh2020-06-241-23/+23
* [dev.link] cmd/link: rework line table generation to reduce heap memThan McIntosh2020-06-171-0/+7
* cmd/compile: walk progs to generate debug_lines dataJeremy Faller2019-10-101-68/+36
* Revert "cmd/compile: walk the progs to generate debug_lines"Bryan C. Mills2019-10-031-37/+80
* cmd/compile: walk the progs to generate debug_linesJeremy Faller2019-10-031-80/+37
* cmd/link: switch linker over to new debug lines from compilerJeremy Faller2019-09-261-4/+2
* cmd/compile: update object file format for DWARF file tableJeremy Faller2019-09-251-12/+0
* cmd/compile: generate debug_lines in compilerJeremy Faller2019-09-241-0/+249