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/breakpoint.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/breakpoint.rst')
-rw-r--r-- | docs/source/debugger/breakpoint.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/debugger/breakpoint.rst b/docs/source/debugger/breakpoint.rst index 5dbf6c4effe..f30605b2daa 100644 --- a/docs/source/debugger/breakpoint.rst +++ b/docs/source/debugger/breakpoint.rst @@ -14,6 +14,9 @@ Breakpoint Debugger Commands :ref:`debugger-command-bplist` lists breakpoints +Breakpoints halt execution and activate the debugger before a CPU +executes an instruction at a particular address. + .. _debugger-command-bpset: |