On 29/11/2023 15:44, Alex Bennée wrote:
Nicolas Eder writes:
SUMMARY
===
This patch-set introduces the first version of the mcdstub.
The mcdstub is a debug interface, which enables debugging QEMU
using the MCD (Multi-Core Debug) API.
The mcdstub uses TCP to communicate with the host debu
Nicolas Eder writes:
> SUMMARY
> ===
>
> This patch-set introduces the first version of the mcdstub.
> The mcdstub is a debug interface, which enables debugging QEMU
> using the MCD (Multi-Core Debug) API.
> The mcdstub uses TCP to communicate with the host debug software. However,
> because
Hi Phil,
okay thanks! I'll add the license.
Regards,
Nicolas
On 08/11/2023 15:27, Philippe Mathieu-Daudé wrote:
Hi Nicolas,
On 7/11/23 14:03, Nicolas Eder wrote:
SUMMARY
===
This patch-set introduces the first version of the mcdstub.
30 files changed, 3749 insertions(+), 38 deletio
Hi Nicolas,
On 7/11/23 14:03, Nicolas Eder wrote:
SUMMARY
===
This patch-set introduces the first version of the mcdstub.
30 files changed, 3749 insertions(+), 38 deletions(-)
create mode 100644 debug/debug-common.c
create mode 100644 debug/debug-gdb.c
create mode 100644 debug/d
SUMMARY
===
This patch-set introduces the first version of the mcdstub.
The mcdstub is a debug interface, which enables debugging QEMU
using the MCD (Multi-Core Debug) API.
The mcdstub uses TCP to communicate with the host debug software. However,
because MCD is merely an API, the TCP communic