John Cortell
05a796346b
Return the shell from any available workbench window if none are active. Noticed Debug Platform does this.
2009-10-13 22:58:22 +00:00
John Cortell
48a0dbe690
Adjustment to previous fix so that it more likely addresses 291912
2009-10-13 20:27:07 +00:00
John Cortell
df80ee1b69
Applied patch in: [236838] Cannot view large array variables due to OutOfMemoryError.
2009-10-13 18:40:51 +00:00
John Cortell
892e506a8e
Continuation of last commit; forgot to delete unused CDT breakpoint.
2009-10-13 16:49:53 +00:00
John Cortell
337f549394
[289915] Race condition in CBreakpointManager.java. Also, applied the deadlock fix in rev 1.71 to two other similar locations, and made the logic in all three methods consistent (since they effectively do the same thing). Finally, I improved the logic in the 1.71 fix to consider the fact that the CBreakpoint may have been created on another thread while the lock was temporarily released.
2009-10-13 16:34:54 +00:00
John Cortell
939b63d177
Potential fix for [291912] Eclipse hangs while debugging qt apps with default installation.
2009-10-09 15:52:54 +00:00
Marc Khouzam
cb12839f79
[275687] Icons for Reverse debugging commands that are being migrated to the cdt.debug plugin
2009-10-01 19:54:33 +00:00
John Cortell
c146f5ae4d
[290880] add null-pointer check on frame.getAddress() return value (applied patch)
2009-10-01 02:22:03 +00:00
John Cortell
f93ce93689
Added @since tag on new field
2009-09-30 23:05:15 +00:00
Vivian Kong
ae5661024d
Update version numbers for changes in features and plugins
2009-09-30 16:59:54 +00:00
John Cortell
1596d56719
[290896] Trace checks should be lightweight
2009-09-30 13:06:41 +00:00
John Cortell
b6cb68b56d
[290880] add null-pointer check on frame.getAddress() return value (applied patch)
2009-09-30 09:34:33 +00:00
Anton Leherbauer
f6c080d153
Increment bundle version
2009-09-30 07:19:25 +00:00
Marc Khouzam
cd72e6b58f
[289755] Update our BreakpointImageProvider to match the platform behaviour. I'm keeping this class instead of using the platform one directly because I expect to change it as part of the tracepoint work of bug 284286
2009-09-21 14:56:13 +00:00
John Cortell
521ce406d8
Fixed typo in gif name, which prevented action icon from displaying.
2009-09-17 22:08:36 +00:00
Alena Laskavaia
7b8a297a52
[289123 ] - fixed problem introduced by fix of 287927 - delay in gdb start
2009-09-11 14:51:09 +00:00
Alena Laskavaia
3596f15371
[ 289002] - hook for process creation for gdb
2009-09-11 13:38:52 +00:00
Ken Ryall
5c17740fa9
Bug 281985. Removes file filtering from this dialog, it was a nice idea but isn't worth the effort to do it reliably in a cross-platform way.
2009-09-06 04:40:06 +00:00
Alena Laskavaia
d934960d33
[286785] - undoing early escaping in RxThread and adding to MIParser
2009-09-03 18:27:06 +00:00
John Cortell
7732cae61f
Enhanced comment
2009-09-02 15:04:09 +00:00
Alena Laskavaia
723abf1e21
[287927] - fixed lost console output during gdb initialisation
2009-09-01 14:49:55 +00:00
Ken Ryall
6d98937144
[Bug 285904] Control build-before-launch activity per launch configuation
2009-08-18 14:46:54 +00:00
Alena Laskavaia
8c185eb0d2
[244025] - fixed details for variable in base class for c++, based on patch from xgsa
2009-08-13 16:07:49 +00:00
Vivian Kong
0884f2e607
Bug 285481 - duplicate properties file entries
2009-08-10 19:47:51 +00:00
Ken Ryall
b1ce1b2244
Fix NPE.
2009-08-07 15:40:51 +00:00
Mikhail Khodjaiants
d76cfab002
Bug 279473: Custom C/C++ Debuggers need a way to add their source containers to the preference page "C/C++, Debug, Common Source Lookup Path".
2009-07-15 15:32:05 +00:00
James Blackburn
1205a5d0fa
Bug 248422 Double clicking in breakpoint view opens wrong source file
...
- If the breakpoint marker is set in an IFile, then we show that. Otherwise we delegate to ResourceLookup for the location and finally java.io.File if file is not in the workspace.
- Logic simplified
2009-06-28 15:00:39 +00:00
Doug Schaefer
4366201ba2
Fixed up a number of legal items.
2009-06-10 19:44:36 +00:00
James Blackburn
bd657f12b8
Bug 214463 - disabled watchpoints aren't disabled during launch
2009-06-02 19:39:38 +00:00
James Blackburn
350d47f245
Bug 278805 Fix regression, #isTargetBreakpoint(...) should default to allowing breakpoints it can't classify.
2009-06-02 15:49:10 +00:00
Mikhail Khodjaiants
9b0e894973
Bug 278601: "Signal Properties" is not working
2009-06-01 10:42:07 +00:00
Vivian Kong
c921a8f760
update copyrights
2009-05-27 15:34:50 +00:00
Vivian Kong
b7417b69cb
update copyrights
2009-05-27 15:26:54 +00:00
Vivian Kong
b0330a1735
update copyrights
2009-05-26 23:11:59 +00:00
Vivian Kong
40ea035808
update copyrights
2009-05-26 21:40:35 +00:00
Ken Ryall
37c2a407da
Bug 277903, don't refresh exe list if import doesn't add and new ones.
2009-05-26 18:24:30 +00:00
Vivian Kong
5e92597120
bug 254307 - branding
2009-05-26 14:48:10 +00:00
Ken Ryall
b48b4d1acd
Don't bother checking to see if non-existent files are in the project.
2009-05-19 17:19:53 +00:00
Alena Laskavaia
593cd79862
[255946] - fixing escaping for MI output, patch applied kind of
2009-05-19 15:34:40 +00:00
John Cortell
e6ecad385c
Fixed spelling errors
2009-05-14 18:12:24 +00:00
John Cortell
1605abc3d3
Fixed 276205. Changing the format of an array expression element has no effect
2009-05-13 22:31:57 +00:00
Vivian Kong
00a85959ad
update feature dependencies
2009-05-01 18:55:52 +00:00
Mikhail Khodjaiants
f309234b78
Bug 274499: Add Global Variables dialog not work when the user uncheck all variables. Applied patch from Gaetano Santoro (ST).
2009-04-30 15:18:50 +00:00
Vivian Kong
8e71d0d8e8
bug 273250 - Disassembly view should have LTR orientation
2009-04-28 20:11:12 +00:00
Anton Leherbauer
b10e6d881f
[273924] Add DisassemblyEditor to enablement expression
2009-04-28 10:21:45 +00:00
Pawel Piech
202474d90a
[273924] - [breakpoints] Use IToggleBreakpointsTargetFactory for CDT breakpoints
2009-04-27 18:44:31 +00:00
Anton Leherbauer
5a07e05927
Fix NPE, related to bug 273306
2009-04-24 07:03:17 +00:00
Pawel Piech
f8440ac182
[270469] - [launch] The standard launcher should be selected by default.
2009-04-23 22:01:30 +00:00
John Cortell
542c042317
Fixed 273306. Correct enablement of Variables view action contributions. The 'enablesFor=1' is not appropriate for the Add Global Variables action. Thhat action does not use the viewers selection as context.
2009-04-22 19:05:16 +00:00
John Cortell
f789f8b6d1
Fixed 273306. Correct enablement of Variables view action contributions
2009-04-22 19:02:19 +00:00