Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Fix to bail out gracefully when projects are closed or goneThomas Fletcher1-0/+3
2006-08-04Fix to address the incorrect usage of progress monitors as perThomas Fletcher1-28/+68
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer3-3/+3
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer15-16/+16
2006-05-23Bug 133964: getBinary() method in CDebuggerTab always returns null.Mikhail Khodjaiants1-0/+3
2006-05-18Moved the new static methods from AbstractCLaunchDelegate to the new utility ...Mikhail Khodjaiants1-1/+1
2006-05-17Moved the new static methods from AbstractCLaunchDelegate to the new utility ...Mikhail Khodjaiants2-107/+146
2006-04-03Fix for bug 134581: Unable to set advanced debugger options.Mikhail Khodjaiants1-4/+4
2006-03-29Made some generic methods static.Mikhail Khodjaiants1-1/+1
2006-03-29Made some generic methods static.Mikhail Khodjaiants1-3/+3
2006-03-27Moved the extraction of the stop symbol to the launch.Mikhail Khodjaiants2-2/+8
2006-03-15Reversing previous changes. The existing "verifyProgramPath" method can be used.Mikhail Khodjaiants1-35/+1
2006-03-15The new "getExecutable" method is added to replace deprecated "getProgramFile".Mikhail Khodjaiants1-1/+35
2006-03-13Fixing bug #131513 - Apply does not work for multiline program argumentsNorbert Plött1-0/+1
2006-03-06Fix for Bug 93777: Postmortem and Local launch need a default preference for ...Mikhail Khodjaiants3-18/+40
2006-02-27Fix for Bug 126025: CApplicationLaunchShortcut call to DebugUITools.saveAndBu...Mikhail Khodjaiants1-1/+0
2006-02-03NPE in CDebuggerTab when attaching to a target.Mikhail Khodjaiants1-4/+7
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. A...Mikhail Khodjaiants1-12/+12
2006-01-30Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" op...Mikhail Khodjaiants1-10/+6
2006-01-30Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress i...Mikhail Khodjaiants1-34/+30
2006-01-30Bug 118894: Allow stopping at other locations other than main(). Applied patc...Mikhail Khodjaiants2-4/+29
2006-01-25Reversing changes made to fix bug 107571. The fix for bug 119683 covers this ...Mikhail Khodjaiants2-15/+2
2006-01-23Bug 119683: long messages during launch cause gdb to timeout, launch to fail.Mikhail Khodjaiants2-0/+451
2006-01-06Bug 120509: CDebuggerTab invokes wong initialization code (in addition to rig...Mikhail Khodjaiants2-8/+8
2006-01-06Cleanup.Mikhail Khodjaiants2-5/+1
2005-12-28Cleanup.Mikhail Khodjaiants2-4/+4
2005-12-20Bug 121474: NPE in CDebuggerTab.Mikhail Khodjaiants1-23/+21
2005-09-08The "Debugger" tab of the launch configuration dialog is too wide.Mikhail Khodjaiants1-19/+11
2005-09-06Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4).Mikhail Khodjaiants1-2/+2
2005-09-06Bug 108636: mi level selection option should be moved to the gdb page.Mikhail Khodjaiants1-49/+0
2005-08-312005-08-31 Alain MagloireAlain Magloire1-1/+8
2005-08-25Bug 66446: Use the debugger path as a debugger process label. Deprecated the ...Mikhail Khodjaiants1-0/+3
2005-07-192005-07-18 Alain MagloireAlain Magloire1-0/+48
2005-07-142005-07-14 Mikhail KhodjaiantsAlain Magloire1-8/+3
2005-07-12Bug 103522: Launcher: Stop at main checkbox is covered with default launch di...Mikhail Khodjaiants1-11/+9
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis3-15/+17
2005-06-23CPL to EPL transistion - license header update for QNXDavid Inglis24-185/+219
2005-06-21Bug 91374: CDT launch should set ATTR_PROCESS_TYPE.Mikhail Khodjaiants3-5/+17
2005-06-15Bug 87556: Post-mortem debug fails silently if core file is inaccessible. App...Mikhail Khodjaiants3-5/+35
2005-06-14small update to change logging to use the launch plugins plus use its own pix...David Inglis4-7/+70
2005-06-14fixed bug # 99899David Inglis1-1/+1
2005-05-18fixed bug #39581David Inglis9-268/+379
2005-05-09Bug 80175: Replace the CDT source lookup by the source lookup provided by Ecl...Mikhail Khodjaiants5-131/+0
2005-04-21Bug 80175: Replace the CDT source lookup by the source lookup provided by Ecl...Mikhail Khodjaiants3-6/+9
2005-04-07new images from Dave DaoustDavid Inglis1-1/+1
2005-04-06add access control listenerDavid Inglis1-1/+2
2005-03-24use HelpSystem APIDavid Inglis6-12/+14
2005-03-24let core exceptions goDavid Inglis1-8/+5
2005-02-242005-02-24 Alain MagloireAlain Magloire2-1/+2
2005-02-21StringVariableSelectionDialog went public!David Inglis2-2/+2

Back to the top