diff options
author | 2021-10-19 05:35:30 +1100 | |
---|---|---|
committer | 2021-10-19 05:35:30 +1100 | |
commit | 08ee39da702645560d9924b6d6ab4ee865b9e478 (patch) | |
tree | ef39e565cfc60889920238e8bb0e26ee50c122ec /docs/source/debugger/watchpoint.rst | |
parent | 5bea4a62929e67e693c8460341e205f3a60ab1a3 (diff) |
-debugger: Finished updating commands and documentation.
* Updated cheat commands to work with arbitrary devices and address
spaces. You can still only search RAM areas in a single address space
at a time, but any address space of any device can be used now.
* Made the cheatinit/cheatrange commands not affect current state if the
arguments are invalid. Also fixed some bugs in the cheat commands.
* Updated documentation for cheat commands, and added a simple worked
example. Also added single-sentence descriptions of what
(break|watch|register)points are to the top of the relevant pages.
-frontend improvements:
* Added a bit more info to the about box, moved the VCS revision to the
heading.
* Don't show "not" codes in prompts - they're not helpful.
Diffstat (limited to 'docs/source/debugger/watchpoint.rst')
-rw-r--r-- | docs/source/debugger/watchpoint.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/debugger/watchpoint.rst b/docs/source/debugger/watchpoint.rst index c34006f8a5f..2b25e0631f8 100644 --- a/docs/source/debugger/watchpoint.rst +++ b/docs/source/debugger/watchpoint.rst @@ -14,6 +14,10 @@ Watchpoint Debugger Commands :ref:`debugger-command-wplist` lists watchpoints +Watchpoints halt execution and activate the debugger when a CPU accesses +a location in a particular memory range. + + .. _debugger-command-wpset: wpset |