1
0
mirror of https://github.com/golang/go synced 2024-11-19 13:04:45 -07:00
go/src/runtime
Russ Cox 67addd4e11 symbol table changes
* add gotype string to symbol table
	* fill in gotype in 6l for known funcs/vars
	* print gotype with nm -t

	* load symbol and pc/ln tables into memory at magic address 0x99<<32.
	* add sys.symdat() to retrieve raw bytes of symbol table
	  and pc/ln table.

most of this should be considered experimental
and subject to change.

R=r
DELTA=157  (128 added, 0 deleted, 29 changed)
OCL=19746
CL=19750
2008-11-20 17:32:18 -08:00
..
amd64_darwin.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
amd64_linux.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
array.c change array slice error to include bounds 2008-11-19 09:35:36 -08:00
chan.c bug in select default 2008-11-06 17:50:28 -08:00
hashmap.c switch 2008-11-14 16:24:27 -08:00
hashmap.h mike's map code 2008-11-13 10:35:44 -08:00
iface.c allow any type at all in sys.unreflect; 2008-11-05 16:09:12 -08:00
Makefile mike's map code 2008-11-13 10:35:44 -08:00
print.c tweak pcs in traceback so they point to calling line instead of line after call. 2008-11-20 17:19:45 -08:00
proc.c go/acid/go 2008-09-26 14:10:26 -07:00
rt0_amd64_darwin.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt0_amd64_linux.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt0_amd64.s delete hack for interface equality now that it supported by the 6g compiler 2008-10-14 16:33:11 -07:00
rt1_amd64_darwin.c cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
rt1_amd64_linux.c cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
rt2_amd64.c tweak pcs in traceback so they point to calling line instead of line after call. 2008-11-20 17:19:45 -08:00
rune.c sys.stringtorune doesn't need a length parameter. 2008-10-07 10:03:34 -07:00
runtime.c symbol table changes 2008-11-20 17:32:18 -08:00
runtime.h First pieces of malloc. 2008-11-17 12:32:35 -08:00
signals.h - catch trace traps 2008-09-12 09:44:41 -07:00
string.c change string([]byte) to pass array, rather than &a[0], 2008-09-22 20:12:15 -07:00
sys_amd64_darwin.s cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
sys_amd64_linux.s cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
sys_file.c add linkage for writefile on darwin 2008-07-15 08:27:50 -07:00
sys_types.h Remove doubled #else 2008-08-03 00:34:05 -07:00