Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(427)

Issue 3309041: code review 3309041: [68]l: generate debug info for builtin structured types... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by lvd
Modified:
14 years, 3 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

[68]l: generate debug info for builtin structured types. prettyprinting in gdb.

Patch Set 1 #

Patch Set 2 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Patch Set 3 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Patch Set 4 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Patch Set 5 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Patch Set 6 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Patch Set 7 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Total comments: 32

Patch Set 8 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Patch Set 9 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Total comments: 4

Patch Set 10 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Patch Set 11 : code review 3309041: [68]l: generate debug info for builtin structured types... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+697 lines, -106 lines) Patch
M src/cmd/ld/dwarf.c View 1 2 3 4 5 6 7 8 9 10 43 chunks +523 lines, -106 lines 0 comments Download
A src/pkg/runtime/runtime-gdb.py View 1 2 3 4 5 6 7 8 9 1 chunk +174 lines, -0 lines 0 comments Download

Messages

Total messages: 7
lvd
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2010-12-01 01:07:39 UTC) #1
lvd
sample session: 6g ~/g3/test/chan/fifo.go 6l fifo.6 gdb 6.out --------------------------- (gdb) b 16 Breakpoint 1 at ...
14 years, 3 months ago (2010-12-01 21:52:16 UTC) #2
rsc1
This is very cool. http://codereview.appspot.com/3309041/diff/19001/src/cmd/ld/dwarf.c File src/cmd/ld/dwarf.c (right): http://codereview.appspot.com/3309041/diff/19001/src/cmd/ld/dwarf.c#newcode902 src/cmd/ld/dwarf.c:902: decodetype_funcintype(Sym *s, int i) { ...
14 years, 3 months ago (2010-12-02 16:50:15 UTC) #3
lvd
http://codereview.appspot.com/3309041/diff/19001/src/cmd/ld/dwarf.c File src/cmd/ld/dwarf.c (right): http://codereview.appspot.com/3309041/diff/19001/src/cmd/ld/dwarf.c#newcode902 src/cmd/ld/dwarf.c:902: decodetype_funcintype(Sym *s, int i) { On 2010/12/02 16:50:15, rsc1 ...
14 years, 3 months ago (2010-12-02 20:46:55 UTC) #4
rsc1
LGTM http://codereview.appspot.com/3309041/diff/30001/src/cmd/ld/dwarf.c File src/cmd/ld/dwarf.c (right): http://codereview.appspot.com/3309041/diff/30001/src/cmd/ld/dwarf.c#newcode1418 src/cmd/ld/dwarf.c:1418: if (strncmp(s, "go.string.", 10) == 0) return; multiple ...
14 years, 3 months ago (2010-12-03 17:52:35 UTC) #5
lvd
all done and submitting
14 years, 3 months ago (2010-12-03 18:11:43 UTC) #6
lvd
14 years, 3 months ago (2010-12-03 18:19:41 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=a7674316208b ***

[68]l: generate debug info for builtin structured types.  prettyprinting in gdb.

R=rsc
CC=golang-dev
http://codereview.appspot.com/3309041
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b