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

61 commits

Author SHA1 Message Date
Mikhail Khodjaiants
6e702766cb Added API to allow the access to the internal MI UI components by client plugins.
Changed the "Solib search path" component.
Reformatting and cleanup.
2004-08-23 20:39:04 +00:00
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
David Inglis
540b9dc9f1 fixed auto solib option 2004-07-15 01:34:14 +00:00
Mikhail Khodjaiants
d1dfc1364e Wrong fix. Falling back. 2004-07-14 20:32:20 +00:00
Alain Magloire
3f70afdcc3 2004-07-14 Alain Magloire
Wrong call the to the Button widget it should have been
	setSelection() not setEnabled()

	* src/org/eclipse/cdt/debug/mi/internal/ui/GDBSolibBlock.java
2004-07-14 18:50:12 +00:00
Mikhail Khodjaiants
cfb0a1da4c Fix for bug 68934: Debug into dll doesn't work.
The "solib-search-path" and "stop-on-solib-events" options are not supported by gdb on CygWin.
Removed the "Shared Libraries" tab from the "Debugger" page of the laaunch configuration dialog
2004-07-02 20:16:14 +00:00
David Inglis
d294b00f9d update copyright 2004-06-25 14:49:43 +00:00
David Inglis
4edd1d9f5c copyright update patch from David Daoust 2004-06-24 19:55:36 +00:00
Mikhail Khodjaiants
acc1523fa1 Replaced global resource bundles by messages. 2004-06-22 18:45:18 +00:00
Mikhail Khodjaiants
624efe28c4 Fix for bug 60872. Accessibility: Run/Debug configuration dialog has duplicate mnemonics. 2004-06-21 21:55:40 +00:00
Mikhail Khodjaiants
0c164d2456 Externalizing strings. 2004-06-18 22:17:10 +00:00
Alain Magloire
c191bced9d Patch from Andrew for Help support 2004-06-18 18:56:40 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
Mikhail Khodjaiants
34df8b137e Removed dependencies on the compatibility plugin and replaced deprecated classes and methods.
Warning cleanup.
2004-05-21 19:59:49 +00:00
Mikhail Khodjaiants
505d65f2fb Fix for bug 59083: Two short cut keys in one sentence. 2004-04-29 16:42:53 +00:00
David Inglis
18e6359b5b cleanup 2004-03-23 03:07:40 +00:00
Mikhail Khodjaiants
ea9c355889 Applied patch from Tanya Wolff. 2004-03-12 17:00:31 +00:00
Doug Schaefer
8cceffb272 Fix the classpaths to use dynamic containers again.
My apologies :-)
2004-01-05 21:16:28 +00:00
Doug Schaefer
e1b04cf0c0 Added org.eclipse.core.runtime.compatability as a
dependency to satisfy Eclipse 3.0M6 requirements.
2004-01-05 20:26:57 +00:00
Mikhail Khodjaiants
2450aa42da Fix for bug 49061: Different values are used as default for the "Load shared library symbols automatically" option. 2003-12-17 22:16:41 +00:00
Mikhail Khodjaiants
8a0a4cb710 Fix for PR 47230: Need a shared library search path editing capability for GDBServerDebugger.
Implemented 'GDBServerDebuggerPage' as an extension of 'GDBDebuggerPage'.
Added two new control blocks - "TCP Connection" and "Serial Connection".
2003-12-05 20:46:29 +00:00
Mikhail Khodjaiants
f7359eac05 Cleanup. 2003-11-26 16:25:17 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
Mikhail Khodjaiants
3ab52b92d7 Removed dependencies on internal packages from other cdt plugins. 2003-11-20 17:09:24 +00:00
Mikhail Khodjaiants
dc03462d49 Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process. 2003-11-19 20:46:38 +00:00
Alain Magloire
abd239ff86 updated. 2003-11-06 21:06:53 +00:00
Alain Magloire
2ccdbcad4e support for serial baud 2003-11-06 21:06:45 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
Mikhail Khodjaiants
7fab73d44f Improved the layout of the 'Shared Libraries' component. 2003-09-30 02:06:35 +00:00
Mikhail Khodjaiants
22e130fbe7 Moving the shared library search paths block to mi UI. 2003-09-11 17:44:42 +00:00
Mikhail Khodjaiants
09c4ef716b Added the 'org.eclipse.cdt.debug.mi.internal.ui.dialogfields' package. 2003-09-11 15:26:14 +00:00
Mikhail Khodjaiants
30b346c1a1 Regrouping the launch configuration constants. 2003-09-08 21:49:31 +00:00
Mikhail Khodjaiants
2a80da7743 New UI for the 'Debugger' page of launch configuration. 2003-09-08 21:42:43 +00:00
David Inglis
5ae31fb0e6 update version 2003-04-23 15:03:25 +00:00
Mikhail Khodjaiants
f9ce0bfae3 Replaced 'toString()' by 'getMessage()' for CDI exceptions. 2003-04-07 22:42:14 +00:00
Alain Magloire
5ab63e9b70 updated. 2003-04-06 01:07:33 +00:00
Alain Magloire
54c9ad41e7 New launch configuration for GDBServer, code
from Monta Vista
2003-04-06 01:07:23 +00:00
Mikhail Khodjaiants
45ee4acdb5 Cleanup. 2003-04-02 20:01:57 +00:00
Mikhail Khodjaiants
d24ccf7f26 Cosmetic changes in the 'MIPreferencePage' class. 2003-03-26 21:34:55 +00:00
Mikhail Khodjaiants
7c52c5f109 The 'Automatically Load Symbols' action is commented out. 2003-02-13 17:49:56 +00:00
Mikhail Khodjaiants
1e011191d0 Changes in the 'Automatically Load Symbols' action because of the removal of the 2003-02-13 00:16:37 +00:00
Mikhail Khodjaiants
a16cae3be3 The 'Automatically Load Symbols' action is added to the 'Shared Libraries' view. 2003-02-11 23:58:55 +00:00
Alain Magloire
5af111e1fa updated 2003-02-07 03:51:05 +00:00
Alain Magloire
e55d0449e2 Provide helper method to get rid of annoying warnings. 2003-02-07 03:50:52 +00:00
David Inglis
3fbb451d18 Cywin has its own page 2003-01-24 17:19:33 +00:00
David Inglis
c642c08e59 new browse buttons and gdinit field 2003-01-17 16:51:24 +00:00
David Inglis
a25c4af562 fixed 'revert' behavior 2003-01-16 20:59:21 +00:00
Alain Magloire
4f9fafb5cd updated 2003-01-06 22:19:50 +00:00
Alain Magloire
5d7c0c4217 Autosolib on by default 2003-01-03 20:30:36 +00:00