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

Issue 75230043: code review 75230043: debug/macho: handle missing __debug_str section (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by khr
Modified:
11 years, 3 months ago
Reviewers:
rsc
CC:
golang-codereviews, iant, rsc
Visibility:
Public.

Description

debug/macho: handle missing __debug_str section debug/elf does the same thing, use []byte{} for any missing sections. Fixes issue 7510

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 67ba17a89376 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 6 : diff -r 67ba17a89376 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 7 : diff -r 67ba17a89376 https://khr%40golang.org@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M src/pkg/debug/macho/file.go View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 7
khr
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 3 months ago (2014-03-13 15:35:28 UTC) #1
iant
My reading of the code in debug/elf.File.DWARF is that any of the section is permitted ...
11 years, 3 months ago (2014-03-13 16:12:56 UTC) #2
khr
On 2014/03/13 16:12:56, iant wrote: > My reading of the code in debug/elf.File.DWARF is that ...
11 years, 3 months ago (2014-03-13 16:24:12 UTC) #3
khr
On 2014/03/13 16:24:12, khr wrote: > On 2014/03/13 16:12:56, iant wrote: > > My reading ...
11 years, 3 months ago (2014-03-13 16:33:47 UTC) #4
khr
On 2014/03/13 16:33:47, khr wrote: > On 2014/03/13 16:24:12, khr wrote: > > On 2014/03/13 ...
11 years, 3 months ago (2014-03-13 16:35:34 UTC) #5
rsc
LGTM No idea. If this works better, great. :-)
11 years, 3 months ago (2014-03-13 17:20:42 UTC) #6
khr
11 years, 3 months ago (2014-03-13 21:04:31 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=08dcdcdb757b ***

debug/macho: handle missing __debug_str section

debug/elf does the same thing, use []byte{} for
any missing sections.

Fixes issue 7510

LGTM=rsc
R=golang-codereviews, iant
CC=golang-codereviews, rsc
https://codereview.appspot.com/75230043
Sign in to reply to this message.

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