|
libgo: Implement and use runtime.Caller, runtime.Func.FileLine.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+861 lines, -68 lines) |
Patch |
 |
M |
libgo/Makefile.am
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
libgo/Makefile.in
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
libgo/go/debug/dwarf/const.go
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/debug/dwarf/entry.go
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
libgo/go/debug/dwarf/line.go
|
View
|
|
1 chunk |
+416 lines, -0 lines |
0 comments
|
Download
|
 |
A |
libgo/go/debug/dwarf/line_test.go
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/debug/dwarf/unit.go
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/debug/elf/elf_test.go
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
libgo/go/debug/elf/file.go
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
libgo/go/debug/elf/file_test.go
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
libgo/go/debug/elf/runtime.go
|
View
|
1
|
1 chunk |
+161 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/debug/macho/file.go
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
libgo/go/debug/macho/file_test.go
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
libgo/go/encoding/binary/binary_test.go
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
libgo/go/encoding/binary/export_test.go
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/encoding/binary/varint_test.go
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
libgo/go/log/log.go
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/log/log_test.go
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
libgo/go/net/http/pprof/pprof.go
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/net/ip_test.go
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/runtime/debug/stack.go
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/runtime/extern.go
|
View
|
1
|
2 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
libgo/go/runtime/pprof/pprof.go
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/go/testing/testing.go
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/runtime/go-caller.c
|
View
|
|
2 chunks |
+110 lines, -15 lines |
0 comments
|
Download
|
 |
M |
libgo/runtime/go-callers.c
|
View
|
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
libgo/runtime/mprof.goc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
libgo/runtime/runtime.h
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libgo/runtime/runtime.c
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
Total messages: 2
|