Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-12-18Use the default value (STOP_AT_MAIN_DEFAULT) instead of "false".Mikhail Khodjaiants1-3/+4
2006-12-15Fixed bug 166774. Restart tries to set a breakpoint on main regardless of whe...John Cortell1-4/+9
2006-11-29Make setName public.Ken Ryall1-1/+1
2006-11-17Fixed bug 165042: CMemoryBlockRetrievalExtension.getMemoryBlock constructs a ...John Cortell1-1/+1
2006-11-08Fixed bugzilla report 163862. Globals don't show if there are no locals in th...John Cortell1-1/+1
2006-11-02Fix bug 159833, add support for source containers finding files by absolute p...Ken Ryall8-17/+131
2006-10-25Fix for 162327: NPE when you hit Remove All Global Variables on an empty vari...John Cortell1-0/+4
2006-10-12Fix 158919.Ken Ryall2-2/+2
2006-09-20Fixed PPC Mac debugging.Ken Ryall1-1/+2
2006-09-15Upversion the plugins to 3.1.1.Doug Schaefer1-1/+1
2006-09-15fix for 148415 by Corey AshfordChris Recoskie1-1/+3
2006-09-11Bugzilla Bug 156707: A failed operation (e.g., resume) can leave the CDebugTa...Mikhail Khodjaiants1-0/+4
2006-09-11Bug 156707: Invalid target run-state after failed operation (resume/suspend/r...John Cortell1-12/+30
2006-08-30Bug 155275: Exception when stepping.Mikhail Khodjaiants2-1/+5
2006-08-26Fix bug 155316.Ken Ryall2-9/+29
2006-08-24Merge fix for bug 155137 from HEAD.Ken Ryall1-1/+1
2006-08-24Check the frame's suspended state instead of the target's. Fixes bug 155129.Ken Ryall1-1/+1
2006-08-17If the breakpoint manager is disabled disable the breakpoint using the same m...Ken Ryall1-6/+1
2006-08-17Removing the previously applied patch for bug 136896 - interface breakage.Mikhail Khodjaiants2-70/+0
2006-08-16Bug 136896: View variables in binary format.Mikhail Khodjaiants2-0/+70
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer170-170/+170
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer203-208/+208
2006-06-15Added missing copyright notices.Ken Ryall1-0/+11
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-05-31Bug 144719: [Modules view] Modules from from different sessions are mixed up.Mikhail Khodjaiants2-0/+7
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 support...Mikhail Khodjaiants2-1/+7
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
2006-04-28When the target supports runtime type identification clear out the cached typ...Ken Ryall1-0/+5
2006-04-28When the target supports runtime type identification clear out the cached typ...Ken Ryall1-0/+4
2006-04-28Look in CVariable for the stack frame before resorting to the one from the Re...Ken Ryall1-0/+8
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 support...Ken Ryall1-0/+37
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
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 optio...Mikhail Khodjaiants7-193/+27
2006-02-24Fix for bugs 129152 (Keyboard shortcuts are gone in CDT CVS HEAD) and 128844 ...Mikhail Khodjaiants2-0/+7
2006-02-20Fire the resume event instead of the change event when a non-current thread i...Mikhail Khodjaiants2-1/+5
2006-02-20CModuleManager needs to extend PlatformObject to be accessible as an adapter ...Mikhail Khodjaiants2-1/+7
2006-02-08Bug 126958: wrong state setting for thread in CThread.handleResumeEvent().Mikhail Khodjaiants2-1/+5

Back to the top