cdt-gdb-vscode
cdt-gdb-vscode copied to clipboard
Enhancing ImageAndSymbols to load several binaries
Currently, the "imageAndSymbols" option can be used to load one additional file. To load multiple files you can manually load them via the "initCommands" option. This PR enhances the ImageAndSymbols property to manage this use case. A PR will also be submitted in the repository cdt-gdb-adapter to implement this enhancement.
Can one of the admins verify this patch?
Link to the PR for the adapter: https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/321