aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/dwarf/dwarf.go
AgeCommit message (Expand)Author
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
2018-04-20cmd/ld: link to runtime types from DWARFHeschi Kreinick
2018-04-04cmd/link: process is_stmt data into dwarf line tablesDavid Chase
2018-03-02cmd/link: fix up debug_range for dsymutil (revert CL 72371)Alessandro Arzilli
2018-03-02cmd/compile: optimize scope trackingAlessandro Arzilli
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2018-02-14cmd/compile: reimplement location list generationHeschi Kreinick
2018-01-10cmd/compile: workaround for inconsistent receiver param srcposThan McIntosh
2017-12-15cmd/compile: fixes for bad DWARF abstract origin referencesThan McIntosh
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-01compile, link: remove base address selector from DWARF range listsAlessandro Arzilli
2017-10-27cmd/compile, cmd/link: support for DWARF file reference relocationsThan McIntosh
2017-10-18cmd/compile, cmd/link: record compiler flags in DW_AT_producerAustin Clements
2017-10-18cmd/compile: distinguish args and return values in DWARFHeschi Kreinick
2017-10-12cmd/link: generate PC ranges for compilation unit DIEsAustin Clements
2017-10-12cmd/link: one DWARF compilation unit per packageAustin Clements
2017-10-05cmd/internal/dwarf: remove unused SymValue methodMatthew Dempsky
2017-09-28cmd/compile: cover control flow insns in location listsHeschi Kreinick
2017-09-22cmd/compile,cmd/link: export int global consts to DWARFAlessandro Arzilli
2017-09-07cmd/compile: revert "more compact representation of DW_AT_high_pc"Heschi Kreinick
2017-09-06cmd/compile: more compact DWARF location for locals and argumentsAlessandro Arzilli
2017-09-06cmd/compile: more compact representation of DW_AT_high_pcAlessandro Arzilli
2017-08-31cmd/link: emit DW_AT_data_member_location as a constantHeschi Kreinick