aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/dwarf.go
AgeCommit message (Expand)Author
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2023-09-01cmd/internal/dwarf: replace Sym.Length with Context.SizeMatthew Dempsky
2023-09-01cmd/internal/obj: simplify filename handlingMatthew Dempsky
2023-08-29cmd/internal/obj: add Func type to replace "curfn any"Matthew Dempsky
2023-08-29cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefixMatthew Dempsky
2023-08-29cmd: simplify some handling of package pathsMatthew Dempsky
2023-05-02cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF infoCherry Mui
2023-01-30cmd/internal/obj: drop Filesym from DwarfAbstractFuncMichael Pratt
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt
2022-10-31cmd/internal/obj: cleanup linkgetlineFromPosMichael Pratt
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2021-09-15cmd/compile: mark wrapper functions with DW_AT_trampolineAlessandro Arzilli
2021-03-23cmd/{compile,link}: relocate generation of DWARF for global varsThan McIntosh
2020-11-12cmd/compile: do not emit an extra debug_line entry for the end of seq addrAlessandro Arzilli
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-08-11[dev.link] cmd/internal/obj: combine objfile.go and objfile2.goCherry Zhang
2020-08-10[dev.link] use per package filenames to build pclntabJeremy Faller
2020-06-24[dev.link] cmd/{compile,link}: fix file/line of last instruction in DWARF lin...Than McIntosh
2020-06-17[dev.link] cmd/link: rework line table generation to reduce heap memThan McIntosh
2019-10-10cmd/compile: walk progs to generate debug_lines dataJeremy Faller
2019-10-03Revert "cmd/compile: walk the progs to generate debug_lines"Bryan C. Mills
2019-10-03cmd/compile: walk the progs to generate debug_linesJeremy Faller
2019-09-26cmd/link: switch linker over to new debug lines from compilerJeremy Faller
2019-09-25cmd/compile: update object file format for DWARF file tableJeremy Faller
2019-09-24cmd/compile: generate debug_lines in compilerJeremy Faller