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

Issue 450002: Allow registering memory regions to be included in dumps (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by Ted Mielczarek
Modified:
11 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

This patch got backed out, so re-submitting it for review. I cleaned up a few
formatting problems (apparently some tabs snuck in) as well as the accidental
file mode changes. This patch was originally reviewed at
https://bugzilla.mozilla.org/show_bug.cgi?id=662646 .

Patch Set 1 #

Total comments: 11

Patch Set 2 : Updated per review #

Total comments: 2

Patch Set 3 : Updated per review #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/linux/handler/exception_handler.cc View 1 2 2 chunks +26 lines, -2 lines 0 comments Download
M src/client/linux/handler/exception_handler.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M src/client/linux/handler/exception_handler_unittest.cc View 1 1 chunk +80 lines, -1 line 0 comments Download
M src/client/linux/minidump_writer/minidump_writer.cc View 1 5 chunks +48 lines, -10 lines 0 comments Download
M src/client/linux/minidump_writer/minidump_writer.h View 1 1 chunk +23 lines, -3 lines 0 comments Download
M src/client/linux/minidump_writer/minidump_writer_unittest.cc View 1 4 chunks +77 lines, -2 lines 0 comments Download
M src/client/windows/handler/exception_handler.cc View 1 2 6 chunks +53 lines, -18 lines 0 comments Download
M src/client/windows/handler/exception_handler.h View 1 3 chunks +26 lines, -0 lines 0 comments Download
M src/client/windows/unittests/exception_handler_test.cc View 1 1 chunk +99 lines, -0 lines 0 comments Download
M src/tools/linux/core2md/core2md.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 10
Ted Mielczarek
11 years, 8 months ago #1
Mark Mentovai
http://breakpad.appspot.com/450002/diff/1/src/client/linux/handler/exception_handler.cc File src/client/linux/handler/exception_handler.cc (right): http://breakpad.appspot.com/450002/diff/1/src/client/linux/handler/exception_handler.cc#newcode567 src/client/linux/handler/exception_handler.cc:567: void ExceptionHandler::RegisterAppMemory(void *ptr, size_t length) { Breakpad tends to ...
11 years, 8 months ago #2
Ted Mielczarek
11 years, 8 months ago #3
Mark Mentovai
http://breakpad.appspot.com/450002/diff/6002/src/client/linux/minidump_writer/minidump_writer.h File src/client/linux/minidump_writer/minidump_writer.h (right): http://breakpad.appspot.com/450002/diff/6002/src/client/linux/minidump_writer/minidump_writer.h#newcode61 src/client/linux/minidump_writer/minidump_writer.h:61: return ptr == other.ptr; What’s the logic supposed to ...
11 years, 8 months ago #4
Ted Mielczarek
http://breakpad.appspot.com/450002/diff/6002/src/client/linux/minidump_writer/minidump_writer.h File src/client/linux/minidump_writer/minidump_writer.h (right): http://breakpad.appspot.com/450002/diff/6002/src/client/linux/minidump_writer/minidump_writer.h#newcode61 src/client/linux/minidump_writer/minidump_writer.h:61: return ptr == other.ptr; On 2012/09/12 18:58:55, Mark Mentovai ...
11 years, 8 months ago #5
Mark Mentovai
Will you make that change?
11 years, 8 months ago #6
Ted Mielczarek
On 2012/09/12 19:09:35, Mark Mentovai wrote: > Will you make that change? I can do ...
11 years, 8 months ago #7
Ted Mielczarek
11 years, 7 months ago #8
Ted Mielczarek
Updated to disallow registering the same pointer twice.
11 years, 7 months ago #9
Mark Mentovai
11 years, 7 months ago #10
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted