Marc Khouzam
|
e76f05df90
|
Bug 284573: Do force a preferred launch delegate if the configuration type already has one (which is set in the global preference for preferred launch delegate)
|
2010-05-14 02:44:35 +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 |
|
John Cortell
|
5a1558ddd2
|
Bug 309032: Need APIs to support memory pages (or memory spaces)
|
2010-05-13 19:43:47 +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 |
|
Vivian Kong
|
001dc097d9
|
Bug 311591 - externalize strings for debug activities
|
2010-05-04 18:42:19 +00:00 |
|
Pawel Piech
|
0c30d752e0
|
Bug 289526 - [debug view] Migrate the Restart feature to the new one, as supported by the platform
|
2010-05-04 17:34:55 +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 |
|
Ken Ryall
|
a5e8476af3
|
Move parsing for source file into a job with progress monitor.
|
2010-04-29 16:34:19 +00:00 |
|
Anton Leherbauer
|
b231775082
|
Bug 310093 - Toggle instruction stepping mode issues
|
2010-04-29 12:12:25 +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 |
|
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 |
|
Ken Ryall
|
3e7072e2ac
|
Only refresh the mapping of the source files, not the entire list.
|
2010-04-26 16:59:04 +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 |
|
Ken Ryall
|
24b7daf941
|
Only create a new source mapping entry for the directory where the missing file is found. The old method could pull in more missing files but would also lead to bad results when mapping back to the compilation path.
|
2010-04-20 18:31:04 +00:00 |
|
Ken Ryall
|
c7d41662a4
|
Prevent opening a new editor each time.
|
2010-04-19 21:28:24 +00:00 |
|
Ken Ryall
|
f71f3c7fc6
|
Bug 274872 - Repeated '<unknown>' editor
|
2010-04-19 21:05:28 +00:00 |
|
Marc Khouzam
|
9bcfc4f062
|
[248627] Fix for ShowFullPaths enablement and preference bug.
|
2010-04-19 19:32:35 +00:00 |
|
Vivian Kong
|
10f32a5843
|
update copyright
|
2010-04-19 15:45:46 +00:00 |
|
Mikhail Khodjaiants
|
2a48888d7b
|
Bug 309550: Newly added register group doesn't appear in the view
|
2010-04-17 17:30:07 +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 |
|
John Cortell
|
f223513d5f
|
[308933] Event breakpoints icons lack decorators
|
2010-04-12 21:09:46 +00:00 |
|
Ed Swartz
|
98e85062aa
|
Fix corrupted properties entries and update wording for the casting category.
|
2010-04-12 13:36:01 +00:00 |
|
Marc Khouzam
|
7c14e3bb49
|
[284286] Move down the Breakpoint type entry of the CEditor popup menu. It is nicer to have the toggle bp menu first.
|
2010-04-09 13:06:21 +00:00 |
|
Mikhail Khodjaiants
|
6fa60a512c
|
If the evaluation context is not valid the detail panel should be cleared.
|
2010-04-07 16:31:30 +00:00 |
|
Ken Ryall
|
857c5eae68
|
Bug 303440 - [preferences] Unify and clarify debug preference pages
|
2010-04-07 15:19:53 +00:00 |
|
Mikhail Khodjaiants
|
cdb45fd02a
|
Bug 308055: Register values are not updated when switching between frames. CViewerInputProvider should extend existing platform input providers.
|
2010-04-06 18:05:17 +00:00 |
|
Marc Khouzam
|
32bc5eaf8a
|
[306569] Missing @since tags
|
2010-04-06 02:04:28 +00:00 |
|
Mikhail Khodjaiants
|
304f3b2500
|
Bug 306569: Dynamic content support for ICDebuggerPage
|
2010-04-06 00:49:45 +00:00 |
|
Mikhail Khodjaiants
|
c13a2bfe52
|
Bug 308055: Register values are not updated when switching between frames
|
2010-04-05 23:37:43 +00:00 |
|
Marc Khouzam
|
4eb4b63bcb
|
[299835] Updating restart command icon to match the new platform one, which is clearer. We still need to actually use the platform command instead of contributing our own...
|
2010-04-05 00:53:29 +00:00 |
|
John Cortell
|
396d8a4ffd
|
[305533] Remove reference to obsolete commands
|
2010-04-01 22:09:09 +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 |
|
John Cortell
|
74905a9380
|
[306287] debug.ui bundle does not export some packages
|
2010-03-17 22:47:16 +00:00 |
|
Marc Khouzam
|
6063d45e4e
|
[300718] The delete button in the Breakpoint actions preference page was no longer being called because of the bug fix in bug 300718
|
2010-03-17 13:43:04 +00:00 |
|
Pawel Piech
|
6d9cc48125
|
[303553] comment#14 - Added the breakpoint properties command definition back in.
|
2010-03-15 16:03:56 +00:00 |
|
John Cortell
|
cde61d6544
|
[305533] Removed old disassembly view from codebase
|
2010-03-12 20:15:32 +00:00 |
|
Anton Leherbauer
|
bd8092d830
|
[302925] Apply partial workaround for excessive data from GDB also to CDI back-end
|
2010-03-12 08:00:12 +00:00 |
|
John Cortell
|
b898da879b
|
Fixed warnings
|
2010-03-11 23:39:59 +00:00 |
|
John Cortell
|
545e3a387d
|
Befriend dsf ui plugin to quite warnings
|
2010-03-11 23:38:55 +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 |
|
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 |
|
Ken Ryall
|
c1af52dba5
|
Open the DSF disassembly view.
|
2010-03-10 21:22:10 +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 |
|
Pawel Piech
|
ac2299bdb9
|
[303553] Added an assert.
|
2010-03-05 20:52:18 +00:00 |
|
Pawel Piech
|
9c26a6933c
|
[303553] - Disabled handler for multi-selection.
|
2010-03-05 20:38:32 +00:00 |
|
Pawel Piech
|
f6ffe5ad0f
|
[303 553] - Fixed a redundant import.
|
2010-03-05 19:05:30 +00:00 |
|
Pawel Piech
|
a4a4038b86
|
[303553]- [breakpoints] No property action in breakpoints view
|
2010-03-05 18:45:11 +00:00 |
|
Marc Khouzam
|
21e26009ef
|
[304384] Make DSF-GDB the default CDT debugger.
|
2010-03-04 16:40:48 +00:00 |
|
Anton Leherbauer
|
a4d55e01a4
|
[302925] Clarify insertDisassembly() return value and align implementations
|
2010-03-01 09:21:40 +00:00 |
|