This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r185025 - in /trunk/libgo: Makefile.am Makefile...


Author: ian
Date: Wed Mar  7 01:16:20 2012
New Revision: 185025

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185025
Log:
libgo: Implement and use runtime.Caller, runtime.Func.FileLine.

Added:
    trunk/libgo/go/debug/dwarf/line.go
    trunk/libgo/go/debug/dwarf/line_test.go
    trunk/libgo/go/debug/elf/runtime.go
    trunk/libgo/go/encoding/binary/export_test.go
Modified:
    trunk/libgo/Makefile.am
    trunk/libgo/Makefile.in
    trunk/libgo/go/debug/dwarf/const.go
    trunk/libgo/go/debug/dwarf/entry.go
    trunk/libgo/go/debug/dwarf/unit.go
    trunk/libgo/go/debug/elf/elf_test.go
    trunk/libgo/go/debug/elf/file.go
    trunk/libgo/go/debug/elf/file_test.go
    trunk/libgo/go/debug/macho/file.go
    trunk/libgo/go/debug/macho/file_test.go
    trunk/libgo/go/encoding/binary/binary_test.go
    trunk/libgo/go/encoding/binary/varint_test.go
    trunk/libgo/go/log/log.go
    trunk/libgo/go/log/log_test.go
    trunk/libgo/go/net/http/pprof/pprof.go
    trunk/libgo/go/net/ip_test.go
    trunk/libgo/go/runtime/debug/stack.go
    trunk/libgo/go/runtime/extern.go
    trunk/libgo/go/runtime/pprof/pprof.go
    trunk/libgo/go/testing/testing.go
    trunk/libgo/runtime/go-caller.c
    trunk/libgo/runtime/go-callers.c
    trunk/libgo/runtime/mprof.goc
    trunk/libgo/runtime/runtime.c
    trunk/libgo/runtime/runtime.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]