gdbstub: define separate user/system structures
commit8e70c6f947d4ee6894085943a333456e575ddd1f
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Mar 2023 02:57:41 +0000 (2 18:57 -0800)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Mar 2023 17:06:28 +0000 (7 17:06 +0000)
tree0cb355099e9a31bd2e3f4cea3dd811261ccc2095
parentad9e4585b3c7425759d3eea697afbca71d2c2082
gdbstub: define separate user/system structures

In preparation for moving user/softmmu specific bits from the main
gdbstub file we need to separate the connection details into a
user/softmmu state. As these will eventually be defined in their own
files we move them out of the common GDBState structure.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230302190846.2593720-6-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-6-richard.henderson@linaro.org>
gdbstub/gdbstub.c