aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/dwarf.c
AgeCommit message (Expand)Author
2012-01-31cmd/ld: fix gdbscriptWei Guangjing
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-05runtime: prep for type-specific algorithmsRuss Cox
2011-10-01runtime: fix map memory leakRuss Cox
2011-09-09ld: grow dwarf includestack on demand.Luuk van Dijk
2011-07-21runtime: faster selectDmitriy Vyukov
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-13docs: fix wrong it's -> itsBrad Fitzpatrick
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-13ld: dwarf emit filenames in debug_line header instead of as extended opcodes.Luuk van Dijk
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-05-25ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox
2011-05-136l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman
2011-04-268l: do not emit empty dwarf pe sectionsAlex Brainman
2011-04-14runtime: fix gdb support for channels.Luuk van Dijk
2011-04-13runtime: drop chan circular linked list in favor of circular bufferRuss Cox
2011-04-11ld: fix dwarf decoding of strings for struct's fieldnamesLuuk van Dijk
2011-04-09ld: 25% fasterRuss Cox
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox
2011-03-086l,8l: fix gdb crash.Luuk van Dijk
2011-02-24reflect: add pointer word to CommonTypeRuss Cox
2011-02-235l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman
2011-01-31runtime: generate Go defs for C types.Luuk van Dijk
2011-01-24[68]l: more robust decoding of reflection type info in generating dwarf.Luuk van Dijk
2011-01-208l: emit DWARF in Windows PE.Wei Guangjing
2011-01-19gc: delete float, complexRuss Cox
2010-12-15[68]l and runtime: GDB support for interfaces and goroutines.Luuk van Dijk
2010-12-13ld: allow .o files with no symbolsRuss Cox
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-12-086l, 8l: minor changes & cleanupRuss Cox
2010-12-07ld: fix dwarf decoding of 64-bit reflect valuesEoghan Sherry
2010-12-03[68]l: generate debug info for builtin structured types. prettyprinting in gdb.Luuk van Dijk
2010-11-29[68]l: correct dwarf location for globals and ranges for arrays.Luuk van Dijk
2010-11-086l/8l: generate dwarf variable names with disambiguating suffix.Luuk van Dijk
2010-10-246l/8l: global and local variables and type info.Luuk van Dijk
2010-10-17[68]l: proper end of instruction ranges in dwarf.Luuk van Dijk
2010-10-17[68]l: fix off by one instruction in dwarf frame unwinding.Luuk van Dijk
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-10-11ld: be less picky about bad line number infoRuss Cox
2010-10-07[568]a: precise linenumbers for statements.Luuk van Dijk
2010-09-20loader fixKen Thompson
2010-09-206l/8l: emit DWARF frame info.Luuk van Dijk
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-09-14tabsRuss Cox
2010-09-016l/8l: emit DWARF in macho.Luuk van Dijk
2010-08-308l: emit DWARF in ELF.Luuk van Dijk
2010-08-18Dwarf output for 6l.Luuk van Dijk