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 |
|
Pawel Piech
|
aa07b8ae87
|
[302628] - [breakpoints][cdi] Implement linking of active debug context with selection in Breakpoints view.
|
2010-03-13 00:00:26 +00:00 |
|
John Cortell
|
b898da879b
|
Fixed warnings
|
2010-03-11 23:39:59 +00:00 |
|
Ken Ryall
|
c458fc2918
|
Bug 305533, Step One, remove the old Disassembly view and rename the DSF one.
|
2010-03-11 22:43:38 +00:00 |
|
Ken Ryall
|
a36a7271e7
|
Revert to version 1.26, remove accidental commit.
|
2010-03-11 12:16:27 +00:00 |
|
Ken Ryall
|
3983c6bb53
|
Bug 302595, return null for default.
|
2010-03-10 21:23:34 +00:00 |
|
Ken Ryall
|
2776239295
|
Bug 303334, pref cleanup.
|
2010-03-10 21:22:39 +00:00 |
|
Pawel Piech
|
f3f09b4946
|
Updated comments.
|
2010-03-10 19:11:36 +00:00 |
|
Pawel Piech
|
afa7312595
|
[305376] - [concurrent] RejectedExecutionExeption is not properly handled in RequestMonitor
|
2010-03-10 19:11:17 +00:00 |
|
Randy Rohrbach
|
7bd8acff99
|
Bugzillas
305260
305262
|
2010-03-09 23:11:09 +00:00 |
|
Ken Ryall
|
75267de2dc
|
Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MODEL_ID
|
2010-03-09 22:45:11 +00:00 |
|
Ken Ryall
|
2edac02083
|
Bug 305071 - Support breakpoints in Disassembly at the DSF level.
|
2010-03-09 16:53:32 +00:00 |
|
Pawel Piech
|
7bdb38f1b0
|
[228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service.
|
2010-03-05 19:03:48 +00:00 |
|
Marc Khouzam
|
adbac60c10
|
[303968] RunToLine and ResumeAtLine were overridden in GDBRunControl and GDBRunControl_7_ but this was mistakenly remove. Minor cleanup as well.
|
2010-03-05 16:52:16 +00:00 |
|
Ken Ryall
|
a8b9452abb
|
More cleanup for bug 303968.
|
2010-03-04 22:16:13 +00:00 |
|
John Cortell
|
8868796244
|
[304434] ISourceLookupParticipant.getSourceName(Object) should return null, not empty string
|
2010-03-02 23:13:33 +00:00 |
|
Pawel Piech
|
0660433a64
|
[211338] - [variables][expressions] LayoutNodes should use IExpressions.getSubExpressionCount
|
2010-03-02 15:08:06 +00:00 |
|
Ken Ryall
|
de52271f86
|
Bug 303968, move support for Run To Line, Move To Line, Resume At Line, to DSF.
|
2010-03-02 13:29:06 +00:00 |
|
Anton Leherbauer
|
8e1def1e77
|
[302875] Add comment for clarification
|
2010-03-02 08:02:45 +00:00 |
|
John Cortell
|
444ae7cb4c
|
Fixed typo in comment
|
2010-03-01 22:15:11 +00:00 |
|
John Cortell
|
7fcf6cde33
|
Fixed typo in comment
|
2010-03-01 22:11:27 +00:00 |
|
John Cortell
|
28b41fa7a2
|
befriend dsg-gdb test plugin
|
2010-03-01 17:15:20 +00:00 |
|
Anton Leherbauer
|
74a81d3e32
|
[302875] [dis] Toggling "Show Symbols" resets viewport
[304110] [Disassembly] Refresh button should not jump to PC address
|
2010-03-01 14:07:52 +00:00 |
|
Anton Leherbauer
|
ecac1992cc
|
[302873] [dis] Toggling "Show Source" jumps to unexpected location
|
2010-03-01 11:10:52 +00:00 |
|
Anton Leherbauer
|
a16c5bc0d5
|
Cleanup unused messages
|
2010-03-01 09:55:26 +00:00 |
|
Anton Leherbauer
|
a4d55e01a4
|
[302925] Clarify insertDisassembly() return value and align implementations
|
2010-03-01 09:21:40 +00:00 |
|
Vivian Kong
|
8ff63ab2c3
|
Bug 303481 - change update site for helios
|
2010-02-26 15:54:53 +00:00 |
|
Anton Leherbauer
|
e33b39e5b7
|
[302925] Incorporate John's review feedback
|
2010-02-26 08:42:25 +00:00 |
|
John Cortell
|
adde620eaf
|
[248606] Add support for toggling watchpoints in the variables and expressions views.
|
2010-02-19 23:47:04 +00:00 |
|
Anton Leherbauer
|
399db5247a
|
Cleanup unused messages
|
2010-02-19 15:49:43 +00:00 |
|
John Cortell
|
17396728ed
|
[303315] Improve javadoc for disassembly service
|
2010-02-19 15:39:46 +00:00 |
|
Anton Leherbauer
|
1e9767d045
|
[302554] [disassembly][api] Provisional disassembly API should use IAddress instead of BigInteger
|
2010-02-18 12:34:10 +00:00 |
|