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

Issue 53590043: code review 53590043: gdb: Add partial python3 + go1.2 support to runtime...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by shanemhansen
Modified:
10 years, 2 months ago
Reviewers:
rsc
CC:
golang-codereviews, josharian, rsc
Visibility:
Public.

Description

gdb: Add partial python3 + go1.2 support to runtime-gdb.py Update issue 6963 Fixes pretty printing maps and updates functions for interacting with $len(). goroutine $n bt remains not working. Tested on gdb using python 2 and 3. Fixes issue 7052 Update issue 6963 Fixes issue 6698

Patch Set 1 #

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

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

Total comments: 12

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

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

Total comments: 16

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -62 lines) Patch
M src/pkg/runtime/runtime-gdb.py View 1 2 3 4 5 21 chunks +96 lines, -62 lines 0 comments Download

Messages

Total messages: 16
shanemhansen
Hello golang-codereviews@googlegroups.com (cc: josharian@gmail.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 3 months ago (2014-01-17 04:24:07 UTC) #1
josharian
Cool! Before starting to review, let's make sure that continued gdb support is in the ...
10 years, 3 months ago (2014-01-17 13:58:33 UTC) #2
shanemhansen
I can't review my own code, but I wanted to make some comments on python2/python3 ...
10 years, 3 months ago (2014-01-17 16:32:02 UTC) #3
josharian
Thanks for starting this. Your work looks farther along than mine. I'll abandon my CL ...
10 years, 3 months ago (2014-01-17 16:37:36 UTC) #4
josharian
Also, with regard to the description: - I don't know what the right prefix is ...
10 years, 3 months ago (2014-01-17 16:44:18 UTC) #5
shanemhansen
On 2014/01/17 16:37:36, josharian wrote: > Thanks for starting this. Your work looks farther along ...
10 years, 3 months ago (2014-01-17 16:57:30 UTC) #6
shanemhansen
Hello golang-codereviews@googlegroups.com, josharian@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2014-01-20 04:58:49 UTC) #7
josharian
Thanks for continuing to hack on this, Shane, and for your patience. Sorry for my ...
10 years, 3 months ago (2014-01-21 16:39:59 UTC) #8
shanemhansen
I don't have a clear plan for automated tests yet. I'd welcome some ideas. I'm ...
10 years, 3 months ago (2014-01-21 17:20:34 UTC) #9
shanemhansen
On 2014/01/21 17:20:34, shanemhansen wrote: > I don't have a clear plan for automated tests ...
10 years, 3 months ago (2014-01-21 17:25:33 UTC) #10
shanemhansen
https://codereview.appspot.com/53590043/diff/80001/src/pkg/runtime/runtime-gdb.py File src/pkg/runtime/runtime-gdb.py (right): https://codereview.appspot.com/53590043/diff/80001/src/pkg/runtime/runtime-gdb.py#newcode110 src/pkg/runtime/runtime-gdb.py:110: key = b['keys'][i] Sounds good. This was a pylint ...
10 years, 3 months ago (2014-01-21 17:25:43 UTC) #11
josharian
> I don't have a clear plan for automated tests yet. I'd welcome some ideas. ...
10 years, 3 months ago (2014-01-21 17:44:19 UTC) #12
josharian
Looks like your latest changes haven't been uploaded? https://codereview.appspot.com/53590043/diff/80001/src/pkg/runtime/runtime-gdb.py File src/pkg/runtime/runtime-gdb.py (right): https://codereview.appspot.com/53590043/diff/80001/src/pkg/runtime/runtime-gdb.py#newcode157 src/pkg/runtime/runtime-gdb.py:157: except ...
10 years, 3 months ago (2014-01-22 00:36:11 UTC) #13
shanemhansen
https://codereview.appspot.com/53590043/diff/80001/src/pkg/runtime/runtime-gdb.py File src/pkg/runtime/runtime-gdb.py (right): https://codereview.appspot.com/53590043/diff/80001/src/pkg/runtime/runtime-gdb.py#newcode110 src/pkg/runtime/runtime-gdb.py:110: key = b['keys'][i] On 2014/01/21 17:25:44, shanemhansen wrote: > ...
10 years, 3 months ago (2014-01-24 05:33:59 UTC) #14
rsc
LGTM
10 years, 2 months ago (2014-02-24 15:13:04 UTC) #15
rsc
10 years, 2 months ago (2014-02-24 15:13:32 UTC) #16
*** Submitted as https://code.google.com/p/go/source/detail?r=2e349400827a ***

gdb: Add partial python3 + go1.2 support to runtime-gdb.py

Update issue 6963 Fixes pretty printing maps and updates
functions for interacting with $len(). goroutine $n bt
remains not working. Tested on gdb using python 2 and 3.
Fixes issue 7052
Update issue 6963
Fixes issue 6698

LGTM=rsc
R=golang-codereviews, josharian, rsc
CC=golang-codereviews
https://codereview.appspot.com/53590043

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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