Skip to content

Commit

Permalink
pkg/dwarf/godwarf: split out type parsing from x/debug/dwarf
Browse files Browse the repository at this point in the history
Splits out type parsing and go-specific Type hierarchy from
x/debug/dwarf, replace x/debug/dwarf with debug/dwarf everywhere,
remove x/debug/dwarf from vendoring.
  • Loading branch information
aarzilli authored and derekparker committed Aug 1, 2017
1 parent 731829c commit 1e3ff49
Show file tree
Hide file tree
Showing 29 changed files with 258 additions and 6,361 deletions.
10 changes: 2 additions & 8 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ import:
version: 58ea1a195b1a354bcd572b7ef6bbbd264dc63732
subpackages:
- x86/x86asm
- package: golang.org/x/debug
version: fb508927b491eca48a708e9d000fdb7afa53c32b
subpackages:
- dwarf
- elf
- macho
- package: golang.org/x/sys
version: f3918c30c5c2cb527c0b071a27c35120a6c0719a
subpackages:
Expand Down
Loading

0 comments on commit 1e3ff49

Please sign in to comment.