1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
Commit graph

58 commits

Author SHA1 Message Date
Mikhail Khodjaiants
7827b8d4a1 Bug 156114: GDB options layout problem.
Applied patch from Vladimir Prus (vladimir@codesourcery.com).
2006-09-11 17:45:54 +00:00
Mikhail Khodjaiants
e8636fc099 Bug 113107: Make trace logs more readily available. 2006-04-16 05:03:28 +00:00
Mikhail Khodjaiants
4538ba6fd1 Bug 113107: Make trace logs more readily available. Implementation of the "Verbose Mode" action. 2006-04-13 21:52:59 +00:00
Mikhail Khodjaiants
4cbf532066 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Sort the shared library list. 2006-04-11 20:48:47 +00:00
Mikhail Khodjaiants
12c6d13e42 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use set instead of list when collecting the shared library names: different libraries can have same soname. 2006-04-11 20:07:21 +00:00
Mikhail Khodjaiants
39e1b6c5d3 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use soname instead of shared library name. 2006-04-11 19:31:59 +00:00
Mikhail Khodjaiants
dae81c31ec Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. 2006-04-10 20:47:23 +00:00
Mikhail Khodjaiants
102b8bcb67 Replaced internal org.eclipse.cdt.debug.internal.ui.SWTUtil class. 2006-03-31 21:57:22 +00:00
Mikhail Khodjaiants
87084d47d1 Select the first available command factory when a new launch configuration is created. 2006-03-01 21:49:42 +00:00
Mikhail Khodjaiants
f9c1ebf0c8 Bug 114793: Add an extension point to contribute command factories. GDBServerDebuggerPage should extend StandardGDBDebuggerPage. 2006-02-08 16:51:33 +00:00
Mikhail Khodjaiants
71d38ceea2 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 20:48:26 +00:00
Mikhail Khodjaiants
115d5f27ff The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 20:07:27 +00:00
Mikhail Khodjaiants
01b01243e5 Cleanup. 2005-12-28 00:10:27 +00:00
Mikhail Khodjaiants
34c3e374c4 Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart. 2005-12-27 23:59:14 +00:00
Mikhail Khodjaiants
4c2b367e01 Bug 120390: Avoiding .gdbinit 2005-12-20 20:26:38 +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
Mikhail Khodjaiants
7fb7da6e35 Bug 108723: Create a separate tab for gdb server's conection options. 2005-09-02 21:25:55 +00:00
Alain Magloire
1ba90ead7e 2005-07-22 Alain Magloire
Fix the copyright.
2005-07-22 02:42:58 +00:00
Alain Magloire
c7b5a7da63 2005-04-13 Alain Magloire
Fix PR 91002
	* src/org/eclipse/cdt/debug/mi/internal/preferences/MIPreferencePage.java
2005-04-13 16:24:08 +00:00
Mikhail Khodjaiants
00a7c60b17 Removed unused icons. 2005-04-08 00:05:22 +00:00
Mikhail Khodjaiants
b7f2832d92 Fix for bug 87546: Obsolete debug MI settings in Preference need to be removed. 2005-03-09 21:22:27 +00:00
Mikhail Khodjaiants
9c2e3a9d22 Conflicting methods. 2005-03-03 21:33:44 +00:00
Mikhail Khodjaiants
ff4f5d878a Replaced deprecated methods and constants. 2005-01-11 20:56:37 +00:00
Mikhail Khodjaiants
6892af49a8 Replaced deprecated methods and constants. Cleanup. 2005-01-11 20:52:30 +00:00
Mikhail Khodjaiants
66b367c79f Fix for bug 75627: Incorrect limit to port numbers. 2004-11-11 21:28:40 +00:00
Mikhail Khodjaiants
f4f6cc774e Added the "Automatically refresh registers" and "Automatically refresh shared libraries" preferences and properties. 2004-11-08 23:41:30 +00:00
Alain Magloire
080a687752 2004-10-29 Alain Magloire
Changes to the CDI interface
	* SeAutoSolibActionDelegate.java
2004-10-29 15:12:43 +00:00
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
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
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
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
Mikhail Khodjaiants
ea9c355889 Applied patch from Tanya Wolff. 2004-03-12 17:00:31 +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
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
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
2a80da7743 New UI for the 'Debugger' page of launch configuration. 2003-09-08 21:42:43 +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
Mikhail Khodjaiants
d24ccf7f26 Cosmetic changes in the 'MIPreferencePage' class. 2003-03-26 21:34:55 +00:00