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

Issue 543125: Port linux_syscall_support and linux_dumper to support Linux ARM. Unit tests... (Closed)

Created:
10 years, 11 months ago by nealsid
Modified:
7 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Port linux_syscall_support and linux_dumper to support Linux ARM. Unit tests pass on ARM.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 57

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -73 lines) Patch
M src/client/linux/Makefile View 2 3 3 chunks +12 lines, -2 lines 1 comment Download
M src/client/linux/handler/exception_handler.h View 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/client/linux/handler/exception_handler.cc View 2 3 chunks +5 lines, -1 line 0 comments Download
M src/client/linux/minidump_writer/linux_dumper.h View 1 2 3 3 chunks +7 lines, -4 lines 1 comment Download
M src/client/linux/minidump_writer/linux_dumper.cc View 1 2 3 6 chunks +21 lines, -29 lines 2 comments Download
M src/client/linux/minidump_writer/linux_dumper_unittest.cc View 1 2 3 4 chunks +66 lines, -15 lines 2 comments Download
A src/client/linux/minidump_writer/linux_dumper_unittest_helper.c View 2 3 1 chunk +60 lines, -0 lines 0 comments Download
M src/common/linux/linux_syscall_support.h View 1 2 3 4 19 chunks +169 lines, -22 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
nealsid
10 years, 11 months ago (2010-01-21 16:23:26 UTC) #1
hannahtang.work
http://codereview.chromium.org/543125/diff/3003/3010 File src/client/linux/Makefile (right): http://codereview.chromium.org/543125/diff/3003/3010#newcode60 src/client/linux/Makefile:60: rm -f $(UNITTEST_BIN) $(BREAKPAD_LIBRARY) $(LIB_CC_OBJ) $(LIB_C_OBJ) $(TEST_CC_OBJ) $(DUMPER_HELPER_TEST_BIN) core ...
10 years, 11 months ago (2010-01-21 22:48:03 UTC) #2
awong
Looks pretty solid from my limited understanding of breakpad... Most of my comments are style ...
10 years, 11 months ago (2010-01-22 20:45:38 UTC) #3
Ted Mielczarek
All the other nits have been picked, I think, LGTM aside from my few comments ...
10 years, 10 months ago (2010-01-29 20:43:53 UTC) #4
awong
What is the difference between ARMEL and ARM_EABI anyways? Does ARMEL stand for ARM-Endian-Little? Just ...
10 years, 10 months ago (2010-01-29 21:12:24 UTC) #5
Ted Mielczarek
AIUI, yes. EABI is the "new" ABI, see for example http://wiki.debian.org/ArmEabiPort. -Ted On Fri, Jan ...
10 years, 10 months ago (2010-01-29 21:18:51 UTC) #6
nealsid
I've run tests on x86 but don't have access to my ARM board until tomorrow. ...
10 years, 10 months ago (2010-02-05 01:26:03 UTC) #7
Ted Mielczarek
http://codereview.chromium.org/543125/diff/10009/9004 File src/client/linux/minidump_writer/linux_dumper.h (left): http://codereview.chromium.org/543125/diff/10009/9004#oldcode69 src/client/linux/minidump_writer/linux_dumper.h:69: Somewhere along the way this got broken, this line ...
10 years, 10 months ago (2010-02-05 16:54:41 UTC) #8
Ted Mielczarek
http://codereview.chromium.org/543125/diff/10009/9005 File src/client/linux/minidump_writer/linux_dumper_unittest.cc (right): http://codereview.chromium.org/543125/diff/10009/9005#newcode104 src/client/linux/minidump_writer/linux_dumper_unittest.cc:104: void* process_tid_location = (void *)(one_thread.regs.ebp - 8); This should ...
10 years, 10 months ago (2010-02-05 17:04:07 UTC) #9
awong
LGTM from my perspective with a few nits. Assuming Ted's comments are addressed, I'd say ...
10 years, 10 months ago (2010-02-08 20:52:55 UTC) #10
hannahtang.work
LGTM http://codereview.chromium.org/543125/diff/3003/3010 File src/client/linux/Makefile (right): http://codereview.chromium.org/543125/diff/3003/3010#newcode60 src/client/linux/Makefile:60: rm -f $(UNITTEST_BIN) $(BREAKPAD_LIBRARY) $(LIB_CC_OBJ) $(LIB_C_OBJ) $(TEST_CC_OBJ) $(DUMPER_HELPER_TEST_BIN) ...
10 years, 10 months ago (2010-02-08 23:01:39 UTC) #11
awong
10 years, 9 months ago (2010-03-19 23:05:36 UTC) #12
ping...noticed this is still open.  Neal, did this get landed?  Can we close?

On 2010/02/08 23:01:39, hannahtang.work wrote:
> LGTM
> 
> http://codereview.chromium.org/543125/diff/3003/3010
> File src/client/linux/Makefile (right):
> 
> http://codereview.chromium.org/543125/diff/3003/3010#newcode60
> src/client/linux/Makefile:60: rm -f $(UNITTEST_BIN) $(BREAKPAD_LIBRARY)
> $(LIB_CC_OBJ) $(LIB_C_OBJ) $(TEST_CC_OBJ) $(DUMPER_HELPER_TEST_BIN) core
> On 2010/02/05 01:26:04, nealsid wrote:
> > On 2010/01/21 22:48:04, hannahtang.work wrote:
> > > Please use spaces instead of tabs.
> > 
> > makefiles require tabs
> 
> Thanks for the reminder, it's been a while since I've worked with Makefiles. 
:)

Powered by Google App Engine
This is Rietveld 408576698