Ken Ryall
4692c67a86
Bug 299087, Executables manager overhaul.
2010-01-08 05:37:52 +00:00
Mikhail Khodjaiants
58eec98b25
Bug 250037 - Debug value view fails to update 'Value' column. Patch for CDI.
2010-01-07 17:20:18 +00:00
Ken Ryall
4934483c60
Increment version number to 7.0
2010-01-07 14:38:00 +00:00
John Cortell
47e8b801a0
Enhanced doc and use generics. No functional change.
2010-01-05 23:03:38 +00:00
John Cortell
08c663e9eb
Enhanced doc and use generics. No functional change.
2010-01-05 21:16:16 +00:00
John Cortell
858cf9e17a
Doc enhancement
2010-01-05 21:08:22 +00:00
Marc Khouzam
721192f266
[284286] First phase of tracepoint support. Tracepoints can now be created/deleted/enabled/disabled, we can add conditions and passcount.
2009-12-18 18:59:44 +00:00
Marc Khouzam
959296fdd1
[293634] Fix to make line breakpoints the default choice again.
2009-12-18 15:59:54 +00:00
Anton Leherbauer
2d40e6fea7
Bug 293634 - [breakpoints] ToggleBreakpointAdapter blocks UI thread waiting on the index (follow up)
2009-12-17 13:19:04 +00:00
Marc Khouzam
370ef8a824
[275687] Moving Reverse commands to the core of CDT from DSF-GDB, and making use of the new asynchronous command framework of the debug platform
2009-12-16 20:32:47 +00:00
John Cortell
bbf22bce99
[297781] Executables view accidentally converting UNIX paths to windows c: based ones (on Windows)
2009-12-14 22:59:38 +00:00
John Cortell
6e9b99adf9
Discard obsolete classes
2009-12-14 19:30:52 +00:00
James Blackburn
3d3b6c4b4c
Bug 296006 nullify cached underlying Expression Variable if it's unable to provide value string
2009-11-24 15:12:35 +00:00
James Blackburn
ca19a9fd59
Bug 295988 Inability to create asynchronously created variable during update shouldn't break other variable updates
...
- Log CDIException during #processSuspendedEvent as this indicates something has broken.
2009-11-24 14:02:59 +00:00
James Blackburn
193a63fe4e
Bug 295899 CVariables aren't removed when the underlying cdiObject is destroyed.
2009-11-24 12:46:35 +00:00
John Cortell
3a995bbbba
Expose some packages to EDC
2009-11-16 21:14:33 +00:00
Anton Leherbauer
450bef3a2c
Bug 200418 - Mouse over struct/class member always fails
2009-11-13 10:02:30 +00:00
Ken Ryall
dcd0c58abf
Bug 159955, enable the source not found editor for DSF.
2009-11-10 22:06:46 +00:00
Pawel Piech
695c6aab00
Bug 294351 - Add debug hover support for DSF
2009-11-10 00:08:13 +00:00
Mikhail Khodjaiants
8d5a128bc4
Bug 294448: Path Mapping dialog issues. Pass the content of the "Local file system path" field to the directory dialog.
2009-11-09 17:19:17 +00:00
Anton Leherbauer
e80914811e
Bug 293634 - Improve ToggleBreakpointAdapter.getCElementFromSelection
2009-11-06 10:24:34 +00:00
Mikhail Khodjaiants
45c8169b94
Removed obsolete comment.
2009-11-05 15:40:39 +00:00
John Cortell
7042d486ff
[292300] MIProcessAdapter doesn't destroy process even if launch timed out
2009-10-14 17:55:03 +00:00
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