aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/dwarf/dwarf.go
AgeCommit message (Expand)Author
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-03-13cmd/internal/dwarf: always use AT_ranges for scopes with DWARF 5Than McIntosh
2025-03-12cmd/internal/dwarf: fix bug in inlined func DIE range DWARF 5 infoThan McIntosh
2025-03-04cmd/compile,cmd/link: move to DWARF5-style range listsThan McIntosh
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2025-02-22cmd/link, cmd/internal/dwarf: add DWARF5 line table supportThan McIntosh
2024-09-09all: remove unnecessary symbols and add missing symbolscuishuang
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-07-30cmd/link: add variable_parameter attr to functype outparamsThan McIntosh
2024-03-06cmd/compile: mark DIEs of captured variablesAlessandro Arzilli
2024-02-26cmd/compile/internal/dwarfgen: refactor putvar and putAbstractVarAlessandro Arzilli
2024-01-30cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer and fix it forAlessandro Arzilli
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/{dwarf,obj}: stop substituting "" with pkgprefixMatthew Dempsky
2023-08-29cmd: simplify some handling of package pathsMatthew Dempsky
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt
2022-11-18all: add missing periods in commentscui fliter
2022-09-29cmd/internal/dwarf: remove redundant break statementcuiweixie
2022-09-29cmd: fix a few function names on commentscui fliter
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2021-09-15cmd/compile: emit DWARF info about dictionary entriesAlessandro Arzilli
2021-09-15cmd/compile: mark wrapper functions with DW_AT_trampolineAlessandro Arzilli
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-07-01[dev.typeparams] cmd/internal/dwarf: remove putInlinedFunc's callersym paramMatthew Dempsky
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-03-23cmd/{compile,link}: relocate generation of DWARF for global varsThan McIntosh
2021-02-23cmd/internal/dwarf: minor cleanupsThan McIntosh
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-11-17cmd/compile: clean up buggy DWARF inlined info PC rangesThan McIntosh
2020-09-23all: add GOOS=iosCherry Zhang
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-05-04[dev.link] cmd/internal/dwarf: revise Abbrevs() signatureThan McIntosh
2020-03-23[dev.link] cmd/internal/dwarf: add back some constant prefixesCherry Zhang
2020-03-12[dev.link] cmd/link: demote DWARF line symbols to anonymous auxThan McIntosh
2020-03-12[dev.link] cmd/link: demote dwarf {range,loc} sub-symbols to auxThan McIntosh
2020-02-27[dev.link] cmd/link: simplify DWARF DIE symbol payloadThan McIntosh
2019-11-03[dev.link] cmd/internal/dwarf: expand import path in function DIECherry Zhang
2019-09-26cmd/compile: remove isStmt symbol from FuncInfoJeremy Faller
2019-09-23cmd/compile: add new symbol for debug line numbersJeremy Faller
2019-05-13cmd/compile: remove large intermediate slice from gc.scopePCsDavid Chase
2019-05-09cmd/compile: emit DWARF call_line attrs with data4 form on iOSThan McIntosh
2019-04-23cmd/link: revert/revise CL 98075 because LLDB is very picky nowDavid Chase
2019-04-02compile,link: export package name in debug_infoAlessandro Arzilli
2019-03-13cmd: disable DWARF with old ld on aix/ppc64Clément Chigot
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-24cmd: add DWARF64 support for aix portClément Chigot
2018-09-27cmd/link: move DIE of global variables to their compile unitAlessandro Arzilli
2018-07-10cmd/compile: call objabi.PathToPrefix when emitting abstract fnThan McIntosh