1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

121 commits

Author SHA1 Message Date
Mikhail Khodjaiants
3582f6f800 Bug 133964: getBinary() method in CDebuggerTab always returns null. 2006-05-23 21:42:12 +00:00
Mikhail Khodjaiants
f9fa5b5f7f Moved the new static methods from AbstractCLaunchDelegate to the new utility class. 2006-05-17 22:04:57 +00:00
Mikhail Khodjaiants
81cc0b0322 Fix for bug 134581: Unable to set advanced debugger options. 2006-04-03 19:00:30 +00:00
Mikhail Khodjaiants
b3b077cfc3 Made some generic methods static. 2006-03-29 19:29:53 +00:00
Mikhail Khodjaiants
1018fe85a9 Moved the extraction of the stop symbol to the launch. 2006-03-27 20:34:02 +00:00
Mikhail Khodjaiants
67a5ca4aef Reversing previous changes. The existing "verifyProgramPath" method can be used. 2006-03-15 19:05:09 +00:00
Mikhail Khodjaiants
cb1be70bed The new "getExecutable" method is added to replace deprecated "getProgramFile". 2006-03-15 18:44:36 +00:00
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
76e299dfbf Fix for Bug 126025: CApplicationLaunchShortcut call to DebugUITools.saveAndBuild invokes workspace wide build unnecessarily. Applied patch from Andrew Ferguson (ARM). 2006-02-27 19:50:45 +00:00
Mikhail Khodjaiants
e609f306b4 NPE in CDebuggerTab when attaching to a target. 2006-02-03 22:08:51 +00:00
Mikhail Khodjaiants
b6d6d8f874 The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 19:57:35 +00:00
Mikhail Khodjaiants
ef1cb915f1 Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" option. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com). 2006-01-30 22:46:16 +00:00
Mikhail Khodjaiants
3513e5a634 Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress information to be lost. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com). 2006-01-30 21:30:54 +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
ca2ea100c4 Reversing changes made to fix bug 107571. The fix for bug 119683 covers this problem too. Inferior process shouldn't be shown as a part of the attach session. 2006-01-25 19:19:21 +00:00
Mikhail Khodjaiants
143d697e5e Bug 119683: long messages during launch cause gdb to timeout, launch to fail. 2006-01-23 20:25:43 +00:00
Mikhail Khodjaiants
3646c58a41 Bug 120509: CDebuggerTab invokes wong initialization code (in addition to right code). 2006-01-06 20:38:51 +00:00
Mikhail Khodjaiants
d87a35dc00 Cleanup. 2006-01-06 20:33:35 +00:00
Mikhail Khodjaiants
5c2821d29b Cleanup. 2005-12-28 00:29:18 +00:00
Mikhail Khodjaiants
34c3e374c4 Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart. 2005-12-27 23:59:14 +00:00
Mikhail Khodjaiants
7b6a596692 Bug 121474: NPE in CDebuggerTab. 2005-12-20 21:15:55 +00:00
Mikhail Khodjaiants
d616526e79 The "Debugger" tab of the launch configuration dialog is too wide. 2005-09-08 21:50:01 +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
Alain Magloire
155525b0ea 2005-08-31 Alain Magloire
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-31 17:36:31 +00:00
Mikhail Khodjaiants
282d9eb299 Bug 66446: Use the debugger path as a debugger process label. Deprecated the "renderDebuggerProcessLabel" method. 2005-08-25 21:45:23 +00:00
Alain Magloire
4f55b5b210 2005-07-18 Alain Magloire
New combo to choose the MIVersion.
	* src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java
2005-07-19 00:29:23 +00:00
Alain Magloire
9951df73a1 2005-07-14 Mikhail Khodjaiants
Fix PR 103207: New Icon for the TwoPaneElement in the binary search
	* src/org/eclipse/cdt/launch/ui/CMainTab.java
2005-07-14 17:29:48 +00:00
Mikhail Khodjaiants
659a9aa535 Bug 103522: Launcher: Stop at main checkbox is covered with default launch dialog size. Moved the "Stop in main" and "Advanced" buttons on the line below. 2005-07-12 19:24:25 +00:00
Mikhail Khodjaiants
3dc2073d23 Bug 89276: Typo in org.eclipse.cdt.launch/plugin.xml. 2005-06-28 15:31:57 +00:00
Mikhail Khodjaiants
4732db0ae8 Bug 91374: CDT launch should set ATTR_PROCESS_TYPE. 2005-06-21 18:41:38 +00:00
Mikhail Khodjaiants
0467fe740a Bug 87556: Post-mortem debug fails silently if core file is inaccessible. Applied patch from Joanne Woo (Monta Vista). 2005-06-15 17:58:08 +00:00
David Inglis
5ecd43203f fixed bug #39581 2005-05-18 21:51:59 +00:00
Mikhail Khodjaiants
ff1dee0158 Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed the old source lookup related classes and interfaces. 2005-05-09 21:41:40 +00:00
Mikhail Khodjaiants
af37524c7a Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. 2005-04-21 19:41:01 +00:00
David Inglis
1e163ece68 new images from Dave Daoust 2005-04-07 17:48:09 +00:00
Alain Magloire
6e38815a9a 2005-02-24 Alain Magloire
Fix for PR 86443

	* src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties
	* src/org/eclipse/cdt/launch/ui/CArgumentsTab.java
2005-02-24 20:53:44 +00:00
David Inglis
83c9192837 Fixed PR#84361 2005-02-03 19:19:48 +00:00
Alain Magloire
4fae0d2e17 2005-01-19 Alain Magloire
PR 82930
	* src/org/eclipse/cdt/launch/internal/CPropertyTester.java
2005-01-19 22:13:18 +00:00
Alain Magloire
5a4e52df7a 2004-12-20 Alain Magloire
PR 81321
	* src/org/eclipse/cdt/launch/internal/CPropertyTester.java
2004-12-20 17:14:25 +00:00
Mikhail Khodjaiants
df1737f4f0 The last character is missing in the launch configuration name generated from the binary file name. 2004-12-06 23:23:09 +00:00
David Inglis
176c726567 api update to use IBinaryObject instead of IBinaryExecutable in debugger 2004-11-17 19:57:54 +00:00
Alain Magloire
af6a913751 2004-11-11 Alain Magloire
Fix for PR 78441
	* src/org/eclipse/cdt/launch/internal/CPropertyTester.java
	* plugin.xml
2004-11-11 21:38:06 +00:00
David Inglis
46d6b8f8c1 see change log 2004-11-02 03:32:44 +00:00
David Inglis
2e47a2377b added variable support to launching 2004-10-22 14:42:59 +00:00
Alain Magloire
1f3df7b1c7 2004-10-18 Alain Magloire
Adjust to changes in CDI
	* src/org/eclipse/cdt/launch/internal/LocalRunLaunchDelegate.java
2004-10-18 23:13:28 +00:00
David Inglis
a192c2f172 - Update to new ICDIDebugger interface deprecating old
- Added seperate launch configuration for attaching to pid
2004-10-18 14:48:50 +00:00
Alain Magloire
6bc057c303 2004-10-17 Alain Magloire
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-17 21:27:40 +00:00
Mikhail Khodjaiants
acf19e50fa Added the launch configuration preference for the register bookkeeping. 2004-10-11 20:24:15 +00:00
Mikhail Khodjaiants
2798c3a121 Changes in the "Debugger" tab of the launch configuration dialog.
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".
2004-08-23 19:59:19 +00:00