Since proc is supposed to work independently from the target architecture it shouldn't use architecture-dependent types, like uintptr. For example when reading a 64bit core file on a 32bit architecture, uintptr will be 32bit but the addresses proc needs to represent will be 64bit. |
||
|---|---|---|
| .. | ||
| debugger_darwin.go | ||
| debugger_freebsd.go | ||
| debugger_linux.go | ||
| debugger_test.go | ||
| debugger_unix_test.go | ||
| debugger_unix.go | ||
| debugger_windows.go | ||
| debugger.go | ||