eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Support debug multiple same ARM core #220

Closed QuocDoBV closed 1 year ago

QuocDoBV commented 1 year ago

Currently, we need to support multi-process debugging as each core ARM (CA55 + CR52) for R-CAR S4 device. Since it is not possible to override the export declare interface GDBBackend method in the RenesasGDBBackend.ts class or the GDBTargetDebugSession.ts class. We need to update the code at the GDBBackend.ts class of the cdt-gdb-adapter.

eclipse-cdt-bot commented 1 year ago

Can one of the admins verify this patch?