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

Issue 89060043: code review 89060043: ogle: use the DWARF PC/line table instead of the gosym one (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by r
Modified:
10 years ago
Reviewers:
nigeltao
CC:
nigeltao
Visibility:
Public.

Description

ogle: use the DWARF PC/line table instead of the gosym one New code in debug/dwarf/line.go to interpret the .debug_line section.

Patch Set 1 #

Total comments: 22

Patch Set 2 : diff -r 3ade69b38442 https://code.google.com/p/ogle #

Patch Set 3 : diff -r 3ade69b38442 https://code.google.com/p/ogle #

Patch Set 4 : diff -r 26b078264221 https://code.google.com/p/ogle #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -11 lines) Patch
A debug/dwarf/line.go View 1 chunk +421 lines, -0 lines 0 comments Download
M debug/elf/file.go View 2 chunks +4 lines, -3 lines 0 comments Download
M program/server/server.go View 3 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 6
r
Hello nigeltao, I'd like you to review this change to https://code.google.com/p/ogle
10 years ago (2014-04-17 20:56:37 UTC) #1
nigeltao
https://codereview.appspot.com/89060043/diff/1/debug/dwarf/line.go File debug/dwarf/line.go (right): https://codereview.appspot.com/89060043/diff/1/debug/dwarf/line.go#newcode5 debug/dwarf/line.go:5: // Mapping from PC to lines. I like to ...
10 years ago (2014-04-17 21:40:22 UTC) #2
r
https://codereview.appspot.com/89060043/diff/1/debug/dwarf/line.go File debug/dwarf/line.go (right): https://codereview.appspot.com/89060043/diff/1/debug/dwarf/line.go#newcode5 debug/dwarf/line.go:5: // Mapping from PC to lines. On 2014/04/17 21:40:22, ...
10 years ago (2014-04-17 22:49:36 UTC) #3
r
Hello nigeltao@golang.org, Please take another look.
10 years ago (2014-04-17 22:49:40 UTC) #4
nigeltao
LGTM.
10 years ago (2014-04-18 02:14:06 UTC) #5
r
10 years ago (2014-04-18 17:38:42 UTC) #6
*** Submitted as https://code.google.com/p/ogle/source/detail?r=2747377222b1 ***

ogle: use the DWARF PC/line table instead of the gosym one
New code in debug/dwarf/line.go to interpret the .debug_line section.

LGTM=nigeltao
R=nigeltao
https://codereview.appspot.com/89060043
Sign in to reply to this message.

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