aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
AgeCommit message (Expand)Author
2014-05-20debug/plan9obj: cleanup apiDavid du Colombier
2014-04-29all: spelling tweaks, A-GRobert Hencke
2014-04-26src: fix issues found by go vet stdRobert Hencke
2014-04-16debug/pe: add optional header to FileAlex Brainman
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16all: fix typosRui Ueyama
2014-04-16liblink: add leaf bit to object file formatRuss Cox
2014-04-14liblink, cmd/link: add version number to object fileRuss Cox
2014-03-13debug/macho: handle missing __debug_str sectionKeith Randall
2014-03-11dwarf: add extensions for multi-file compression (.dwz)Dhiru Kholia
2014-02-27debug/macho: Define CPU constants for other common architectures for OS X/iOS.Robert Sesek
2014-02-18cmd/ld: remove Plan 9 symbol tableRuss Cox
2014-02-15debug/elf: correct test failure printRuss Cox
2014-02-13debug/macho: Add support for opening fat/universal binaries.Robert Sesek
2014-02-13debug/macho: add test file for CL 60190043Dave Cheney
2014-02-12debug/pe: delete unnecessary type conversionsRobert Dinu
2014-01-27all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick
2014-01-27debug/dwarf, debug/elf: add support for reading DWARF 4 type infoIan Lance Taylor
2014-01-22debug/plan9obj: implement parsing of Plan 9 a.out executablesDavid du Colombier
2014-01-08debug/goobj: add String methods for SymID and SymKindRuss Cox
2013-12-31debug/elf: add C source for testdata executablesMichael Stapelberg
2013-12-18debug/goobj: expand package prefix correctlyRuss Cox
2013-12-16debug/goobj: add package for reading new Go object filesRuss Cox
2013-12-12debug/dwarf: remove unused field addrsize from DataIan Lance Taylor
2013-10-29debug/dwarf: add DWARF 4 form constantsRuss Cox
2013-10-14debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor
2013-10-09debug/dwarf: handle surprising clang encodingRuss Cox
2013-08-07runtime: convert .s textflags from numbers to symbolic constants.Keith Randall
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-07-19cmd/ld, runtime: remove unused fields from FuncRuss Cox
2013-07-19debug/gosym: put pclinetest file in temporary directoryKeith Randall
2013-07-18debug/gosym: avoid test failure on WindowsRuss Cox
2013-07-18debug/gosym: update for Go 1.2 pcln tableRuss Cox
2013-06-21all: avoid leaking fds during testsDave Cheney
2013-03-22debug/elf: repair GNU version symbols.Rémy Oudompheng
2013-03-21debug/elf: restore Go 1.0 semantics for (*File).SymbolsRuss Cox
2013-03-19debug/dwarf: support for DWARF 3Ian Lance Taylor
2013-03-11debug/macho: add doc comment for FormatErrorRob Pike
2013-02-26cmd/ld, runtime: adjust symbol table representationRuss Cox
2013-02-20debug/dwarf: add flag_present attribute encoding.Robin Eklind
2013-01-27all: make tests able to run multiple times.Rémy Oudompheng
2013-01-04cmd/ld: use native-endian symbol values in symbol tableRuss Cox
2012-12-18debug/elf: handle missing shstrndx in core filesDave Cheney
2012-11-15debug/elf: fix offset for GNU version symbolsJoel Sing
2012-11-15debug/elf: do not skip first symbol in the symbol tableJoel Sing
2012-10-09debug/pe: support PE files which contain no symbol table (if NumberOfSymbols ...Robin Eklind
2012-09-22debug/pe: add symbol supportJoel Sing
2012-08-03debug/elf: Add support for getting DynTag string table values.Mike Rosset