aboutsummaryrefslogtreecommitdiff
path: root/src/debug/macho
AgeCommit message (Expand)Author
2021-05-14debug/macho: fix a typo in macho.goitchyny
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-09-18cmd/link: prefix Go syms with _ on darwinJeremy Faller
2019-09-17Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller
2019-09-17cmd/link: prefix syms with "_" on darwin linksJeremy Faller
2019-06-19cmd/link: fix stale link to MachO file format reference in commentThan McIntosh
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-05-29all: regenerate stringer filesTim Cooper
2018-05-16cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objectsTobias Klauser
2018-03-06debug/macho: use bytes.IndexByte instead of a loopJosh Bleecher Snyder
2017-09-27debug/macho: fill Rpath.LoadBytes in NewFileHiroshi Ioka
2017-09-27debug/macho: parse relocationsHiroshi Ioka
2017-08-29debug/macho: add missing file flagsKunpei Sakai
2017-08-17debug/macho: support LC_RPATHHiroshi Ioka
2017-08-17debug/macho: add comments for ambiguious LoadCommandHiroshi Ioka
2017-08-17debug/macho: make tests more comprehensiveHiroshi Ioka
2017-08-16debug/macho: rearrange codeHiroshi Ioka
2017-08-15debug/macho: make Type implements fmt.(Go)Stringer interfacesHiroshi Ioka
2017-08-14debug/macho: add relocation typesHiroshi Ioka
2017-08-14debug/macho: add some file flagsHiroshi Ioka
2016-08-23debug/macho: fix comment on Section64Michael Matloob
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-09-04all: remove executable bit from several filesAndrew Gerrand
2015-03-10debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox