Sergey Prigogin
|
1ddf51d577
|
Removed hardcoded bundle names.
|
2010-06-21 00:35:25 +00:00 |
|
Vivian Kong
|
70237c3d81
|
Bug 315439 Fix up copyright
|
2010-06-03 00:12:05 +00:00 |
|
Marc Khouzam
|
9db429483b
|
Bug 314536; Typo
|
2010-05-29 10:29:41 +00:00 |
|
Marc Khouzam
|
7d968da82e
|
Bug 314536: Hide "Use shared library symbols for debugged applications" as it makes normal launches fail. We will revisit this option when we fully support multi-exec on Linux
|
2010-05-29 10:10:38 +00:00 |
|
Ken Ryall
|
29f2c9bf4f
|
Bug 313893, reorg capabilities into cdt product plug-in.
|
2010-05-26 16:16:52 +00:00 |
|
Ken Ryall
|
d279184e5e
|
Bug 303968, apply Marc's patch to move the remainder of the UI from gdb to dsf plug-ins.
|
2010-05-25 18:48:54 +00:00 |
|
John Cortell
|
5256a869aa
|
Bug 313823: Intermittent NPE during shutdown, in ThreadVMNode
|
2010-05-20 22:21:20 +00:00 |
|
Mikhail Khodjaiants
|
e733369d6f
|
Bug 313806 - Export all debug packages.
|
2010-05-20 20:38:54 +00:00 |
|
Marc Khouzam
|
75a65c4f96
|
Bug 284286: Missing action to exit trace visualization mode.
|
2010-05-20 15:26:17 +00:00 |
|
Marc Khouzam
|
d40ae2e41d
|
Bug 284286: Missing icon for StopVisualization
|
2010-05-20 15:13:42 +00:00 |
|
Marc Khouzam
|
f2fab88813
|
Bug 281970: Needed a way to check if setDefaults() was called that was unique for each configuration.
|
2010-05-17 20:23:32 +00:00 |
|
Marc Khouzam
|
24f6fec914
|
Bug 304384: Undo the last fix which broke the case where we first created a Run configuration. Instead, check if the global pref is set before forcing a preferred launch delegate.
|
2010-05-14 10:25:25 +00:00 |
|
Marc Khouzam
|
eb382a9bee
|
Bug 304384: Move logic to set default launch delegate to the tab of the DSF-GDB delegate. This is to allow the global preference for launch delegate not to be overridden unless DSF-GDB is also the global preference.
|
2010-05-14 02:18:31 +00:00 |
|
Marc Khouzam
|
fe3c6d028f
|
Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run Configuration. Also, make sure a Run configuration can be used for Debug and vice versa.
|
2010-05-14 01:50:46 +00:00 |
|
Marc Khouzam
|
25085b92c5
|
Bug 312706: Update the enablement of the buttons after they are created.
|
2010-05-12 20:21:40 +00:00 |
|
Marc Khouzam
|
02f73b5ead
|
Bug 312342: Make sure the dialog window size is big enough to show all its content.
|
2010-05-12 15:24:54 +00:00 |
|
Marc Khouzam
|
61d7272149
|
Bug 306555: Support for Cast To Type and Display As Array for DSF-GDB
|
2010-05-11 19:55:35 +00:00 |
|
Vivian Kong
|
e06bd24516
|
remove extra parenthesis
|
2010-05-11 13:58:12 +00:00 |
|
Vivian Kong
|
528612c2b2
|
Bug 312092 - TVT36:TCT174: FRA - Duplicate mnemonic for Browse (same string used twice in same panel)
|
2010-05-07 18:09:31 +00:00 |
|
Marc Khouzam
|
6ad86fa192
|
Bug 281970: Cleanup based on John's review
|
2010-05-07 18:02:49 +00:00 |
|
John Cortell
|
bd09547166
|
befriend jtag plugin to let it avoid warnings
|
2010-05-06 21:28:12 +00:00 |
|
Marc Khouzam
|
4e0258df9a
|
Bug 281970: No longer use CDIs "debugger" extension point, as it was useless for DSF-GDB and only causing confusion.
|
2010-05-06 20:07:47 +00:00 |
|
Vivian Kong
|
001dc097d9
|
Bug 311591 - externalize strings for debug activities
|
2010-05-04 18:42:19 +00:00 |
|
Marc Khouzam
|
2fdba57f07
|
Bug 289526: Change the order of steps to restart the inferior to make sure we don't get output before we have created our consoles. This is to protect ourselves against 223154
|
2010-04-30 20:30:36 +00:00 |
|
Pawel Piech
|
718f11adef
|
Bug 289526 - [debug view] Migrate the Restart feature to the new one, as supported by the platform
|
2010-04-29 22:45:45 +00:00 |
|
Marc Khouzam
|
c8835a2f95
|
Bug 284286: Trace Record visualization for DSF-GDB
|
2010-04-28 23:50:54 +00:00 |
|
Alena Laskavaia
|
b06a0cbd3a
|
Bug 310672 Remove clones of PixelConverter and replaced with usage of org.eclipse.jface.layout.PixelConverter
|
2010-04-27 17:10:39 +00:00 |
|
Marc Khouzam
|
6fbc6bfd8d
|
[310539] Missing call to request.done()
|
2010-04-26 20:02:36 +00:00 |
|
Marc Khouzam
|
ff8e3b71be
|
The NLS strings were changed in the LuanchUIMessages.properties file, but this file was not updated accordingly.
|
2010-04-26 19:58:53 +00:00 |
|
Anton Leherbauer
|
1e118a7e58
|
[309001] Too many debug hovers in Preferences
|
2010-04-23 06:24:18 +00:00 |
|
John Cortell
|
a2f1be9eff
|
[280631] Thread list in Debug view not updated with non-Linux target
|
2010-04-22 23:03:58 +00:00 |
|
John Cortell
|
5fa88afc45
|
The wizard-generated generic NLS references drive me up the wall :-) Makes it difficult to follow what exactly the GUI code is putting together. I need to add something to this tab, so I'm cleaning this up first. No functional change in this comment.
|
2010-04-21 17:43:55 +00:00 |
|
John Cortell
|
f2ef694bcc
|
[309954] 'Use Inspector Debug Hover' checkbox could use a more intuitive label
|
2010-04-21 13:45:38 +00:00 |
|
John Cortell
|
a7b0ef2fef
|
last commit had temporary change I forgot to remove
|
2010-04-20 23:00:33 +00:00 |
|
John Cortell
|
2c70f116e7
|
[309887] The dsf-gdb preference page lacks context help
|
2010-04-20 22:53:36 +00:00 |
|
John Cortell
|
f8d7eee520
|
[309234] DSF not as helpful as CDI on SEGV
|
2010-04-19 12:47:48 +00:00 |
|
Marc Khouzam
|
e030eb3813
|
[284286] Committed trace record navigation icons since they are not properly included in patches
|
2010-04-15 17:55:46 +00:00 |
|
Marc Khouzam
|
17a3b5142f
|
[309215] Missing guards against NPEs and against calling things after being disposed.
|
2010-04-15 13:37:35 +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 |
|
Marc Khouzam
|
fd94bb434b
|
[269927] Allow to save gdb console and gdb traces console
|
2010-04-12 18:52:51 +00:00 |
|
Pawel Piech
|
2db4f5c708
|
[308540] - [expressions][update policy][cdi] Disabled expressions are still evaluated
|
2010-04-08 18:44:08 +00:00 |
|
Ken Ryall
|
857c5eae68
|
Bug 303440 - [preferences] Unify and clarify debug preference pages
|
2010-04-07 15:19:53 +00:00 |
|
Marc Khouzam
|
6a80bb8cc7
|
[306569][308131] Allow to recalculate tabs' minimal size
|
2010-04-06 02:16:26 +00:00 |
|
Marc Khouzam
|
e26654f193
|
[284286] The delete button of the TracepointActions preference page was not being called.
|
2010-03-17 13:36:54 +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 |
|
Marc Khouzam
|
5cca2caf65
|
[285907] Align DSF-GDB CMainTab with CDI one, for user-friendliness
|
2010-03-12 16:25:19 +00:00 |
|
Marc Khouzam
|
e68ed6d712
|
[249223] Better comment to explain that ResumeWithoutSignal is not complete.
|
2010-03-12 02:25:54 +00:00 |
|
Marc Khouzam
|
6b01652bf6
|
[249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal action to DSF-GDB, but this is not complete because DSF-GDB does not handle the signal stuff yet.
|
2010-03-11 19:19:38 +00:00 |
|
Marc Khouzam
|
438a83dada
|
[284286] Support for setting tracepoint actions
|
2010-03-11 19:09:40 +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 |
|