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

40 commits

Author SHA1 Message Date
Pawel Piech
d2dd59a361 Added missing return. 2008-11-10 19:41:24 +00:00
Marc Khouzam
3fd4ddeddc [240092] some cleanup to GDB parts, of which the most important ones are to fix the JUnit tests and remove get getGDBCommandLine() from IGDBBackend, which was not needed. 2008-10-14 20:26:01 +00:00
Pawel Piech
d18ba19313 [240092] - [launch] The way to launch & configure GDB process in DSF is not customizable 2008-10-14 17:31:52 +00:00
Marc Khouzam
4c7c1efdb3 Bug 245297 All views' refresh should clear their
relevant services cache
2008-08-29 02:31:56 +00:00
Pawel Piech
9384592322 [245297] - [non-stop][cache] Caching may not be possible in non-stop mode 2008-08-27 21:43:59 +00:00
Pawel Piech
7c38e68d1d [244435] Got rid of @Override annotations which were valid only when compiling using java 1.6. 2008-08-20 18:14:03 +00:00
Pawel Piech
eeba5abcba [244435] - Added registers to the PDA debugger exmple. 2008-08-18 16:59:11 +00:00
Anton Leherbauer
4c747c78ad Bug 241133: [source lookup] Optimize source lookup. 2008-07-25 07:43:38 +00:00
Anton Leherbauer
337235a75e 214386: [run control][debug view][source lookup] When stepping fast (holding down F5 key) the IP in editor does not keep up. 2008-07-16 11:02:58 +00:00
Ted Williams
dd61347700 [239153] bump versions on HEAD, 1.0 -> 1.1 2008-07-01 18:03:47 +00:00
Pawel Piech
0bc7b6f932 [238108] - [viewmodel] null pointer access in VM provider classes 2008-06-24 18:13:29 +00:00
Pawel Piech
fd5c004c84 [160041] - [debug view] Retrieving limited # of stack frames. 2008-06-24 17:34:46 +00:00
Pawel Piech
9d2509ab15 [160041] Added multi-threading to the PDA stack example. 2008-06-20 20:43:26 +00:00
Pawel Piech
d8d51a37b2 [160041] - Added a sample PDA program that recursively descends the stack to a set depth. 2008-06-19 05:05:32 +00:00
Pawel Piech
1e0365550e [202649] - [update policy][debug view] Add manual refresh mode for thread list in debug view. 2008-06-17 20:46:30 +00:00
Pawel Piech
a8fe7f6a27 [236765] - Additional fixes for use of command cache. 2008-06-17 03:46:41 +00:00
Pawel Piech
ee9c51a046 [236765] - [pda] Add multi-threading capability to PDA 2008-06-16 18:30:54 +00:00
Pawel Piech
8d3e2ae792 [236461] - Fixed a java patch bug to enable PDA on windows. 2008-06-13 21:23:42 +00:00
Pawel Piech
a69b4955f0 [236461] - [pda] Port PDA Virtual Machine implementation to Java 2008-06-10 16:33:27 +00:00
Pawel Piech
ec208de1ed Updated copyright statements. 2008-06-02 18:03:10 +00:00
Pawel Piech
c18d7432ba Updated the about file dates. 2008-05-14 17:20:42 +00:00
Randy Rohrbach
6290d55275 Bugzilla 202852 & 211490. 2008-05-12 17:22:01 +00:00
Randy Rohrbach
db9befed96 Bugzilla entries 203904 , 205975 , 204927. 2008-04-25 18:01:20 +00:00
Pawel Piech
b76951e59e [217020] Refactored ICommandControl interface to use a token to identify queued commands. 2008-04-02 04:09:35 +00:00
Pawel Piech
706d77cc0c [206932] Made ICommandControl independent from the IDsfService class. 2008-04-01 20:46:11 +00:00
Pawel Piech
e42dcea7a8 [158610] Converted the IRunControl.can*() methods to be asynchronous. 2008-03-28 17:42:49 +00:00
Pawel Piech
23cf575f17 [219031] Added the StepType parameter to IRunControl.canStep(). 2008-03-27 20:53:39 +00:00
Pawel Piech
5ac30e181b [223969] Extended CommanCache to track multiple contexts as "available". 2008-03-27 19:07:07 +00:00
Pawel Piech
26ae2918f0 [179293] Refactor the handle*() methods of the RequestMoniotr. 2008-03-27 02:40:19 +00:00
Marc Khouzam
2eeb644c2f Fix compilation after commit for Bug 179293 2008-03-26 14:21:03 +00:00
Pawel Piech
03b5f689a4 [223774] Moved status error codes from IDsfService interface into IDsfStatusConstants interface. 2008-03-25 20:41:20 +00:00
Pawel Piech
096b13e0bd [220446] Fixed a warning about JRE version in class path. 2008-03-13 20:50:12 +00:00
Randy Rohrbach
ab668f8755 Some typo's. 2008-03-13 18:18:03 +00:00
Pawel Piech
77839f1f0e [220446] Updated the PDA Debugger example. 2008-03-13 17:52:32 +00:00
Pawel Piech
fd0cf814cc [220446] Updated the PDA Debugger example. 2008-03-13 17:50:32 +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
1416e8c3e9 [216854] Completed features for EclipseCon tutorial. 2008-02-20 00:49:38 +00:00
Pawel Piech
f001078afe [213657] Left over string changes. 2008-02-14 21:49:28 +00:00
Pawel Piech
6d5de9c319 [216854] Checked in initial version of PDA example debugger. 2008-02-13 20:26:10 +00:00