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

Issue 7746045: code review 7746045: runtime: fix gdb printing of maps (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by khr
Modified:
11 years, 11 months ago
Reviewers:
CC:
minux1, bradfitz, khr1, rsc, golang-dev
Visibility:
Public.

Description

runtime: fix gdb printing of maps Fixes issue 5098

Patch Set 1 #

Patch Set 2 : diff -r e7da6cc076b2 https://code.google.com/p/go/ #

Patch Set 3 : diff -r e7da6cc076b2 https://code.google.com/p/go/ #

Patch Set 4 : diff -r ede73f029e7a https://code.google.com/p/go/ #

Patch Set 5 : diff -r ede73f029e7a https://code.google.com/p/go/ #

Patch Set 6 : diff -r ede73f029e7a https://code.google.com/p/go/ #

Patch Set 7 : diff -r a3717460e37c https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -25 lines) Patch
M src/cmd/ld/dwarf.c View 1 2 3 4 5 3 chunks +68 lines, -4 lines 0 comments Download
M src/pkg/runtime/hashmap.c View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/runtime-gdb.py View 1 2 3 4 5 1 chunk +29 lines, -20 lines 0 comments Download

Messages

Total messages: 9
khr
Hello minux.ma@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 11 months ago (2013-03-22 16:11:50 UTC) #1
bradfitz
Is the hashmap.c change unrelated? On Fri, Mar 22, 2013 at 9:11 AM, <khr@golang.org> wrote: ...
11 years, 11 months ago (2013-03-22 16:14:08 UTC) #2
khr1
It's not unrelated... It's kind of a bug but had no practical impact before this ...
11 years, 11 months ago (2013-03-22 16:16:32 UTC) #3
rsc
LGTM Thanks.
11 years, 11 months ago (2013-03-22 16:54:38 UTC) #4
minux1
I got this when i tried out this CL with gdb 7.3 on Darwin/amd64: (gdb) ...
11 years, 11 months ago (2013-03-22 19:16:02 UTC) #5
khr1
Sorry, looks like I cleaned up one too many lines of testing code. Try now. ...
11 years, 11 months ago (2013-03-22 20:24:48 UTC) #6
khr1
minux, have you had a chance to look at this yet? On Fri, Mar 22, ...
11 years, 11 months ago (2013-03-26 23:35:01 UTC) #7
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=e5ff184d8a45 *** runtime: fix gdb printing of maps Fixes issue 5098 R=minux.ma, ...
11 years, 11 months ago (2013-03-29 18:04:10 UTC) #8
minux1
11 years, 11 months ago (2013-03-30 10:35:09 UTC) #9
LGTM. Thank you!
Sign in to reply to this message.

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