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

Issue 107313005: [MIPS] Add support for debug stub test (Closed)

Created:
6 years, 12 months ago by petarj
Modified:
6 years, 12 months ago
Reviewers:
Mark Seaborn
CC:
native-client-reviews_googlegroups.com
Base URL:
http://git.chromium.org/native_client/src/native_client.git@master
Visibility:
Public.

Description

[MIPS] Add support for debug stub test Add MIPS specific parts for this debug stub test, including: - definition of MIPS_REG_DEFS, - c code that sets expected register values in untrusted code, - python code that checks for expected values in registers, - other definitions and conditions needed for the test. BUG= run_debug_stub_test for MIPS TEST= run run_debug_stub_test on MIPS-HW Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=12570

Patch Set 1 #

Patch Set 2 : Minor code style update. #

Total comments: 16

Patch Set 3 : Update per review. #

Patch Set 4 : One more change. #

Total comments: 2

Patch Set 5 : Modify SingleSteppingWorks(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -16 lines) Patch
M tests/debug_stub/debug_stub_test.py View 1 2 3 4 12 chunks +92 lines, -13 lines 0 comments Download
M tests/debug_stub/debugger_test.c View 1 2 3 4 chunks +41 lines, -2 lines 0 comments Download
M tests/debug_stub/nacl.scons View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
petarj
PTAL.
6 years, 12 months ago (2013-12-26 16:16:49 UTC) #1
Mark Seaborn
https://chromiumcodereview.appspot.com/107313005/diff/20001/tests/debug_stub/debug_stub_test.py File tests/debug_stub/debug_stub_test.py (right): https://chromiumcodereview.appspot.com/107313005/diff/20001/tests/debug_stub/debug_stub_test.py#newcode332 tests/debug_stub/debug_stub_test.py:332: # We skip zero register because it can not ...
6 years, 12 months ago (2013-12-26 17:01:13 UTC) #2
petarj
Second patch uploaded. https://chromiumcodereview.appspot.com/107313005/diff/20001/tests/debug_stub/debug_stub_test.py File tests/debug_stub/debug_stub_test.py (right): https://chromiumcodereview.appspot.com/107313005/diff/20001/tests/debug_stub/debug_stub_test.py#newcode332 tests/debug_stub/debug_stub_test.py:332: # We skip zero register because ...
6 years, 12 months ago (2013-12-26 18:36:24 UTC) #3
Mark Seaborn
LGTM, thanks https://chromiumcodereview.appspot.com/107313005/diff/320001/tests/debug_stub/debug_stub_test.py File tests/debug_stub/debug_stub_test.py (right): https://chromiumcodereview.appspot.com/107313005/diff/320001/tests/debug_stub/debug_stub_test.py#newcode264 tests/debug_stub/debug_stub_test.py:264: def SingleSteppingWorks(ARCH): Local variables should be lower ...
6 years, 12 months ago (2013-12-26 23:23:42 UTC) #4
petarj
https://chromiumcodereview.appspot.com/107313005/diff/320001/tests/debug_stub/debug_stub_test.py File tests/debug_stub/debug_stub_test.py (right): https://chromiumcodereview.appspot.com/107313005/diff/320001/tests/debug_stub/debug_stub_test.py#newcode264 tests/debug_stub/debug_stub_test.py:264: def SingleSteppingWorks(ARCH): On 2013/12/26 23:23:43, Mark Seaborn wrote: > ...
6 years, 12 months ago (2013-12-27 12:59:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://nativeclient-status.appspot.com/cq/petarj@mips.com/107313005/380001
6 years, 12 months ago (2013-12-27 13:00:02 UTC) #6
commit-bot: I haz the power
6 years, 12 months ago (2013-12-27 20:37:44 UTC) #7
Message was sent while issue was closed.
Change committed as 12570

Powered by Google App Engine
This is Rietveld 408576698