summaryrefslogtreecommitdiff
path: root/src/cmd/internal/objfile
Commit message (Expand)AuthorAgeFilesLines
* cmd/objdump: copy gosym.PCValue into internal packageKeith Randall2016-12-011-2/+49
* cmd/internal/objfile: remove debugging printRuss Cox2016-10-241-1/+0
* cmd/internal/objfile: add ppc64/ppc64le disassembler supportShenghou Ma2016-10-132-8/+29
* cmd/objdump: implement objdump of .o filesKeith Randall2016-08-243-19/+107
* runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor2016-05-316-0/+33
* cmd/vendor: move cmd/internal/unvendor packages to cmd/vendorKonstantin Shaposhnikov2016-05-141-2/+2
* cmd: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* cmd: remove unused codeDave Cheney2016-04-091-2/+0
* cmd/pprof: use DWARF info to lookup unknown PC addressesIan Lance Taylor2016-03-316-0/+35
* cmd/link: collect itablinks as a slice in moduledataMichel Lespinasse2016-03-291-1/+1
* cmd/internal/objfile: add s390x supportMichael Munday2016-03-212-0/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-017-7/+7
* build: mv cmd/vendor cmd/internal/unvendorRuss Cox2016-02-091-2/+2
* cmd/internal/objfile: use golang.org/x/arch instead of rsc.ioRuss Cox2015-08-281-4/+4
* cmd/internal/objfile: Skip mach-o debug symbols.Ryan Brown2015-05-261-1/+10
* all: power64 is now ppc64Russ Cox2014-12-053-7/+7
* debug/goobj: move to cmd/internal/goobjRuss Cox2014-11-161-1/+1
* cmd/internal/objfile: minor editsRuss Cox2014-11-091-9/+14
* cmd/internal/objfile: add DisasmRuss Cox2014-11-061-0/+243
* cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox2014-11-061-1/+13
* cmd/objdump: use cmd/internal/objfileRuss Cox2014-10-296-0/+124
* cmd/internal/objfile: fix dissassembly of Plan 9 object filesAnthony Martin2014-08-281-0/+15
* cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9objMatthew Dempsky2014-08-272-8/+26
* cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox2014-08-076-0/+585