debug: update Ogle to read Go 1.4 maps.

The internal structures have changed to this:

type hmap struct {
	count int
	flags uint32
	hash0 uint32
	B     uint8
	buckets    unsafe.Pointer
	oldbuckets unsafe.Pointer
	nevacuate  uintptr
}
type bmap struct {
	tophash [bucketCnt]uint8
	// Followed by bucketCnt keys and then bucketCnt values.
}

Change-Id: I8811907ad84729999ded6a80d2504c680b93984b
Reviewed-on: https://go-review.googlesource.com/2712
Reviewed-by: Rob Pike <r@golang.org>
3 files changed
tree: 2d5783966b140cd013296198cd3c7a3f62cc65ee
  1. dwarf/
  2. elf/
  3. gosym/
  4. macho/
  5. ogle/
  6. AUTHORS
  7. CONTRIBUTORS
  8. LICENSE
  9. README