1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

315 commits

Author SHA1 Message Date
Pawel Piech
2e76289006 [220446] Updated the "DSF Common Patterns" document. 2008-03-06 18:55:21 +00:00
Pawel Piech
abc958a96a [220446] Updated the timers example for use with the "DSF Common Patterns" document. 2008-03-04 05:20:05 +00:00
Francois Chouinard
8868398cc9 Committing patches for bugs 159946 (disassembly) and 214546 (memory monitor persistence). 2008-03-01 20:21:08 +00:00
Pawel Piech
90f4dc4c71 [220446] Updated the "DSF Common Patterns" document. 2008-03-01 00:51:12 +00:00
Pawel Piech
f4f4a35474 [221027] Added a listener to automatically shut down the executor thread when the display is disposed. 2008-03-01 00:49:46 +00:00
Pawel Piech
86e9c84f41 [220446] Updated the "DSF Common Patterns" document. 2008-03-01 00:43:50 +00:00
Marc Khouzam
14259c32e5 Bug 220959
Do not sent target output generated by CLI commands to the target console.
2008-02-29 16:46:33 +00:00
Pawel Piech
d7635bc046 [220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial. 2008-02-29 16:26:34 +00:00
Pawel Piech
642ea06516 [220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial. 2008-02-28 18:42:09 +00:00
Pawel Piech
f3cd935a6c [220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial. 2008-02-28 18:40:18 +00:00
Pawel Piech
07647b57a3 [219920] Added mechanism for adjusting command parameter formatting. 2008-02-28 16:08:09 +00:00
Pawel Piech
822accd4bb [220446] Converted request monitor excercises to use the request monitor. 2008-02-26 21:37:08 +00:00
Pawel Piech
a1cd5cf99e [220446][219907] Created outline for DSF tutorial documents. 2008-02-26 21:20:13 +00:00
Pawel Piech
fd71e3600f [220446] Converted request monitor excercises to use the request monitor. 2008-02-26 21:19:09 +00:00
Marc Khouzam
7456589c4f Fix for bug 220449
ExpressionService parses strings when requesting an address and only keeps the address part.
2008-02-26 20:34:20 +00:00
Marc Khouzam
9150b06a8f Fix for Bug 213061
Expressions and Variables views do a full refresh on MemoryChangedEvent and ExpressionChangedEvent.
MIVariableManager sets all varObjects to out-of-date when any varObject is modified by the user.
2008-02-26 20:04:41 +00:00
Pawel Piech
e8d462f047 [220446] Added and preprocessor for tutorial excercises. 2008-02-26 20:02:06 +00:00
Marc Khouzam
398f01e873 Fix for bug 214550.
All variable objects are marked out-of-date on a MemoryChangedEvent
2008-02-26 14:37:12 +00:00
Francois Chouinard
8c6342dc6d Fix for bug219162 2008-02-22 22:11:24 +00:00
Pawel Piech
5f9445edbd Replaced tabs with white space. 2008-02-22 16:15:09 +00:00
Pawel Piech
2d3a869931 [216854] Completed commenting and cleaning up the initial PDA debugger implementation. 2008-02-22 00:31:41 +00:00
Pawel Piech
0b291f4f12 [219841] Added TODO comments regarding this bug. 2008-02-22 00:29:18 +00:00
Pawel Piech
6cd8e646a4 Fixed a typo in a comment. 2008-02-22 00:27:02 +00:00
Pawel Piech
c58629c508 [219836] Fixed an exception and added some comments in modifyBreakpoints(). 2008-02-21 18:33:05 +00:00
Pawel Piech
2f616ee3bc [219630] Fixed an NPE due to a null IStack service. 2008-02-20 17:34:54 +00:00
Marc Khouzam
fe730bbef7 Fix for bug 219193
If StopAtMain is not selected, -exec-run should still be done.
2008-02-20 16:11:32 +00:00
Pawel Piech
1416e8c3e9 [216854] Completed features for EclipseCon tutorial. 2008-02-20 00:49:38 +00:00
Pawel Piech
886229a1a9 [219523] Fixed bug causing the cache to fail if previous command was still in command control's queue. 2008-02-19 23:46:06 +00:00
Pawel Piech
46ad3b30d5 [219500] Added a guard for a disposed session to avoid a RejectedExecutionException. 2008-02-19 21:20:04 +00:00
Pawel Piech
85c1fe0161 [219107] Fixed a logic error in VM cache which caused incomplete updates occasionally. 2008-02-19 17:43:29 +00:00
Francois Chouinard
895d9764ca Fix for bug 218657. 2008-02-18 22:57:54 +00:00
Pawel Piech
e83d9b7f35 [202109] Fixed a bug in the update modes cache which caused occasional invalid updates. 2008-02-15 20:42:24 +00:00
Pawel Piech
d088dbc842 [202109] Fixed a bug in the update modes cache which caused occasional invalid updates. 2008-02-15 19:50:57 +00:00
Pawel Piech
a1242031aa [208921] Fix to return arguments and locals for IStack.getLocals(). 2008-02-15 01:09:36 +00:00
Pawel Piech
a8a36358d9 [219026] Got rid of "null" at end of frame label if address is not available. 2008-02-14 22:00:22 +00:00
Pawel Piech
f001078afe [213657] Left over string changes. 2008-02-14 21:49:28 +00:00
Pawel Piech
4a5303b056 [179102] Fixed debug tracing option in org.eclipse.dd.mi. 2008-02-14 19:57:21 +00:00
Pawel Piech
fdea880631 [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:57:46 +00:00
Pawel Piech
aad3ee68f9 [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:41:00 +00:00
Pawel Piech
dd1daa7a85 [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00
Pawel Piech
e98b65ea7c [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:27:01 +00:00
Pawel Piech
6d5de9c319 [216854] Checked in initial version of PDA example debugger. 2008-02-13 20:26:10 +00:00
Pawel Piech
65ce6ccf37 [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:14:03 +00:00
Pawel Piech
a12a4967e3 [179102] Added logic to handle ModelProxyInstalledEvent. This logic now selects the top stack frame when the debug view is first opened. 2008-02-12 23:13:12 +00:00
Pawel Piech
c61de9929c [218560] Replaced IStepQueueManager with a concrete generic implementation StepQueueManager. 2008-02-12 23:04:12 +00:00
Pawel Piech
17585c38f7 [218577] Cleaned up IBreakpoints interface. 2008-02-12 22:52:53 +00:00
Pawel Piech
7920546af5 [218557] Replaced IBreakpointsManager interface with a generic BreakpointsMediator and IBreakpointAttributeTranslator. 2008-02-12 22:51:10 +00:00
Randy Rohrbach
c7f6460147 Bugzilla 218654. This commit shows some files contain errors. This is because they are being compiled against M4. I will rebuild against M5 shortly. I did a diff of the files and the changes are exactly what I wanted. They will compile against HEAD and M5 when that is resolved. 2008-02-12 20:23:27 +00:00
Pawel Piech
6321552cfe [216376] Changed expression nodes to use new 3.4M5 watch expression APIs. 2008-02-12 00:03:36 +00:00
Pawel Piech
91e43c46ad [179096] Added suspend trigger to open debug perspective on suspend. 2008-02-11 23:56:56 +00:00