Mikhail Khodjaiants
33cb273cb6
Fix for Bug 93777: Postmortem and Local launch need a default preference for selected debugger.
2006-03-06 18:46:09 +00:00
Mikhail Khodjaiants
8e51e51706
All serializable objects should have a stable serialVersionUID.
2006-02-27 22:53:47 +00:00
Mikhail Khodjaiants
fd4aeb67d1
The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed CDirectorySourceContainer and related classes. The CDirectorySourceContainerType is kept for migration purposes.
2006-02-27 21:56:06 +00:00
Mikhail Khodjaiants
3502da3b30
Fix for bugs 129152 (Keyboard shortcuts are gone in CDT CVS HEAD) and 128844 (No prompt for Debug perspective on suspend).
2006-02-24 23:32:09 +00:00
Mikhail Khodjaiants
b0f0e7e414
Fire the resume event instead of the change event when a non-current thread is resumed.
2006-02-20 22:51:50 +00:00
Mikhail Khodjaiants
c249d2f543
CModuleManager needs to extend PlatformObject to be accessible as an adapter for IModuleRetrival.
2006-02-20 22:48:47 +00:00
Mikhail Khodjaiants
2f616a8c07
Bug 126958: wrong state setting for thread in CThread.handleResumeEvent().
2006-02-08 20:10:17 +00:00
Mikhail Khodjaiants
ad1a1771a9
Updated comments.
2006-02-06 17:10:32 +00:00
Mikhail Khodjaiants
29c2e5c8da
Bug 125603: Debugger don't stop on breakpoints if src is linked.
2006-01-30 19:48:37 +00:00
Mikhail Khodjaiants
f96f4300b0
Bug 118894: Allow stopping at other locations other than main(). Applied patch from Ken Ryall (Nokia).
2006-01-30 02:23:02 +00:00
Mikhail Khodjaiants
dd546cab07
Bug 119683: long messages during launch cause gdb to timeout, launch to fail. New "createSession" method accepts File instead of IBinaryObject.
2006-01-23 20:21:52 +00:00
David Inglis
58f26dfed6
Fixed build for jar'd plugins
...
cleaned up .project files
2006-01-18 18:16:35 +00:00
Mikhail Khodjaiants
ecb9f13ea8
Bug 123745: Disassembly view can get into endless loop.
2006-01-15 19:38:42 +00:00
Mikhail Khodjaiants
ee78872cb9
Bug 118900: Display libraries loaded in post-mortem debug. Applied with modifications the patch from Joanne Woo (jwoo.mvista.com).
2006-01-04 20:14:19 +00:00
Mikhail Khodjaiants
fc68c36469
Bug 118900: Display libraries loaded in post-mortem debug. Applied with modifications the patch from Joanne Woo (jwoo.mvista.com).
2006-01-04 19:14:33 +00:00
Doug Schaefer
c5c47c0842
Trying out the .qualifier version for builds.
2006-01-03 19:11:47 +00:00
Mikhail Khodjaiants
c697bbaec7
Cleanup.
2005-12-31 00:51:47 +00:00
Mikhail Khodjaiants
d9bcef0863
Temporary fix for bug 122344: Memory monitors are not shown in the Memory view.
2005-12-29 22:14:47 +00:00
Mikhail Khodjaiants
6826257fc8
Bug 122336: Use the asynchronous tree viewer in the Modules view.
2005-12-29 22:00:34 +00:00
Mikhail Khodjaiants
f4fc48f7ce
Bug 122336: Use the asynchronous tree viewer in the Modules view.
2005-12-29 21:53:51 +00:00
Mikhail Khodjaiants
34c3e374c4
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
2005-12-27 23:59:14 +00:00
Mikhail Khodjaiants
556fda170b
Bug 118809: Failure to evaluate stack frame. Previous fix didn't work for stack depths > 100.
2005-12-16 20:45:48 +00:00
Mikhail Khodjaiants
fff6cffa2d
Bug 118809: Failure to evaluate stack frame.
2005-12-08 23:05:20 +00:00
Doug Schaefer
2b2f1eaba6
Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress.
2005-12-02 20:43:14 +00:00
Mikhail Khodjaiants
a7d1231811
Bug 118272: Invalid stack trace when stepping out of function.
2005-11-28 21:07:36 +00:00
Doug Schaefer
f68ca2c02b
Made all of the plugins OSGi components.
2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185
Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries.
2005-11-10 21:41:23 +00:00
Mikhail Khodjaiants
fd1c565981
Bug 115385: Pointer to a structure is not updated correctly.
2005-11-07 21:11:12 +00:00
Mikhail Khodjaiants
47aa5eed64
Fix for bugs 112008 and 111828.
...
Applied modified patch from Matthias Spycher (matthias@coware.com ).
2005-10-24 17:31:54 +00:00
Mikhail Khodjaiants
9acac67434
Bug 109785: "mi_cmd_var_create: unable to create variable object" when stepping out of stack frame.
2005-09-16 19:35:08 +00:00
Mikhail Khodjaiants
9047a11e82
Bug 109206: Last register group is not added if it has only one register.
2005-09-09 21:34:32 +00:00
Mikhail Khodjaiants
34411d80e6
Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4).
2005-09-06 20:19:08 +00:00
Mikhail Khodjaiants
db189e5935
Bug 108636: mi level selection option should be moved to the gdb page.
2005-09-06 19:11:57 +00:00
Mikhail Khodjaiants
fe2b61a78e
Bug 108424: Debugger stops on removed breakpoints.
2005-09-01 20:33:54 +00:00
Mikhail Khodjaiants
541144055f
Bug 106241: Argument stopInMain has no impact in method org.eclipse.cdt.debug.core.CDIDebugModel#newDebugTarget.
2005-08-25 20:12:44 +00:00
Mikhail Khodjaiants
485f7b6bf0
Bug 108028: Duplicate watchpointes.
2005-08-25 18:26:34 +00:00
Mikhail Khodjaiants
fece65cbf3
Bug 107787: Casting variable to array causes NPE.
2005-08-23 21:27:17 +00:00
Alain Magloire
cabc71e9e2
2005-08-04 Alain Magloire
...
ClastCastException being throw in CThread.getAdapter(IRunToLine.class);
Patch solution to ignore the exception.
* src/org/eclipse/cdt/debug/internal/core/model/CThread.java
2005-08-05 00:19:16 +00:00
Mikhail Khodjaiants
c16a83969c
The registers with errors shouldn't be disposed when the target is suspended. Added synchronization to the "getRegisters" method.
2005-07-29 19:24:19 +00:00
Mikhail Khodjaiants
a5fdd63e34
Bug 104421: Register view can not show correct value when switch between different thread or stack frame.
2005-07-29 02:12:02 +00:00
Mikhail Khodjaiants
fb81386aa2
Bug 103567: breakpoints view of of sync w/CDT CVS HEAD.
2005-07-28 17:49:05 +00:00
Mikhail Khodjaiants
a7d6556d98
Bug 105224: Two identical directory source container types.
2005-07-26 21:05:45 +00:00
Mikhail Khodjaiants
7ce35b3215
Bug 102929: Race conditions when setting breakpoints at launch. The initial breakpoint settings, stop in main and resume are batched in one job. This garantees the right order of commands sent to the backend.
2005-07-26 18:17:05 +00:00
Alain Magloire
9f27c7baec
2005-07-22 Alain Magloire
...
Fix to Copyright.
* src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
2005-07-22 02:37:17 +00:00
Alain Magloire
053f04b5da
2005-07-18 Alain Magloire
...
new launch constant for the MI protocol
* src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java
2005-07-19 00:29:38 +00:00
Mikhail Khodjaiants
8b13067b55
Bug 103917: NPE in Variables View.
2005-07-14 21:45:57 +00:00
Mikhail Khodjaiants
519a3f133b
Bug 103784: NPE in source lookup.
2005-07-14 15:32:35 +00:00
Mikhail Khodjaiants
afb99ca2e0
Bug 94770: Breakpoint marker messages need formatting.
2005-07-11 20:18:06 +00:00
Mikhail Khodjaiants
249408c1cb
Bug 102077: The DebugLabelViewDecorato asking info out of context. Added a new flag to CVariable indicate the disposed state and prevent target requests.
2005-07-11 18:34:15 +00:00
Mikhail Khodjaiants
d3ee3bfc24
Bug 102563: Break points not working. Temporary switching back to use file names instead of full paths.
2005-07-11 15:18:03 +00:00