1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00
Find a file
Marc Khouzam 25a42fbdce Bug 497592 - Wait for request to GDB for inferior name to be completed
GDBProcesses_7_0 would fetch the name of a process as soon as it learned
of the process through the =thread-group-started event; however, if
there was a call to IProcesses.getExecutionData() before the name was
received, the service would return the wrong name.

This commit fetches the name when IProcesses.getExecutionData() and uses
a CommandCache to do it.  That way, if a call to
IProcesses.getExecutionData() is made before the name is received, the
request will be cached until the name is available.

Furthermore, the cache allows to handle the case where the target is
unavailable, which can happen in all-stop mode and we disabled stopping
at main.

Change-Id: Ia75d3c677e189f87e9ec2864c744a870a0a18407
2016-07-20 11:08:10 -04:00
build Bug 343552 - RFE: Quick Outline support for configure.ac editor 2016-07-01 13:02:21 +03:00
codan Bug 496628 - Avoid codan markers that cover an entire class declaration 2016-07-06 23:16:22 -04:00
core Bug 497931 - Added a failing test and a TODO in the problematic code 2016-07-15 18:29:46 -04:00
cross Remove old .cvsignore files 2016-06-30 09:58:00 -04:00
debug Fix generics warnings o.e.cdt.debug.ui. 2016-07-06 10:28:57 +03:00
doc Remove old .cvsignore files 2016-06-30 09:58:00 -04:00
dsf Remove old .cvsignore files 2016-06-30 09:58:00 -04:00
dsf-gdb Bug 497592 - Wait for request to GDB for inferior name to be completed 2016-07-20 11:08:10 -04:00
jtag Create constant for initial GDB inferior 'i1' 2016-07-02 21:01:20 -04:00
launch Bug 497779 - Add labels to applications run as Docker containers 2016-07-14 17:02:06 -04:00
llvm Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
lrparser Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
memory Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
native/org.eclipse.cdt.native.serial Bug 481199 - Add support for cu serial devices on Mac. 2016-06-27 12:39:41 -04:00
qt Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
releng Set API baseline to point to /r build. Add templates framework. 2016-07-18 14:27:57 -04:00
remote Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
testsrunner Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
toolchains/arduino Fix up Arduino property page to use o.e.remote tester. 2016-06-21 15:10:33 -04:00
upc Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
util Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
visualizer Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
windows Remove old .cvsignore files 2016-06-30 09:58:00 -04:00
xlc Remove old .cvsignore files 2016-06-30 09:58:00 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00