Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-23Bug 133964: getBinary() method in CDebuggerTab always returns null.Mikhail Khodjaiants1-0/+4
2006-05-17Moved the new static methods from AbstractCLaunchDelegate to the new utility ↵Mikhail Khodjaiants1-0/+5
class.
2006-04-03Fix for bug 134581: Unable to set advanced debugger options.Mikhail Khodjaiants1-0/+4
2006-03-29Made some generic methods static.Mikhail Khodjaiants1-0/+4
2006-03-27Moved the extraction of the stop symbol to the launch.Mikhail Khodjaiants1-0/+5
2006-03-15Reversing previous changes. The existing "verifyProgramPath" method can be used.Mikhail Khodjaiants1-0/+4
2006-03-15The new "getExecutable" method is added to replace deprecated "getProgramFile".Mikhail Khodjaiants1-0/+4
2006-03-06Fix for Bug 93777: Postmortem and Local launch need a default preference for ↵Mikhail Khodjaiants1-0/+6
selected debugger.
2006-02-27Fix for Bug 126025: CApplicationLaunchShortcut call to ↵Mikhail Khodjaiants1-0/+6
DebugUITools.saveAndBuild invokes workspace wide build unnecessarily. Applied patch from Andrew Ferguson (ARM).
2006-02-03NPE in CDebuggerTab when attaching to a target.Mikhail Khodjaiants1-0/+4
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. ↵Mikhail Khodjaiants1-0/+5
All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage".
2006-01-30Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" ↵Mikhail Khodjaiants1-0/+5
option. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress ↵Mikhail Khodjaiants1-0/+5
information to be lost. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30Bug 118894: Allow stopping at other locations other than main(). Applied ↵Mikhail Khodjaiants1-0/+6
patch from Ken Ryall (Nokia).
2006-01-25Reversing changes made to fix bug 107571. The fix for bug 119683 covers this ↵Mikhail Khodjaiants1-0/+6
problem too. Inferior process shouldn't be shown as a part of the attach session.
2006-01-23Bug 119683: long messages during launch cause gdb to timeout, launch to fail.Mikhail Khodjaiants1-0/+6
2006-01-06Bug 120509: CDebuggerTab invokes wong initialization code (in addition to ↵Mikhail Khodjaiants1-0/+5
right code).
2006-01-06Cleanup.Mikhail Khodjaiants1-0/+5
2005-12-28Cleanup.Mikhail Khodjaiants1-0/+5
2005-12-27Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.Mikhail Khodjaiants1-0/+4
2005-12-20Bug 121474: NPE in CDebuggerTab.Mikhail Khodjaiants1-0/+4
2005-09-08The "Debugger" tab of the launch configuration dialog is too wide.Mikhail Khodjaiants1-0/+4
2005-09-06Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4).Mikhail Khodjaiants1-1/+5
2005-09-06Bug 108636: mi level selection option should be moved to the gdb page.Mikhail Khodjaiants1-0/+4
2005-08-312005-08-31 Alain MagloireAlain Magloire1-0/+5
Fix Pr 107571: Part of this fix is to add the inferior process in the session * src/org/eclipse/cdt/launch/internal/LocalAttachLaunchDelegate.java
2005-08-25Bug 66446: Use the debugger path as a debugger process label. Deprecated the ↵Mikhail Khodjaiants1-0/+5
"renderDebuggerProcessLabel" method.
2005-07-192005-07-18 Alain MagloireAlain Magloire1-0/+4
New combo to choose the MIVersion. * src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java
2005-07-142005-07-14 Mikhail KhodjaiantsAlain Magloire1-0/+4
Fix PR 103207: New Icon for the TwoPaneElement in the binary search * src/org/eclipse/cdt/launch/ui/CMainTab.java
2005-07-12Bug 103522: Launcher: Stop at main checkbox is covered with default launch ↵Mikhail Khodjaiants1-0/+5
dialog size. Moved the "Stop in main" and "Advanced" buttons on the line below.
2005-06-28Bug 89276: Typo in org.eclipse.cdt.launch/plugin.xml.Mikhail Khodjaiants1-0/+4
2005-06-21Bug 91374: CDT launch should set ATTR_PROCESS_TYPE.Mikhail Khodjaiants1-0/+6
2005-06-15Bug 87556: Post-mortem debug fails silently if core file is inaccessible. ↵Mikhail Khodjaiants1-0/+7
Applied patch from Joanne Woo (Monta Vista).
2005-05-18fixed bug #39581David Inglis1-0/+13
2005-05-09Bug 80175: Replace the CDT source lookup by the source lookup provided by ↵Mikhail Khodjaiants1-0/+9
Eclipse platform. Removed the old source lookup related classes and interfaces.
2005-04-21Bug 80175: Replace the CDT source lookup by the source lookup provided by ↵Mikhail Khodjaiants1-0/+7
Eclipse platform.
2005-04-07new images from Dave DaoustDavid Inglis1-0/+3
2005-02-242005-02-24 Alain MagloireAlain Magloire1-0/+6
Fix for PR 86443 * src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties * src/org/eclipse/cdt/launch/ui/CArgumentsTab.java
2005-02-03Fixed PR#84361David Inglis1-0/+6
2005-01-192005-01-19 Alain MagloireAlain Magloire1-0/+4
PR 82930 * src/org/eclipse/cdt/launch/internal/CPropertyTester.java
2004-12-202004-12-20 Alain MagloireAlain Magloire1-0/+5
PR 81321 * src/org/eclipse/cdt/launch/internal/CPropertyTester.java
2004-12-06The last character is missing in the launch configuration name generated ↵Mikhail Khodjaiants1-0/+5
from the binary file name.
2004-11-17api update to use IBinaryObject instead of IBinaryExecutable in debuggerDavid Inglis1-0/+9
2004-11-112004-11-11 Alain MagloireAlain Magloire1-0/+5
Fix for PR 78441 * src/org/eclipse/cdt/launch/internal/CPropertyTester.java * plugin.xml
2004-11-02see change logDavid Inglis1-0/+14
2004-10-22added variable support to launchingDavid Inglis1-0/+13
2004-10-182004-10-18 Alain MagloireAlain Magloire1-0/+4
Adjust to changes in CDI * src/org/eclipse/cdt/launch/internal/LocalRunLaunchDelegate.java
2004-10-18- Update to new ICDIDebugger interface deprecating oldDavid Inglis1-0/+7
- Added seperate launch configuration for attaching to pid
2004-10-172004-10-17 Alain MagloireAlain Magloire1-0/+5
Remove deprecated method in CDI adjust the implementation. * src/org/eclipse/cdt/launch/internal/CoreFileLaunchDelegate.java * src/org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.java
2004-10-11Added the launch configuration preference for the register bookkeeping.Mikhail Khodjaiants1-0/+5
2004-08-23Changes in the "Debugger" tab of the launch configuration dialog.Mikhail Khodjaiants1-0/+13
Replaced the "Run in debugger/Attach to running process" radio button by the "Attach to running process" check box. Added the "Advanced" button that opens the "Advanced options" dialog. The "Automatically track the values of variables" check box is moved to the dialog. The "CoreFileDebuggerTab" class is implemented as an extension of "CDebuggerTab".

Back to the top