aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/dwarf.go
AgeCommit message (Expand)Author
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick
2017-07-26[dev.debug] cmd/link: let the linker combine .debug_ranges, remove globalsHeschi Kreinick
2017-05-26cmd/internal/dwarf: update to DWARF4, emit frame_baseHeschi Kreinick
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-15cmd/link: actually generate .debug_gdb_scripts section on windowsAlex Brainman
2017-05-10cmd/link: include DW_AT_producer in .debug_infoDavid Chase
2017-05-07os, cmd/link: fix typosKevin Burke
2017-05-06cmd/link/internal/ld: fix external linking on windowsEgon Elbre
2017-04-30cmd/link: rename AttrHidden to AttrNotInSymbolTableMichael Hudson-Doyle
2017-04-27cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle
2017-04-27dwarf: add marker for embedded fields in dwarfHana Kim
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/link: replace Segment's linked list of Sections with a sliceMichael Hudson-Doyle
2017-04-12cmd/link: export specialized variants of runtime._type to debug_infoAlessandro Arzilli
2017-04-07Revert "cmd/compile: output DWARF lexical blocks for local variables"Josh Bleecher Snyder
2017-04-07cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-03-01cmd/link: write dwarf sectionsAlex Brainman
2017-01-24cmd/link: mark DWARF function symbols as reachableIan Lance Taylor
2016-10-11cmd/link: more efficient encoding of DWARF line number informationJohn Dethridge
2016-09-23cmd/link: plugin support on darwin/amd64David Crawshaw
2016-09-20cmd/link: remove now-unused ctxt arguments from a few functionsMichael Hudson-Doyle
2016-09-20cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of sameMichael Hudson-Doyle
2016-09-20cmd/link: remove CursymDavid Crawshaw
2016-09-20cmd/link: replace ld.Link.Diag with ld.ErrorfDavid Crawshaw
2016-09-18cmd/link: remove size and version from genasmsym's argumentMichael Hudson-Doyle
2016-09-18cmd/link: give names and a type to the symbol types used by genasmsymMichael Hudson-Doyle
2016-09-09cmd/link, cmd/internal/obj: give Headtype a typeDavid Crawshaw
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-23cmd/link/internal/ld: camelCase a buch of snake_case namesMichael Matloob
2016-08-22cmd/link: turn some globals into flag pointer variablesMichael Matloob
2016-08-21cmd/link: use standard library flag package where possibleMichael Matloob
2016-08-21cmd/link: remove Symbol.NextMichael Hudson-Doyle
2016-08-21cmd/link: remove global Bso variableMichael Matloob
2016-08-21cmd/link/internal: thread *ld.Link through callsMichael Matloob
2016-08-19cmd/link/internal: rename LSym to Symbol, and add a doc comment.Michael Matloob
2016-08-18cmd: generate DWARF for functions in compile instead of link.Michael Matloob
2016-06-03cmd/link: avoid name collision with DWARF .def suffixIan Lance Taylor
2016-05-26build: enable framepointer mode by defaultRuss Cox
2016-05-26cmd/link/internal/ld: fix DWARF offsets with GOEXPERIMENT=framepointerAustin Clements
2016-04-26cmd/link: fix gdb backtrace on architectures using a link registerMichael Munday
2016-04-21cmd/link: convert Link.Filesyms into a sliceMichael Hudson-Doyle
2016-04-21cmd/link: convert textp into a sliceDavid Crawshaw
2016-04-15cmd: remove unnecessary type conversionsMatthew Dempsky
2016-04-13cmd/link: rename Pcln to FuncInfoShahar Kohanim
2016-04-13cmd/link: move function only lsym fields to pcln structShahar Kohanim
2016-04-11cmd/link: symbol generation optimizationsShahar Kohanim
2016-04-09cmd/link/internal: make ld.Bso a *bio.WriterDave Cheney
2016-04-07cmd/link: hide go.dwarf symbolsDavid Crawshaw
2016-04-07cmd/link: disable DWARF when not generating symtabDavid Crawshaw
2016-04-07cmd: add new common architecture representationMatthew Dempsky