Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-29Bug 108472: Debug continues to fail.Mikhail Khodjaiants1-0/+6
2006-05-29Bug 108472: Debug continues to fail.Mikhail Khodjaiants3-5/+11
2006-05-26Bug 137138: Common source containers get disposed.Mikhail Khodjaiants3-3/+13
2006-05-26Bug 122010: Registers View is displayed even if supportsRegisters and ↵Mikhail Khodjaiants2-1/+7
supportsRegisterModification are disabled. Fix for supportsRegisterModification.
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-05-19Warning cleanup.Mikhail Khodjaiants2-3/+7
2006-05-12Bug 118274: Condition is not shown in the tooltip of conditional breakpoint.Mikhail Khodjaiants8-41/+169
2006-05-11Fixing up copyright notices. Bug 130320.Doug Schaefer2-3/+3
2006-04-28Add another 'contains' that uses a source file name/path to search.Ken Ryall1-0/+10
2006-04-28Only assume that all threads are suspended or resumed if the target does not ↵Ken Ryall1-3/+8
support per thread control.
2006-04-28When the target supports runtime type identification clear out the cached ↵Ken Ryall1-0/+5
type when a new value is created. Also fix a problem with global variables not always being updated.
2006-04-28When the target supports runtime type identification clear out the cached ↵Ken Ryall1-0/+4
type when a new value is created.
2006-04-28Look in CVariable for the stack frame before resorting to the one from the ↵Ken Ryall1-0/+8
RegisterManager.
2006-04-28Threads are always "current" if the target supports thread control.Ken Ryall1-0/+6
2006-04-28Clear the value string if the target supports passive variable updating.Ken Ryall1-0/+7
2006-04-28Extend the ICDITargetConfiguration interface to identify targets that ↵Ken Ryall1-0/+37
support thread control, passive variable updating, and runtime type identification.
2006-04-18Typo.Mikhail Khodjaiants1-1/+1
2006-03-27Moved the extraction of the stop symbol to the launch.Mikhail Khodjaiants3-5/+90
2006-03-06Fix for Bug 93777: Postmortem and Local launch need a default preference for ↵Mikhail Khodjaiants3-1/+113
selected debugger.
2006-02-27All serializable objects should have a stable serialVersionUID.Mikhail Khodjaiants2-0/+9
2006-02-27The DirectorySourceContainer's UI now supports the subfolders searching ↵Mikhail Khodjaiants7-193/+27
option (see bug 89748). Removed CDirectorySourceContainer and related classes. The CDirectorySourceContainerType is kept for migration purposes.
2006-02-24Fix for bugs 129152 (Keyboard shortcuts are gone in CDT CVS HEAD) and 128844 ↵Mikhail Khodjaiants2-0/+7
(No prompt for Debug perspective on suspend).
2006-02-20Fire the resume event instead of the change event when a non-current thread ↵Mikhail Khodjaiants2-1/+5
is resumed.
2006-02-20CModuleManager needs to extend PlatformObject to be accessible as an adapter ↵Mikhail Khodjaiants2-1/+7
for IModuleRetrival.
2006-02-08Bug 126958: wrong state setting for thread in CThread.handleResumeEvent().Mikhail Khodjaiants2-1/+5
2006-02-06Updated comments.Mikhail Khodjaiants1-11/+15
2006-01-30Bug 125603: Debugger don't stop on breakpoints if src is linked.Mikhail Khodjaiants2-0/+16
2006-01-30Bug 118894: Allow stopping at other locations other than main(). Applied ↵Mikhail Khodjaiants3-4/+34
patch from Ken Ryall (Nokia).
2006-01-23Bug 119683: long messages during launch cause gdb to timeout, launch to ↵Mikhail Khodjaiants3-1/+44
fail. New "createSession" method accepts File instead of IBinaryObject.
2006-01-18Fixed build for jar'd pluginsDavid Inglis2-6/+4
cleaned up .project files
2006-01-15Bug 123745: Disassembly view can get into endless loop.Mikhail Khodjaiants2-3/+12
2006-01-04Bug 118900: Display libraries loaded in post-mortem debug. Applied with ↵Mikhail Khodjaiants1-1/+1
modifications the patch from Joanne Woo (jwoo.mvista.com).
2006-01-04Bug 118900: Display libraries loaded in post-mortem debug. Applied with ↵Mikhail Khodjaiants3-7/+31
modifications the patch from Joanne Woo (jwoo.mvista.com).
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer1-1/+1
2005-12-31Cleanup.Mikhail Khodjaiants4-6/+10
2005-12-29Temporary fix for bug 122344: Memory monitors are not shown in the Memory view.Mikhail Khodjaiants2-1/+6
2005-12-29Bug 122336: Use the asynchronous tree viewer in the Modules view.Mikhail Khodjaiants1-2/+1
2005-12-29Bug 122336: Use the asynchronous tree viewer in the Modules view.Mikhail Khodjaiants6-52/+85
2005-12-27Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.Mikhail Khodjaiants2-1/+5
2005-12-16Bug 118809: Failure to evaluate stack frame. Previous fix didn't work for ↵Mikhail Khodjaiants2-1/+8
stack depths > 100.
2005-12-08Bug 118809: Failure to evaluate stack frame.Mikhail Khodjaiants2-27/+53
2005-12-02Got rid of the static project references in our .project files. PDE takes ↵Doug Schaefer1-1/+0
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-11-28Bug 118272: Invalid stack trace when stepping out of function.Mikhail Khodjaiants2-7/+18
2005-11-15Made all of the plugins OSGi components.Doug Schaefer3-21/+29
2005-11-10Upversioned everything. Changed the features to not unpack the plugins that ↵Doug Schaefer2-2/+1
don't have shared libraries.
2005-11-07Bug 115385: Pointer to a structure is not updated correctly.Mikhail Khodjaiants2-0/+9
2005-10-24Fix for bugs 112008 and 111828.Mikhail Khodjaiants2-5/+36
Applied modified patch from Matthias Spycher (matthias@coware.com).
2005-09-16Bug 109785: "mi_cmd_var_create: unable to create variable object" when ↵Mikhail Khodjaiants2-3/+13
stepping out of stack frame.
2005-09-09Bug 109206: Last register group is not added if it has only one register.Mikhail Khodjaiants2-1/+5
2005-09-06Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4).Mikhail Khodjaiants10-26/+32

Back to the top