[simulator] Fix simulator output
This change fixes the usage message of arm, mips, mips64, ppc and s390 simulators. Change-Id: Ib00d3049cb1c81c2653ee8b66d21eabde8f16f76 Reviewed-on: https://chromium-review.googlesource.com/1059623 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#53414}
This commit is contained in:
parent
df2419039c
commit
dcc76e7e45
1
AUTHORS
1
AUTHORS
@ -147,6 +147,7 @@ Taketoshi Aono <brn@b6n.ch>
|
||||
Teddy Katz <teddy.katz@gmail.com>
|
||||
Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
||||
Tobias Burnus <burnus@net-b.de>
|
||||
Tobias Nießen <tniessen@tnie.de>
|
||||
Victor Costan <costan@gmail.com>
|
||||
Vlad Burlik <vladbph@gmail.com>
|
||||
Vladimir Krivosheev <develar@gmail.com>
|
||||
|
@ -514,7 +514,7 @@ void ArmDebugger::Debug() {
|
||||
PrintF(" Stops are debug instructions inserted by\n");
|
||||
PrintF(" the Assembler::stop() function.\n");
|
||||
PrintF(" When hitting a stop, the Simulator will\n");
|
||||
PrintF(" stop and and give control to the ArmDebugger.\n");
|
||||
PrintF(" stop and give control to the ArmDebugger.\n");
|
||||
PrintF(" The first %d stop codes are watched:\n",
|
||||
Simulator::kNumOfWatchedStops);
|
||||
PrintF(" - They can be enabled / disabled: the Simulator\n");
|
||||
|
@ -751,7 +751,7 @@ void MipsDebugger::Debug() {
|
||||
PrintF(" Stops are debug instructions inserted by\n");
|
||||
PrintF(" the Assembler::stop() function.\n");
|
||||
PrintF(" When hitting a stop, the Simulator will\n");
|
||||
PrintF(" stop and and give control to the Debugger.\n");
|
||||
PrintF(" stop and give control to the Debugger.\n");
|
||||
PrintF(" All stop codes are watched:\n");
|
||||
PrintF(" - They can be enabled / disabled: the Simulator\n");
|
||||
PrintF(" will / won't stop when hitting them.\n");
|
||||
|
@ -683,7 +683,7 @@ void MipsDebugger::Debug() {
|
||||
PrintF(" Stops are debug instructions inserted by\n");
|
||||
PrintF(" the Assembler::stop() function.\n");
|
||||
PrintF(" When hitting a stop, the Simulator will\n");
|
||||
PrintF(" stop and and give control to the Debugger.\n");
|
||||
PrintF(" stop and give control to the Debugger.\n");
|
||||
PrintF(" All stop codes are watched:\n");
|
||||
PrintF(" - They can be enabled / disabled: the Simulator\n");
|
||||
PrintF(" will / won't stop when hitting them.\n");
|
||||
|
@ -604,7 +604,7 @@ void PPCDebugger::Debug() {
|
||||
PrintF(" Stops are debug instructions inserted by\n");
|
||||
PrintF(" the Assembler::stop() function.\n");
|
||||
PrintF(" When hitting a stop, the Simulator will\n");
|
||||
PrintF(" stop and and give control to the PPCDebugger.\n");
|
||||
PrintF(" stop and give control to the PPCDebugger.\n");
|
||||
PrintF(" The first %d stop codes are watched:\n",
|
||||
Simulator::kNumOfWatchedStops);
|
||||
PrintF(" - They can be enabled / disabled: the Simulator\n");
|
||||
|
@ -605,7 +605,7 @@ void S390Debugger::Debug() {
|
||||
PrintF(" Stops are debug instructions inserted by\n");
|
||||
PrintF(" the Assembler::stop() function.\n");
|
||||
PrintF(" When hitting a stop, the Simulator will\n");
|
||||
PrintF(" stop and and give control to the S390Debugger.\n");
|
||||
PrintF(" stop and give control to the S390Debugger.\n");
|
||||
PrintF(" The first %d stop codes are watched:\n",
|
||||
Simulator::kNumOfWatchedStops);
|
||||
PrintF(" - They can be enabled / disabled: the Simulator\n");
|
||||
|
Loading…
Reference in New Issue
Block a user