aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-31cmd/ld: diagnose Go calling CRuss Cox
2014-08-27debug/elf: support arm64 relocationsMichael Hudson-Doyle
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-13cmd/cgo, debug/dwarf: fix translation of zero-size arraysMatthew Dempsky
2014-08-08debug/pe/testdata: make sure gcc-amd64-mingw-exec has symbolsAlex Brainman
2014-08-06debug/dwarf: fix typos in comment for UnspecifiedTypeRob Pike
2014-08-06debug/dwarf: fix Reader panic on DW_TAG_unspecified_typeDerek Parker
2014-07-16cmd/ld: use count, not upper bound, in type of arrayRob Pike
2014-07-10debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Sy...Pietro Gagliardi
2014-07-09debug/plan9obj: fix test buildAram Hăvărneanu
2014-07-09debug/plan9obj, cmd/addr2line: on Plan 9 use a.out headerAram Hăvărneanu
2014-07-05debug/elf: fix nil deref in testDmitriy Vyukov
2014-06-03debug/elf: support DWARF that needs relocs for 386Ian Lance Taylor
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