1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

406 commits

Author SHA1 Message Date
Ed Swartz
32b01dbe7e Update incorrect Javadoc 2010-05-04 20:04:18 +00:00
Vivian Kong
001dc097d9 Bug 311591 - externalize strings for debug activities 2010-05-04 18:42:19 +00:00
Marc Khouzam
45bb4086d0 Bug 311416: Clarify javadoc 2010-05-04 17:58:08 +00:00
Marc Khouzam
ea18f6f726 Bug 309309: CommandCache could prevent RMs from being completed if the ICommandControl.queueCommand() returned right away. 2010-04-30 17:07:00 +00:00
Marc Khouzam
6cc13ab881 Clarify method. 2010-04-30 15:31:12 +00:00
Anton Leherbauer
edf08beb2d [248627] Potential NPE in StackFramesVMNode 2010-04-30 12:39:44 +00:00
Anton Leherbauer
ba51737dc1 Bug 310992 - [vm][cache] Unnecessary cache flushing of thread children on suspended event 2010-04-30 12:33:11 +00:00
Pawel Piech
9acd76c5b0 Bug 311122 - [breakpoints] NPE in AbstractBreakpointVMNode. 2010-04-29 22:38:17 +00:00
Marc Khouzam
84500ac336 Bug 311031: avoid swallowing double-click event 2010-04-29 14:30:57 +00:00
Anton Leherbauer
627bbc0aed Bug 310331 - Fix wrong viewer input 2010-04-28 15:24:54 +00:00
Vivian Kong
5d22a3c67a Bug 306627 - Fix license inconsistencies 2010-04-28 14:45:10 +00:00
Anton Leherbauer
2f123dcce2 Bug 310443 - DSF Disassembly part cannot locate external source files
Bug 310171 - DSF disassembly view doesn't display mixed instructions from multiple files
2010-04-28 13:40:17 +00:00
Anton Leherbauer
0d4f5c71b6 Bug 310425 - incorporate Marc's feedback 2010-04-28 08:18:59 +00:00
Anton Leherbauer
048ebbf014 Bug 310425 - [hover][api] Add support for optional details pane and default expansion level to advanced hover 2010-04-27 13:59:29 +00:00
Anton Leherbauer
4284816c3b Bug 310331 - Minor optimizations to VMViewerUpdate 2010-04-26 12:14:54 +00:00
Pawel Piech
c5b9a25c25 Bug 310052 - [debug view] Allow overriding StackFramesVMNode event handling methods. 2010-04-23 22:16:47 +00:00
Pawel Piech
8a353a1758 Bug 310335 - [concurrent] Query utility does not propagate a cancel requests 2010-04-23 20:21:03 +00:00
Pawel Piech
ded34fbdbb Added a red color for a triggered alarm. 2010-04-23 19:30:13 +00:00
Pawel Piech
ecdf96f548 Bug 310331 - [vm] Refactor VMViewerUpdate to avoid data duplication. 2010-04-23 19:27:29 +00:00
Anton Leherbauer
1e118a7e58 [309001] Too many debug hovers in Preferences 2010-04-23 06:24:18 +00:00
Marc Khouzam
caa6d148db [248627] Support "Show Full Path" action for DSF 2010-04-22 23:44:30 +00:00
John Cortell
4c2c31028a Added assert. 2010-04-22 16:18:34 +00:00
Ken Ryall
a31dcc6d91 Fix NPE. 2010-04-22 15:47:30 +00:00
Anton Leherbauer
cb4be96604 [309910] [vm] Constructor of AbstractDMVMNode.DMVMContext should assert dmc != null 2010-04-22 09:22:23 +00:00
Anton Leherbauer
c85731de35 [308626] [source lookup] DsfSourceDisplayAdapter misses to call doneStepping if frame data retrieval fails 2010-04-21 07:50:57 +00:00
Ken Ryall
e54fe20d88 Display source for stack frames, not just IDMVMContext. 2010-04-20 18:31:42 +00:00
Ken Ryall
f71f3c7fc6 Bug 274872 - Repeated '<unknown>' editor 2010-04-19 21:05:28 +00:00
Marc Khouzam
6bb5d3014f [308091] Added address to label. 2010-04-18 02:44:13 +00:00
John Cortell
a93ec1e1d0 Should call the backend object's clearDebugContext() before calling its dispose(). 2010-04-15 15:50:53 +00:00
John Cortell
0a65cfc704 [309310] Disassembly view refactoring for CDI left Dsf's implementation with broken DSF event listeners 2010-04-15 13:54:06 +00:00
Vivian Kong
f5aa6deafd Bug 306627 - Fix license inconsistencies 2010-04-14 14:56:05 +00:00
Ed Swartz
f20d66d319 Commit fix for bug 248610, add "View Memory" support to DSF (Stephen Chong) 2010-04-14 13:02:19 +00:00
Ken Ryall
f52ac38667 Add UNKNOWN state change reason. 2010-04-09 16:52:36 +00:00
Pawel Piech
2db4f5c708 [308540] - [expressions][update policy][cdi] Disabled expressions are still evaluated 2010-04-08 18:44:08 +00:00
Marc Khouzam
f8d0290efa Missing @since tags 2010-04-07 19:28:27 +00:00
Ken Ryall
857c5eae68 Bug 303440 - [preferences] Unify and clarify debug preference pages 2010-04-07 15:19:53 +00:00
John Cortell
57c6ba5fec [248587] Support "Event' Breakpoints 2010-04-06 19:32:14 +00:00
Ed Swartz
0794acbd0f Fix problems accessing IExpressions2 outside executor thread (bug 306553) 2010-03-29 13:43:38 +00:00
Anton Leherbauer
ea688d344d [306007] [expressions][hover] Modifying a value in the hover does not show right away in the hover 2010-03-26 08:42:44 +00:00
Ed Swartz
2cfb9a353a Fix bug 306553 by generalizing Cast To Type / Display As Array UI so it can be implemented by adapters. In DSF, add IExpressions2 service to implement this support. 2010-03-24 20:32:55 +00:00
Pawel Piech
1ba8d3916d [306982] - [concurrent] DsfRunnable.finalize() method increases the cost of garbage collecting 10x 2010-03-24 18:50:29 +00:00
Pawel Piech
04709d2876 [306982] - [concurrent] DsfRunnable.finalize() method increases the cost of garbage collecting 10x 2010-03-24 18:43:58 +00:00
Pawel Piech
79c61294f9 [302628] Moved to a non-API package. 2010-03-24 18:19:18 +00:00
Pawel Piech
4abe599850 [306865] - BreakpointOrganizerVMContext constructor should have public constructor 2010-03-24 05:31:56 +00:00
Ed Swartz
90f7d1a702 Fix possible NPE at termination time for bug 305775 2010-03-18 19:49:45 +00:00
John Cortell
69fec55016 [306288] dsf.ui bundle does not export some packages 2010-03-17 22:45:01 +00:00
David Dubrow
d1446de73e Fix bug where getSupportedFormats() was throwing rather than returning data 2010-03-17 20:16:32 +00:00
David Dubrow
f3fad52d6e addressed backward compatibility issues 2010-03-15 18:45:23 +00:00
Doug Schaefer
68dea21be0 Fixes for M6 build. 2010-03-13 17:53:41 +00:00
David Dubrow
e7d0761389 Bug 305365 allowing editable value to differ from formatted value 2010-03-13 14:59:57 +00:00