blob: bf2fd9ce67a459b94b2963dff3886519df5bd040 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|