eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
554 stars 130 forks source link

Is it possible to set the timeout when gdb server (such as openocd) starts? #585

Open ilg-ul opened 10 months ago

ilg-ul commented 10 months ago

Discussed in https://github.com/eclipse-embed-cdt/eclipse-plugins/discussions/584

Originally posted by **chenweiye120** August 15, 2023 Hello everyone,like https://github.com/eclipse-embed-cdt/eclipse-plugins/issues/508 ; When starting openocd, some initializations sometimes take a long time, such as initializing many registers of the hardware. At this time, the startup time of openocd exceeds 15 seconds. Can this ui option be added to set this value? GdbServerBackend.fGdbServerLaunchTimeout is only used, there is no method or place to set it. . .
TommyMurphyTM1234 commented 10 months ago

I raised a similar issue here a while back.

This hack/workaround might help for now?