]> Cypherpunks repositories - gostls13.git/commit
add support for debugging in MACH binaries
authorRob Pike <r@golang.org>
Mon, 16 Jun 2008 00:22:57 +0000 (17:22 -0700)
committerRob Pike <r@golang.org>
Mon, 16 Jun 2008 00:22:57 +0000 (17:22 -0700)
commit073486c3ed10f4f737484253320f44804cac1447
tree0e585baf848a5fd55c348a5f01e07464ec59de69
parent30706a7ee7bcd997e7b6317ed5cdddc23f408dbc
add support for debugging in MACH binaries
fix up libmach_amd64 to handle MACH binaries and symbols
db now works on mac and linux

SVN=122807
src/cmd/6l/asm.c
src/cmd/6l/l.h
src/cmd/6l/obj.c
src/libmach_amd64/Makefile
src/libmach_amd64/executable.c
src/libmach_amd64/macho.h [new file with mode: 0644]
src/libmach_amd64/sym.c