summaryrefslogtreecommitdiff
path: root/src/debug/macho
Commit message (Expand)AuthorAgeFilesLines
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-2117-11/+58
* cmd/link: prefix Go syms with _ on darwinJeremy Faller2019-09-181-1/+6
* Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller2019-09-171-6/+1
* cmd/link: prefix syms with "_" on darwin linksJeremy Faller2019-09-171-1/+6
* cmd/link: fix stale link to MachO file format reference in commentThan McIntosh2019-06-191-1/+6
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-3/+3
* debug/elf,macho,pe: support compressed DWARFHeschi Kreinick2018-06-191-11/+71
* all: regenerate stringer filesTim Cooper2018-05-291-5/+5
* cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objectsTobias Klauser2018-05-161-0/+2
* debug/macho: use bytes.IndexByte instead of a loopJosh Bleecher Snyder2018-03-061-2/+3
* debug/macho: fill Rpath.LoadBytes in NewFileHiroshi Ioka2017-09-272-4/+10
* debug/macho: parse relocationsHiroshi Ioka2017-09-274-41/+204
* debug/macho: add missing file flagsKunpei Sakai2017-08-291-4/+26
* debug/macho: support LC_RPATHHiroshi Ioka2017-08-175-13/+94
* debug/macho: add comments for ambiguious LoadCommandHiroshi Ioka2017-08-171-2/+2
* debug/macho: make tests more comprehensiveHiroshi Ioka2017-08-171-47/+51
* debug/macho: rearrange codeHiroshi Ioka2017-08-162-99/+101
* debug/macho: make Type implements fmt.(Go)Stringer interfacesHiroshi Ioka2017-08-152-0/+19
* debug/macho: add relocation typesHiroshi Ioka2017-08-143-0/+130
* debug/macho: add some file flagsHiroshi Ioka2017-08-141-0/+7
* debug/macho: fix comment on Section64Michael Matloob2016-08-231-1/+1
* all: delete dead non-test codeDominik Honnef2016-03-251-23/+0
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-221-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-014-4/+4
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-3/+3
* all: remove executable bit from several filesAndrew Gerrand2015-09-042-0/+0
* debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements2015-03-101-5/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-089-0/+1204