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

Issue 780173002: Improve debugger in MIPS simulator. (Closed)

Created:
6 years ago by regis
Modified:
6 years ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve debugger in MIPS simulator. Validate integer flag values and allow hex flag values. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=42139

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -32 lines) Patch
M runtime/vm/flags.cc View 1 chunk +9 lines, -2 lines 0 comments Download
M runtime/vm/simulator_mips.h View 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 9 chunks +129 lines, -25 lines 1 comment Download

Messages

Total messages: 5 (1 generated)
regis
I needed this to figure out the gc bug on MIPS. Similarly improving both ARM ...
6 years ago (2014-12-05 00:42:28 UTC) #2
zra
lgtm https://codereview.chromium.org/780173002/diff/1/runtime/vm/simulator_mips.cc File runtime/vm/simulator_mips.cc (right): https://codereview.chromium.org/780173002/diff/1/runtime/vm/simulator_mips.cc#newcode2307 runtime/vm/simulator_mips.cc:2307: } else if (reinterpret_cast<int>(instr) == FLAG_stop_sim_at) { Is ...
6 years ago (2014-12-05 17:41:03 UTC) #3
regis
On 2014/12/05 17:41:03, zra wrote: > lgtm > > https://codereview.chromium.org/780173002/diff/1/runtime/vm/simulator_mips.cc > File runtime/vm/simulator_mips.cc (right): > ...
6 years ago (2014-12-05 18:36:33 UTC) #4
regis
6 years ago (2014-12-05 18:37:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r42139 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698