diff options
author | 2021-10-24 05:48:05 +1100 | |
---|---|---|
committer | 2021-10-24 05:48:05 +1100 | |
commit | 669b1f6adecfd940d5ae8b97150dc73db04894c5 (patch) | |
tree | 3b32a4f2d55f558be04294ebe818c8f35135ef8b /docs/source/plugins/gdbstub.rst | |
parent | 3a11f9168703f33f2f066c3e9d0f6905f2c95453 (diff) |
-docs: Started documenting plugins.
* Also added a couple of missing command-line options, and added a local
table of contents to the (rather long) command line options page.
-Added a separate CI target for localisation updates that produces an
artefact, and removed the message catalogs from the trigger paths for
the Linux CI build.
Diffstat (limited to 'docs/source/plugins/gdbstub.rst')
-rw-r--r-- | docs/source/plugins/gdbstub.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/source/plugins/gdbstub.rst b/docs/source/plugins/gdbstub.rst new file mode 100644 index 00000000000..bf2fd9ce67a --- /dev/null +++ b/docs/source/plugins/gdbstub.rst @@ -0,0 +1,13 @@ +.. _plugins-gdbstub: + +GDB Stub Plugin +=============== + +The GDB stub plugin acts as a remote debugging server for the GNU debugger +(GDB). This allows you to connect to MAME and debug supported systems using +GDB. The plugin listens for connections on port 2159 on the IPv4 loopback +address (127.0.0.1). Only Intel 80386 (i386) family processors are supported. + +See the :ref:`debugger option <mame-commandline-debugger>` for another GDB +remote debugging implementation with support for more CPUs and configurable +listening ports. |