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

Issue 56002: Linux ARM handler / writer support (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by Ted Mielczarek
Modified:
14 years, 2 months ago
Reviewers:
mochalatte
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This is a rough patch that adds support for ARM in the Linux exception handler /
minidump writer. It's got some TODOs in it, so it's not quite ready yet, but I
was able to generate a minidump on an N900 with this.

(This applies on top of Neal's patch from http://codereview.chromium.org/543125
)

Closed in favor of issue 61001.

Patch Set 1 #

Patch Set 2 : Updated patch #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
src/client/linux/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
src/client/linux/handler/exception_handler.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
src/client/linux/minidump_writer/minidump_writer.cc View 1 4 chunks +58 lines, -0 lines 0 comments Download

Messages

Total messages: 3
Ted Mielczarek
14 years, 3 months ago #1
Ted Mielczarek
Updated patch
14 years, 3 months ago #2
Ted Mielczarek
14 years, 3 months ago #3
Neal, I think this is reviewable now. There's still some ugliness in there
around the floating point registers, but I'm not sure how to fix that. I'm ok
with punting on it, since we don't need it to get stack traces.

The other odd bit here is the Makefile change. We can't build those sender
tests/binaries because of the dependency on the checked-in binaries. I don't
have a good idea here, we either have to not build those by default or replace
the checked in binaries with svn:externals and compile those libraries from the
makefile.
Sign in to reply to this message.

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