Jonah Graham
Jonah Graham
There are a couple of places in the code where we wait for target to be suspended after issuing pause to ensure that we are operating on a suspended target....
At the end of the GitHub actions run there are a handful of orphaned processes left when running on Windows, e.g from [this run](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/actions/runs/5468269430/jobs/9955669269?pr=276#step:21:1): ``` Cleaning up orphan processes Terminate...
Using DAP's runInTerminal this PR adds the ability to use that new terminal for the inferior's I/O. This can be enabled by adding `"inferiorTerminal": "integrated"` or `"inferiorTerminal": "external"` or `"inferiorTerminal":...
CDT (Eclipse IDE version) has a "break at main" (with a configurable symbol) option. GDB itself has a `start` method that will do that functionality automatically and can be accessed...
Since `openGdbConsole` functionality was written the gdb project has added support for using new-ui on Windows. On Windows the way new-ui communicates is different because there is no tty to...
There are some tests and functionality that are GDB version dependent. Like we have with DSF-GDB we should be running tests against all supported GDB versions. At the moment the...
This may not be an issue for the tool, but rather the CQ process? At the moment to develop in yarn it takes hundreds of development time packages that are...
Ever since open-vsx was created we have relied on scripts provided by them to auto-publish this extension. However that takes some control away from us to publish when we want...
Hi releng folk, as an update to https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1854 it looks like there are still some references to 4.31, for example: https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/8a53dc4e7e46f283f68b5a1310f0a038bbc180ab/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/platform.p2.inf#L12
(Backport of #712 for the 4.29 branch) The AsynchronousViewer class hierarchy reuses the Viewer interface but adds additional constraints on it, in particular it allows many of its methods to...