1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

238 commits

Author SHA1 Message Date
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes 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-12-02 20:43:14 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185 Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries. 2005-11-10 21:41:23 +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
Doug Schaefer
2fd25239b8 EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +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
ebffc66e0d small update to change logging to use the launch plugins plus use its own pixelconverter 2005-06-14 15:55:15 +00:00
David Inglis
da065bb454 fixed bug # 99899 2005-06-14 15:06:24 +00:00
David Inglis
5ecd43203f fixed bug #39581 2005-05-18 21:51:59 +00:00
David Inglis
6a1a4e7365 fixed bug #39581 2005-05-18 18:22:39 +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
David Inglis
5cbaa2e78d add access control listener 2005-04-06 19:50:32 +00:00
David Inglis
6bcf0f580b use HelpSystem API 2005-03-24 17:11:37 +00:00
David Inglis
2ab4f6bf28 let core exceptions go 2005-03-24 17:11:07 +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
a282800cac StringVariableSelectionDialog went public! 2005-02-21 03:00:57 +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
Doug Schaefer
0583121e43 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +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
3dd222fb35 fixed bug # 69222 2004-11-30 18:05:13 +00:00
David Inglis
176c726567 api update to use IBinaryObject instead of IBinaryExecutable in debugger 2004-11-17 19:57:54 +00:00
David Inglis
e2b84054ef use default constant for terminal 2004-11-16 21:34:26 +00:00
David Inglis
8692efd446 default terminal to true 2004-11-16 21:28:46 +00:00
David Inglis
8cec1f832b added terminal support 2004-11-16 21:21:58 +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
7a24fe76ca missing NLS markup 2004-11-01 15:16:40 +00:00
David Inglis
28efe5b06a rollback getEnv old methods added new getEnv methods that use new constants to fix backward compatability issue 2004-10-29 15:16:45 +00:00
David Inglis
08412e5d6d fail launch on unrecognized binary file 2004-10-27 14:51:58 +00:00
David Inglis
6a8a5296bb cleanup compiler warnings 2004-10-27 13:59:30 +00:00
Alain Magloire
4d146140b3 Fix NPE 2004-10-22 15:13:33 +00:00
David Inglis
2e47a2377b added variable support to launching 2004-10-22 14:42:59 +00:00
David Inglis
bd562b731b update due to debug factroy api change 2004-10-21 15:07:54 +00:00
David Inglis
92d5c0eec5 fixed debugger slection bug 2004-10-20 19:20:54 +00:00