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

181 commits

Author SHA1 Message Date
Pawel Piech
4463f50fc6 [206832] Created a non-UI CompositeDMContext. 2007-12-10 20:55:32 +00:00
Francois Chouinard
72fd69e4f1 - First implementation of watchpoints
- Improved JUnit suite
- Fixed a couple of glitches in the previous delivery
2007-12-03 23:07:40 +00:00
Pawel Piech
84e4230f31 [211534] Changed the constructor of the singleton class to private (try #2). 2007-11-30 17:57:36 +00:00
Pawel Piech
4e224fce0a [211534] Changed the constructor of the singleton class to private. 2007-11-30 17:54:01 +00:00
Pawel Piech
3fef8680c9 [211616] Fixed Query.get(timeout) implementation. 2007-11-30 17:50:44 +00:00
Francois Chouinard
ad27060ba1 Second shot at the breakpoint service.
Fix for the shutdown sequence where a missing rm.done() in the MIBreakpoints shutdown() method was missing.
2007-11-30 16:14:54 +00:00
Pawel Piech
0c476c0d38 [211523] Added an ImmediateExecutor implementation. 2007-11-30 01:16:29 +00:00
Pawel Piech
a3649d568b [206832] Added use of CompositeDMContext. 2007-11-26 21:42:51 +00:00
Pawel Piech
976a665a68 [205142] Changed IStack.getArguments() and IStack.getVariables() to accept strong-typed IFrameDMContext. 2007-11-21 23:58:19 +00:00
Pawel Piech
d9ee930837 [205132] Got rid of the no-longer used service context object. 2007-11-21 23:47:55 +00:00
Pawel Piech
64a3c6512a [210571] Refactored number format detail pane. 2007-11-21 19:36:08 +00:00
Marc Khouzam
816a523659 Caching the status as well as the result, to allow to cache commands that fail.
Bug 208920
2007-11-21 18:48:56 +00:00
Pawel Piech
9df59c726e [205142] Standardized use of typed DM Context parameters in DSF Debug interfaces. 2007-11-20 03:49:14 +00:00
Pawel Piech
d0e0286a8d [205142] Refactored use of execution, frame, and expression contexts in the MI implementation. 2007-11-17 00:24:49 +00:00
Pawel Piech
6e8c328c01 [205334] Implemented viewer input provider to set the default input in expressions view. Also, added more expression manager event handling. 2007-11-15 16:44:56 +00:00
Pawel Piech
1d31b66b19 [205142] Refactored use of DM contexts to make them more flexible. 2007-11-14 00:16:00 +00:00
Marc Khouzam
18fd2d6ef6 Updated handleRejectedExecutionException to create its own error status. 2007-11-08 19:53:21 +00:00
Marc Khouzam
cad5eca6bd Updated to use the standard pattern for request monitors 2007-11-08 19:42:02 +00:00
Marc Khouzam
90ee5db87f IExpressions should provide address and size of an expression 2007-11-02 15:12:22 +00:00
Marc Khouzam
b19bdedd15 Fix for Bug 200896
This is the full support for marking variable objects as USED.
Also, the ExpressionService JUnit tests have been extended.
2007-10-25 18:22:24 +00:00
Pawel Piech
60cccc683c [207236] Single-click "Add new expression" workflow. 2007-10-23 22:21:40 +00:00
Pawel Piech
cfd78eff47 [187888] Initial (stubbed) version of the modules service and the connection to the Modules view. 2007-10-22 21:47:15 +00:00
Marc Khouzam
27bc6ae2b6 Cleanup of class comments 2007-10-22 14:34:40 +00:00
Pawel Piech
f89ea1624c [205132] Fourth step in refactoring IDMContext:
- Migrated debug services not to use IDMService.getModelData(), the only class left using it is the cache in update policy.
2007-10-21 16:17:34 +00:00
Pawel Piech
75d779d6b9 [205132] Third step in refactoring IDMContext:
- Marked IDMService.getModelData() as deprecated.
- Created public get*Data() method in debug services.
2007-10-19 23:52:16 +00:00
Pawel Piech
ec4694c8b8 [205132] Second step in refactoring IDMContext:
- Removed the IDMService.getServiceContext() method.
2007-10-19 23:06:31 +00:00
Pawel Piech
7286137a7e [205132] First step in refactoring IDMContext:
- Removed the type parameter from IDMContext
- Got rid of the IDMContext.getServiceFilter() method.
2007-10-19 22:15:57 +00:00
Marc Khouzam
4e553d3250 Fix for bug 206931 which cleans up IFormattedValues 2007-10-19 20:00:25 +00:00
Francois Chouinard
732160a2a5 Fixes following Pawel's comments. 2007-10-17 20:10:55 +00:00
Pawel Piech
df21b47db1 [206400] Fix for invalid selection in Debug view when stepping. 2007-10-16 00:15:37 +00:00
Francois Chouinard
7233f702b8 Memory block offset fix when comparing 2 blocks to determine the changed bytes between debug steps. 2007-10-14 20:41:05 +00:00
Francois Chouinard
de03bba29b Management of memory delats between debugger steps. 2007-10-12 02:41:05 +00:00
Francois Chouinard
4d45b0a3c4 Improvements for the following bugs:
Bug200620: Added a memory cache
Bug205341: Updated the MemocryChangedEvent
2007-10-07 19:43:55 +00:00
Ted Williams
ebd8d1632b [205645] 2007-10-07 01:17:08 +00:00
Pawel Piech
0ff106c599 [205325] Initial source lookup service from Ottawa coding camp. 2007-10-03 17:42:31 +00:00
Pawel Piech
29b939c50d [205318] Added additional entries in logged stack traces of runnables executed by the executor. 2007-10-03 17:18:00 +00:00
Pawel Piech
2bbc801bdf [205288] Fixes to canceled update mis-handling. 2007-10-03 14:34:26 +00:00
Francois Chouinard
441f6bc65b Update of the Memory Service. Includes JUnit test suite. 2007-10-01 21:06:54 +00:00
Marc Khouzam
167b797c27 Updates to the ExpressionService 2007-10-01 13:42:00 +00:00
Pawel Piech
e4e9401c92 [204964] Fixed CountingRequestMinotor bug. 2007-09-28 21:44:46 +00:00
Pawel Piech
3ba7032c29 [204955] Fixed the bug in use of the counting request monitor. 2007-09-28 20:52:47 +00:00
Ted Williams
9e4fd94676 added icons filenames to plugin.xml 2007-09-14 17:46:28 +00:00
Ted Williams
595a773de8 203117 - update modes moved from context menus to action menus; toolbar buttons for always and manual modes with artwork from ted 2007-09-12 18:25:24 +00:00
Pawel Piech
3b16589884 [187718, 185870] Applied patch simplifying the expressions interface. 2007-09-10 21:54:33 +00:00
Pawel Piech
0f827f7b2b [159683] Added a few comments and fixed a couple of warnings while reviewing changes. 2007-09-07 15:42:51 +00:00
Ted Williams
a89a6117aa Bug 202342 2007-09-05 22:17:43 +00:00
Ted Williams
d96a8c57e6 https://bugs.eclipse.org/bugs/show_bug.cgi?id=202109 2007-09-04 21:23:45 +00:00
Randy Rohrbach
be0f1bcf2c Bugzilla 201996 2007-09-02 04:07:54 +00:00
Randy Rohrbach
f09b8034f8 Bugzilla 200876. 2007-08-22 22:29:11 +00:00
Randy Rohrbach
8634b729f0 Removed extra format options for now. I need to talk to Pawel about this. If they are here and in Wind River Commercial product the menu options appear twice. So we should add them to the Open Source and remove them from the commercial. We can discuss at the next open source
meeting. For now though I am removing them for the time being.

Randy
2007-08-20 18:51:54 +00:00