Re: [PATCH v3 00/20] first version of mcdstub

2023-11-29 Thread nicolas.e...@lauterbach.com
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

Re: [PATCH v3 00/20] first version of mcdstub

2023-11-29 Thread Alex Bennée
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

Re: [PATCH v3 00/20] first version of mcdstub

2023-11-13 Thread nicolas.e...@lauterbach.com
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

Re: [PATCH v3 00/20] first version of mcdstub

2023-11-08 Thread Philippe Mathieu-Daudé
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

[PATCH v3 00/20] first version of mcdstub

2023-11-07 Thread Nicolas Eder
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