Ted Williams
db88b4e1ca
JAVAC if (!(other instanceof DMContextVMLayoutNode<?>.DMContextVMContext)) return false;
2006-11-14 20:27:30 +00:00
Ted Williams
43d24e8bec
JAVAC DMContextVMLayoutNode.DMContextVMContext<?> otherVmc = ...
2006-11-14 20:21:01 +00:00
Ted Williams
b4e24d8167
JAVAC A<?>.B var = (A<?>.B) myObj;
2006-11-14 20:15:34 +00:00
Ted Williams
1ae33e7c6a
A<?>.B var = (A<?>.B) myObj;
2006-11-14 20:06:07 +00:00
Ted Williams
4d3c78eee1
JAVAC won't compile A<?>.B var = (A<?>.B) myObj;
2006-11-14 20:05:15 +00:00
Ted Williams
30a3f6f919
added plugin.xml
2006-11-14 19:37:51 +00:00
Pawel Piech
2b72c663b0
Added cell-editor support to DSF view model (bug# 159681).
2006-11-11 00:10:15 +00:00
Pawel Piech
91d2328263
Finished refactoring view model adapter, cleaned up warnings, added column support (bugs 159161, 159679, 161981).
2006-11-10 00:18:15 +00:00
Pawel Piech
56e3520f7a
Temporarily moved ThreadsLayoutNode to org.eclipse.dd.dsf.mi, to get rid of dependency from org.eclipse.dd.dsf.debug.ui on org.eclipse.dd.dsf.mi.core.
2006-11-08 03:04:30 +00:00
Pawel Piech
94841c4ee3
- Ported to new debugger command APIs (bug# 163623). This makes DSF build with 3.3 M3, but breaks compatibility with 3.2.
...
- Warnings cleanup.
2006-11-08 03:00:20 +00:00
Ted Williams
26390e0a8c
build
2006-11-07 21:49:31 +00:00
Ted Williams
64bf23bf0a
build
2006-11-07 21:13:23 +00:00
Ted Williams
3aacbfc8c0
build
2006-11-07 19:58:42 +00:00
Pawel Piech
cd357e26e8
Fixed an NPE related to refactoring.
2006-11-04 00:08:01 +00:00
Pawel Piech
9ff6415403
- Refactored view model implementation so that more of the common code is integrated into base classes (bug# 161981).
...
- Split org.eclipse.dd.dsf so that packages depending on org.eclipse.debug.core are in a separate plugin (bug# 161948).
- Refactored Data Model and View Model interfaces and classes to use a consistent naming scheme.
2006-11-01 21:53:48 +00:00
Pawel Piech
3173aac06c
Refactored timers example to use scheduling executor.
2006-10-19 07:30:24 +00:00
Pawel Piech
bc54ad145e
Added unit tests for standard service functionality (159680).
2006-10-16 14:49:55 +00:00
Pawel Piech
cfeb1e5d31
Added ability to cancell DsfSequence using the progress monitor (bug# 159048).
2006-10-16 07:58:52 +00:00
Pawel Piech
3f86dad9d5
Refactored DsfSequence class (bug# 159048).
...
Also added tracing of executables that were garbage-disposed without ever being run.
2006-10-13 22:34:59 +00:00
Ted Williams
6ed5cc8d0e
buckminster
2006-10-13 20:59:10 +00:00
Ted Williams
a617b5e8fb
buckminster
2006-10-13 20:51:24 +00:00
Ted Williams
2edc366817
buckminster
2006-10-11 22:29:51 +00:00
Ted Williams
099b4be9ec
buckminster
2006-10-11 22:12:49 +00:00
Ted Williams
ccaf90ca83
buckminster
2006-10-11 21:48:36 +00:00
Ted Williams
72f1dfc37d
Buckminster build integration.
2006-10-11 21:33:15 +00:00
Pawel Piech
103d6ac39c
Added annotations to indicate thead access policy for objects used with DSF (bug# 154273).
2006-10-09 22:22:49 +00:00
Pawel Piech
4cde8d219c
Added standard error codes and refactored existing implementation to use them (bug# 159043).
2006-10-06 20:35:08 +00:00
Pawel Piech
60ce7f8c10
Added generic tracing to the executor (bug# 159052).
2006-10-03 00:54:57 +00:00
Pawel Piech
97edaeb59d
Got rid of an erronous System.out.println().
2006-09-28 21:40:28 +00:00
Pawel Piech
5fa8b64ad6
DSF Updates related to adding registers view.
2006-09-28 18:14:14 +00:00
Pawel Piech
5516763481
Added basic breakpoint support.
...
Other cosmetic changes.
2006-09-01 16:41:08 +00:00
Pawel Piech
9a2e04c09a
Added provider name to plugins (Bug 154346).
...
Added a stack trace collecting mechanism to DsfRunnable.
2006-08-25 21:52:40 +00:00
Pawel Piech
2adca3eb1d
Added Paining of IP in editor, and finished optimizing stepping.
2006-08-25 16:59:16 +00:00
Pawel Piech
71db7fdfe2
Optimized stepping performance.
2006-08-22 15:04:41 +00:00
Pawel Piech
32b8c9157f
Started work on optimizing stepping.
2006-08-19 17:52:42 +00:00
Pawel Piech
fb0fd74800
Renamed remaining "Riverbed"s to "DSF"s.
2006-08-16 16:48:25 +00:00
Pawel Piech
ec84c5494b
Explicitly set the execution enviroment for plugins to java 1.5.
2006-08-16 16:38:12 +00:00
Pawel Piech
98268e2101
Converted DsfQuery to use generics.
2006-08-16 16:23:10 +00:00
Ted Williams
0b17595f4e
removed .sdk-feature
2006-08-07 01:11:44 +00:00
Ted Williams
efdfe21c0d
renamed id
2006-08-07 01:04:26 +00:00
Ted Williams
05aac6962b
renamed
2006-08-07 01:03:51 +00:00
Ted Williams
43c8135378
created feature
2006-08-07 00:33:28 +00:00
Pawel Piech
a1c17ecdcf
Framework changed based on MI prototype fixes.
2006-08-03 23:26:02 +00:00
Pawel Piech
83096c458b
Initial checkin.
2006-07-28 23:11:55 +00:00
Pawel Piech
550466b139
Initial checkin.
2006-07-28 16:07:11 +00:00
Pawel Piech
9d95f568db
Initial checkin.
2006-07-28 16:01:39 +00:00