summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/debugger
diff options
context:
space:
mode:
author Tom Cariello <Tomcariello@users.noreply.github.com>2023-09-28 10:41:31 -0400
committer GitHub <noreply@github.com>2023-09-29 00:41:31 +1000
commit30d92e397d15c32e79c9d508c43d9f2512f414fb (patch)
tree112e18522016e2fb1ef34b9d5a709d14951370e2 /docs/source/debugger
parent7b15eb6ef8efccb6191d5d995b2ba68bca5f4e26 (diff)
docs: Fixed many editing errors and spelling errors. (#11575)
Also fixed outdated link to contributing guidelines.
Diffstat (limited to 'docs/source/debugger')
-rw-r--r--docs/source/debugger/execution.rst6
-rw-r--r--docs/source/debugger/index.rst10
-rw-r--r--docs/source/debugger/registerpoints.rst2
3 files changed, 9 insertions, 9 deletions
diff --git a/docs/source/debugger/execution.rst b/docs/source/debugger/execution.rst
index c6547c37ba2..b4de833b43f 100644
--- a/docs/source/debugger/execution.rst
+++ b/docs/source/debugger/execution.rst
@@ -186,7 +186,7 @@ or skip instruction is taken, following any delay slots.
The optional **<condition>** parameter lets you specify an expression
that will be evaluated each time a conditional branch is encountered.
If the result of the expression is true (non-zero), execution will be
-haltedafter the branch if it is taken; otherwise, execution will
+halted after the branch if it is taken; otherwise, execution will
continue with no notification.
Examples:
@@ -269,7 +269,7 @@ gni
Resumes execution. Control will not be returned to the debugger until a
breakpoint or watchpoint is triggered. A temporary unconditional breakpoint
-is set at the prorgam address **<count>** instructions sequentially past the
+is set at the program address **<count>** instructions sequentially past the
current one. When this breakpoint is hit, it is automatically removed.
The **<count>** parameter is optional and defaults to 1 if omitted. If
@@ -440,7 +440,7 @@ trace
Starts or stops tracing for execution of the specified **<CPU>**, or the
currently visible CPU if no CPU is specified. To enable tracing,
specify the trace log file name in the **<filename>** parameter. To
-disable tracing, use the keyword ``off`` for for the **<filename>**
+disable tracing, use the keyword ``off`` for the **<filename>**
parameter. If the **<filename>** argument begins with two right angle
brackets (**>>**), it is treated as a directive to open the file for
appending rather than overwriting.
diff --git a/docs/source/debugger/index.rst b/docs/source/debugger/index.rst
index dc87a7a2ca3..2947d0253ac 100644
--- a/docs/source/debugger/index.rst
+++ b/docs/source/debugger/index.rst
@@ -18,7 +18,7 @@ ROM hacking, or just investigating how software works.
Use the ``-debug`` command line option to start MAME with the debugger
activated. By default, pressing the backtick/tilde (**~**) during
-emulation breaks into the debugger (this can by changed by reassigning
+emulation breaks into the debugger (this can be changed by reassigning
the **Break in Debugger** input).
The exact appearance of the debugger depends on your operating system
@@ -239,7 +239,7 @@ Examples:
* ``0x123`` is 123 hexadecimal (291 decimal)
* ``#123`` is 123 decimal
* ``0o123`` is 123 octal (83 decimal)
-* ``0b1001`` is is 1001 binary (9 decimal)
+* ``0b1001`` is 1001 binary (9 decimal)
* ``0b123`` is invalid
@@ -360,7 +360,7 @@ Adding access types gives additional possibilities:
suppressing side effects
``id@400``
Refers to the double word at 400 in the I/O space of the current CPU
- CPU while suppressing side effects
+ while suppressing side effects
``ppd!<addr>``
Refers to the double word at physical address **<addr>** in the
program space of the current CPU while not suppressing side effects
@@ -418,8 +418,8 @@ abs(<x>)
absolute value.
bit(<x>, <n>[, <w>])
Extracts and right-aligns a bit field **<w>** bits wide from **<x>**
- with least significant bit position position **<n>**, counting from
- the least significant bit. If **<w>** is omitted, a single bit is
+ with least significant bit position **<n>**, counting from the
+ least significant bit. If **<w>** is omitted, a single bit is
extracted.
s8(<x>)
Sign-extends the argument from 8 bits to 64 bits (overwrites bits 8
diff --git a/docs/source/debugger/registerpoints.rst b/docs/source/debugger/registerpoints.rst
index aea14edd1ac..ebd531f219d 100644
--- a/docs/source/debugger/registerpoints.rst
+++ b/docs/source/debugger/registerpoints.rst
@@ -131,7 +131,7 @@ rplist
**rplist [<CPU>]**
List current registerpoints, along with their indices and conditions,
-and any associated actions actions. If no **<CPU>** is specified,
+and any associated actions. If no **<CPU>** is specified,
registerpoints for all CPUs in the system will be listed; if a **<CPU>**
is specified, only registerpoints for that CPU will be listed. The
**<CPU>** can be specified by tag or by debugger CPU number (see