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

Issue 789903002: Complete and clean up breakpoint support in all 3 debuggers embedded in MIPS, (Closed)

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

Description

Complete and clean up breakpoint support in all 3 debuggers embedded in MIPS, ARM, and ARM64 simulators. Implement the same debugging commands in all 3 simulators: stop_sim_at flag, bt, p icount, break, del, unstop, etc... R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=42216

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+374 lines, -170 lines) Patch
M runtime/vm/assembler_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/assembler_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/constants_arm.h View 2 chunks +15 lines, -10 lines 0 comments Download
M runtime/vm/constants_arm64.h View 2 chunks +20 lines, -9 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 chunk +20 lines, -7 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 25 chunks +36 lines, -64 lines 0 comments Download
M runtime/vm/simulator_arm64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 26 chunks +253 lines, -52 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 11 chunks +20 lines, -26 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
regis
6 years ago (2014-12-09 18:27:01 UTC) #2
zra
lgtm with suggestion. Thanks for doing this =) https://codereview.chromium.org/789903002/diff/1/runtime/vm/simulator_arm.cc File runtime/vm/simulator_arm.cc (right): https://codereview.chromium.org/789903002/diff/1/runtime/vm/simulator_arm.cc#newcode550 runtime/vm/simulator_arm.cc:550: Disassembler::Disassemble(start, ...
6 years ago (2014-12-09 18:50:41 UTC) #3
regis
PTAL Thanks! https://codereview.chromium.org/789903002/diff/1/runtime/vm/simulator_arm.cc File runtime/vm/simulator_arm.cc (right): https://codereview.chromium.org/789903002/diff/1/runtime/vm/simulator_arm.cc#newcode550 runtime/vm/simulator_arm.cc:550: Disassembler::Disassemble(start, end); On 2014/12/09 18:50:41, zra wrote: ...
6 years ago (2014-12-09 19:23:25 UTC) #4
zra
lgtm
6 years ago (2014-12-09 19:26:06 UTC) #5
regis
6 years ago (2014-12-09 19:26:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r42216.

Powered by Google App Engine
This is Rietveld 408576698