summaryrefslogtreecommitdiff
path: root/src/cmd/ld/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
...
* docs: fix wrong it's -> itsBrad Fitzpatrick2011-07-131-2/+2
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-1/+1
* ld: dwarf emit filenames in debug_line header instead of as extended opcodes.Luuk van Dijk2011-06-131-13/+14
* 8l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re2011-06-031-14/+21
* ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox2011-05-251-16/+33
* 6l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman2011-05-131-1/+0
* 8l: do not emit empty dwarf pe sectionsAlex Brainman2011-04-261-8/+4
* runtime: fix gdb support for channels.Luuk van Dijk2011-04-141-6/+4
* runtime: drop chan circular linked list in favor of circular bufferRuss Cox2011-04-131-12/+1
* ld: fix dwarf decoding of strings for struct's fieldnamesLuuk van Dijk2011-04-111-21/+8
* ld: 25% fasterRuss Cox2011-04-091-7/+3
* 5l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox2011-03-081-1/+1
* 6l,8l: fix gdb crash.Luuk van Dijk2011-03-081-1/+0
* reflect: add pointer word to CommonTypeRuss Cox2011-02-241-17/+23
* 5l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman2011-02-231-1/+1
* runtime: generate Go defs for C types.Luuk van Dijk2011-01-311-37/+44
* [68]l: more robust decoding of reflection type info in generating dwarf.Luuk van Dijk2011-01-241-15/+29
* 8l: emit DWARF in Windows PE.Wei Guangjing2011-01-201-4/+43
* gc: delete float, complexRuss Cox2011-01-191-4/+0
* [68]l and runtime: GDB support for interfaces and goroutines.Luuk van Dijk2010-12-151-2/+28
* ld: allow .o files with no symbolsRuss Cox2010-12-131-0/+2
* 5g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry2010-12-121-2/+2
* 6l, 8l: minor changes & cleanupRuss Cox2010-12-081-2/+5
* ld: fix dwarf decoding of 64-bit reflect valuesEoghan Sherry2010-12-071-6/+12
* [68]l: generate debug info for builtin structured types. prettyprinting in gdb.Luuk van Dijk2010-12-031-106/+523
* [68]l: correct dwarf location for globals and ranges for arrays.Luuk van Dijk2010-11-291-16/+96
* 6l/8l: generate dwarf variable names with disambiguating suffix.Luuk van Dijk2010-11-081-5/+33
* 6l/8l: global and local variables and type info.Luuk van Dijk2010-10-241-75/+1017
* [68]l: proper end of instruction ranges in dwarf.Luuk van Dijk2010-10-171-9/+6
* [68]l: fix off by one instruction in dwarf frame unwinding.Luuk van Dijk2010-10-171-14/+10
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-21/+14
* ld: be less picky about bad line number infoRuss Cox2010-10-111-1/+1
* [568]a: precise linenumbers for statements.Luuk van Dijk2010-10-071-3/+8
* loader fixKen Thompson2010-09-201-1/+1
* 6l/8l: emit DWARF frame info.Luuk van Dijk2010-09-201-95/+258
* 6l, 8l: clean up ELF code, fix NaClRuss Cox2010-09-191-1/+1
* tabsRuss Cox2010-09-141-3/+3
* 6l/8l: emit DWARF in macho.Luuk van Dijk2010-09-011-1/+31
* 8l: emit DWARF in ELF.Luuk van Dijk2010-08-301-443/+487
* Dwarf output for 6l.Luuk van Dijk2010-08-181-0/+815