aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/dwarf_test.go
AgeCommit message (Expand)Author
2020-10-23[release-branch.go1.15] cmd/{compile,link}: backport fix for issue 39757Than McIntosh
2020-06-03cmd/link: new DWARF line table test caseThan McIntosh
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-03-10cmd/link: fix for package name attr testpoint in dwarf_test.goThan McIntosh
2020-01-10cmd/compile: emit only '/' in DWARF file namesJeremy Faller
2019-09-19cmd/link: enhance linker's dwarf testThan McIntosh
2019-05-30cmd/link: new test case for Darwin/DWARFThan McIntosh
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-02compile,link: export package name in debug_infoAlessandro Arzilli
2019-02-20cmd/link/internal/ld: make dwarf_test and associated testdata module-agnosticBryan C. Mills
2018-12-13cmd/link: skip TestRuntimeTypeAttrInternal on windows/armJordan Rhee
2018-12-08cmd/link/internal/ld: run tests in parallelIan Lance Taylor
2018-10-22cmd/compile,cmd/link: remove statictmp variables from symbol table.Alessandro Arzilli
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-09-18cmd/link: fix DWARF refs so that they always point to the typedef entryAlessandro Arzilli
2018-07-27cmd/link: added test of availability of gccConstantin Konstantinidis
2018-07-20cmd/link: skip a couple of DWARF tests in short modeThan McIntosh
2018-07-10cmd/compile: call objabi.PathToPrefix when emitting abstract fnThan McIntosh
2018-05-25cmd/compile: fix DWARF inline debug issue with dead local varsThan McIntosh
2018-05-19runtime: fix darwin 386/amd64 stack switchesKeith Randall
2018-04-26cmd/link: fix test flagKeith Randall
2018-04-24cmd/link: fix TestRuntimeTypeAttr on ppc64,solarisHeschi Kreinick
2018-04-21cmd/link: skip TestRuntimeTypeAttr to fix buildJosh Bleecher Snyder
2018-04-20cmd/ld: link to runtime types from DWARFHeschi Kreinick
2018-03-20cmd/compile: fix regression in DWARF inlined routine variable trackingThan McIntosh
2018-02-15compiler: honor //line directives in DWARF variable file/line attrsThan McIntosh
2017-12-18cmd/internal/link: disable selected DWARF tests on SolarisThan McIntosh
2017-12-15cmd/link: make inlining+locationlist test depend on GOARCHDavid Chase
2017-12-15cmd/compile: fixes for bad DWARF abstract origin referencesThan McIntosh
2017-12-07cmd/compile: fix bug in logic for computing var abstract originsThan McIntosh
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-10-27cmd/compile, cmd/link: support for DWARF file reference relocationsThan McIntosh
2017-08-22cmd/compile: emit DW_AT_decl_lineHeschi Kreinick
2017-08-16cmd/link: skip TestFieldOverlap on Plan 9David du Colombier
2017-08-16cmd/link: fix bad dwarf for sudog<T>Keith Randall
2017-08-15cmd/link: skip TestSizes on Plan 9David du Colombier
2017-08-14cmd/link,compile: Provide size for func typesKeith Randall
2017-04-27dwarf: add marker for embedded fields in dwarfHana Kim
2017-04-12cmd/link: skip TestRuntimeTypeDIEs on Plan 9David du Colombier
2017-04-12cmd/link: export specialized variants of runtime._type to debug_infoAlessandro Arzilli