Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Issue 113943: Linux Breakpad tweaking to get symbols working.... (Closed)

Created:
11 years, 7 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux Breakpad tweaking to get symbols working. Do endian swapping for the identifier in dump_syms. Fill in the pdb_file_name (debug_file) field for modules. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17081

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -15 lines) Patch
M breakpad/linux/file_id.cc View 1 2 chunks +14 lines, -2 lines 0 comments Download
M breakpad/linux/minidump_writer.cc View 1 2 chunks +31 lines, -13 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lei Zhang
Wee! http://codereview.chromium.org/113943/diff/1/3 File breakpad/linux/minidump_writer.cc (left): http://codereview.chromium.org/113943/diff/1/3#oldcode515 Line 515: UntypedMDRVA memory(&minidump_writer_); Unused. http://codereview.chromium.org/113943/diff/1/3#oldcode518 Line 518: TypedMDRVA<MDCVInfoPDB70> ...
11 years, 7 months ago (2009-05-28 08:34:30 UTC) #1
agl
LGTM http://codereview.chromium.org/113943/diff/1/3 File breakpad/linux/minidump_writer.cc (right): http://codereview.chromium.org/113943/diff/1/3#newcode518 Line 518: char* filename_ptr = const_cast<char*>(mapping.name) + filepath_len - ...
11 years, 7 months ago (2009-05-28 16:51:51 UTC) #2
Lei Zhang
11 years, 7 months ago (2009-05-28 17:57:30 UTC) #3
http://codereview.chromium.org/113943/diff/1/3
File breakpad/linux/minidump_writer.cc (right):

http://codereview.chromium.org/113943/diff/1/3#newcode518
Line 518: char* filename_ptr = const_cast<char*>(mapping.name) + filepath_len -
1;
On 2009/05/28 16:51:51, agl wrote:
> Rather than const_casting to a char*, I think you can just make that a const
> char*.

Done,

Powered by Google App Engine
This is Rietveld 408576698