1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 12:45:41 +02:00
Commit graph

14254 commits

Author SHA1 Message Date
Marc Khouzam
ac79e652c6 Bug 232357
This patch removes all dependencies to the CDT debug feature.
It copies Extensions that were defined in the CDT to DSF.
I have tested it with an Eclipse that did _not_ have the CDT debug feature, and things seem to work as they should. There was a few files copied from the CDT that may need some cleanup, but I'll leave that for later.
2008-05-22 20:23:15 +00:00
Pawel Piech
1cdd030ea5 [164044] - [view model] Move ThreadsVMNode and ContainerVMNode to the org.eclipse.dd.dsf.debug.ui plugin. 2008-05-22 20:20:17 +00:00
Mike Kucera
d39f018db6 bug 233561, NPE when instantiating UPCLanguage 2008-05-22 20:13:25 +00:00
Francois Chouinard
ac64a3cfd7 Patch for bug 232415 2008-05-22 20:04:22 +00:00
Mike Kucera
6540729131 fix for NPE in LR parser 2008-05-22 18:42:31 +00:00
Mike Kucera
c911a780f7 bug 233307, LR parser should use its own scanner extension configuration for now 2008-05-22 18:23:31 +00:00
Vivian Kong
171c01a9ac Update to the latest platform releng basebuilder 2008-05-22 18:00:55 +00:00
Vivian Kong
71f75a225f Update to the latest platform releng basebuilder and platform RC1 build 2008-05-22 17:55:06 +00:00
Pawel Piech
ea0fa709a3 [233338] - Removed the redundant RequestMonitor.STATUS_CANCEL. 2008-05-22 16:25:06 +00:00
Andrew Ferguson
92be19e029 207871: add test 2008-05-22 16:03:44 +00:00
Vivian Kong
cebf09ee40 update upc feature.xml to include the LR parser 2008-05-22 15:29:39 +00:00
Vivian Kong
1b7341eed3 make update sites the same (bug 232792) 2008-05-22 15:29:22 +00:00
Vivian Kong
52c342c592 revert change to the basebuilder version 2008-05-22 15:14:55 +00:00
Vivian Kong
2a74dfe5e9 Update to the latest platform releng basebuilder 2008-05-22 15:04:33 +00:00
Andrew Ferguson
05d113bc51 233460: apply fix 2008-05-22 15:04:30 +00:00
Vivian Kong
20daeeaec7 Add UPC support back to the build 2008-05-22 15:03:42 +00:00
Andrew Ferguson
a7f2963f3c 233411: apply fix 2008-05-22 15:01:28 +00:00
Pawel Piech
a178ac32bc [233381] - [data model] Simplify the GDBControlDMContext.toString() string. 2008-05-22 05:07:16 +00:00
Pawel Piech
9cfe89c6fc [233372] - [view model] VM Cache gets corrupted causing it to get into spin-lock and freezing up the IDE.
[233380] - [view model] VM cache can save the result of a canceled update.
2008-05-22 05:01:51 +00:00
Pawel Piech
77b141cf06 [233372] - [view model] VM Cache gets corrupted causing it to get into spin-lock and freezing up the IDE. 2008-05-22 05:00:56 +00:00
Pawel Piech
69058874eb [233335] - [debug view][stack] Stack frames are not always painted properly. 2008-05-22 04:58:35 +00:00
Pawel Piech
c604aca167 [233338] - [concurrency] RequestMonitor.isSuccess() is inconsistent with getStatus(). 2008-05-22 04:56:38 +00:00
Pawel Piech
6f773242c6 [232573] - [variables] Hanging variables view 2008-05-22 04:54:37 +00:00
Marc Khouzam
35da429086 Bug 232357
Part of removing dependencies from cdt launching
2008-05-21 23:01:14 +00:00
Marc Khouzam
09d00efe1e Bug 232846
- in queueCommand() in the case where fRxCommands.size() <= 3 (final else
case), we should dequeue the first element from fCommandQueue since we don't have any guarantee the queue is empty.

- when dequeuing at the end of processMIOutput() we should check if the threadId and stackFrameId should be changed, just like we do in queue command

- make the call to processNextQueueCommand() from queueCommand() inside a runnable, so that command listeners have a chance to adjust the commands they queued.
2008-05-21 23:00:22 +00:00
Marc Khouzam
b7479d46be Bug 233113
When refactoring the CDT code for DSF I made a copy/paste mistake which caused the Stop on Main to stop working.
2008-05-21 22:06:44 +00:00
Sergey Prigogin
63089ab4e0 Fix for ClassCastException (bug 233284). 2008-05-21 21:22:16 +00:00
Pawel Piech
5d50a256ac [233339] - [debug view] When stepping over a long running operation stack frames do not change state to running. 2008-05-21 20:43:52 +00:00
Ken Ryall
5297afa058 Merge changes from CDT 4.0.x. 2008-05-21 20:41:48 +00:00
Andrew Ferguson
7a7891d1b4 229942: apply fix 2008-05-21 17:02:08 +00:00
Andrew Ferguson
d3fce200ee fix error in offset. Members for non-types are probably unnecessary anyhow. 2008-05-21 16:54:47 +00:00
Mike Kucera
037509036d removed CPPASTAmbiguousDeclarator.accept() 2008-05-21 16:28:47 +00:00
Markus Schorn
0982e99b7c Correct types for numeric literals, bug 225534. 2008-05-21 16:24:30 +00:00
Alena Laskavaia
8cc0de06be [231149] - prevent NPE 2008-05-21 15:22:08 +00:00
Alena Laskavaia
e2950c2b0f [233239] - fixed local attach for relative path 2008-05-21 14:43:24 +00:00
Markus Schorn
99bc710df4 Fixes a NPE, bug 230871. 2008-05-21 14:29:24 +00:00
Markus Schorn
1b27065ccd Fix hashCode() and equals() for type-info objects. 2008-05-21 14:18:44 +00:00
Markus Schorn
d63c249a01 For C++, report typedefs as definitions as this is done for C. 2008-05-21 14:18:22 +00:00
Markus Schorn
3817999a3f Fix redefinition of t_ptrdiff, bug 230895. 2008-05-21 14:17:48 +00:00
Andrew Ferguson
a9dcca01fd 232988: apply fix 2008-05-21 13:58:58 +00:00
Markus Schorn
3eb91c4fa0 Name resolution for user-defined function operator, bug 231277. 2008-05-21 12:03:44 +00:00
Markus Schorn
d3afa14bd0 Fix warnings. 2008-05-21 10:50:17 +00:00
Markus Schorn
15c3810c5a Rename local variables in macro-bodies, bug 232091. 2008-05-21 10:49:49 +00:00
Markus Schorn
dfa9e3618c Rename local variables in macro-bodies, bug 232091. 2008-05-21 08:57:37 +00:00
Markus Schorn
29ab26de00 Turn off tracing of binding resolution. 2008-05-21 07:56:18 +00:00
Ted Williams
c289fa0b9b [230262] Implement Memory Change Trails 2008-05-21 05:11:09 +00:00
Sergey Prigogin
17ed4692de Fix for 201204. 2008-05-20 21:56:58 +00:00
Alena Laskavaia
69ea8a3218 bug 233058 - support for remote process exit code in debug session 2008-05-20 20:06:08 +00:00
Vivian Kong
fa697cf355 correcting minor wording in doc 2008-05-20 17:11:08 +00:00
Markus Schorn
47a208f1d4 Fix potential NPE. 2008-05-20 16:14:35 +00:00