1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00
Commit graph

1557 commits

Author SHA1 Message Date
Doug Schaefer
9e74a89f05 Upgraded plugin versions to 1.2.1 in preparation for the
1.2.1 M1 build. Also converted plugins to use PDE containers.
2003-12-15 16:07:23 +00:00
Mikhail Khodjaiants
9b2e58256f Do not try to interrupt if the target was suspended. 2003-12-09 16:30:29 +00:00
Mikhail Khodjaiants
61cd51d9b6 Target.terminate() did not pass the exception up.
Added new method MIInferior.terminate().
2003-12-08 22:29:56 +00:00
Mikhail Khodjaiants
724d096415 Reset the 'terminating' flag if 'terminate' fails. 2003-12-08 22:26:27 +00:00
Mikhail Khodjaiants
ed29a14df2 Changed the message displayed when the source file is not found. 2003-12-05 20:33:34 +00:00
Mikhail Khodjaiants
0cc062f8ab 'performApply' of 'SourceLookupBlock' should check if the project in configuration is the same as project saved in the block. 2003-12-05 18:30:44 +00:00
Mikhail Khodjaiants
a042dbd4dd Changed the message displayed when the source file is not found. 2003-12-04 19:40:42 +00:00
Alain Magloire
0d27575565 updated 2003-12-02 20:20:38 +00:00
Alain Magloire
e8a67966ac Retry the stack-info-depth when failing the fisrt time. 2003-12-02 20:20:29 +00:00
Mikhail Khodjaiants
eb0372549c Changed the default port number value to 10000. 2003-12-02 16:22:54 +00:00
Mikhail Khodjaiants
86fa327f83 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-02 00:08:10 +00:00
Mikhail Khodjaiants
b50eb6955d Extracted the main part of the 'breakpointAdded' method into a separate method to avoid double checking. 2003-11-26 22:54:29 +00:00
Mikhail Khodjaiants
8b1194ebfb Fix for PR 47595: Referenced projects are not checked in the list of generic source locations. 2003-11-26 22:28:48 +00:00
Mikhail Khodjaiants
9e8e96370e Proces a suspended event even if there is no threads. 2003-11-25 16:56:15 +00:00
Alain Magloire
7f6e9e73c2 updated. 2003-11-23 00:04:54 +00:00
Alain Magloire
d280153d95 make sure in the event of an exception that
the session is terminated and all the threads
specific to debug are shutdown.
2003-11-23 00:04:45 +00:00
Alain Magloire
d8c43f1915 updated. 2003-11-21 20:49:50 +00:00
Alain Magloire
2e5d80409b Wrong MIPlugin.createCSession() was use. noted by
Ashish.
2003-11-21 20:49:35 +00:00
Mikhail Khodjaiants
5635fc7bd2 Use "symbol not available" for empty function names when generating a stack frame label. 2003-11-21 20:43:02 +00:00
Mikhail Khodjaiants
ff4a5a939a Fix for PR 46592: Debug View shows Functions as func(type param,...)().
Return an empty string instead of "??" if the function name is not available.
2003-11-21 20:40:30 +00:00
Alain Magloire
c8620e7151 updated. 2003-11-20 22:23:13 +00:00
Alain Magloire
feb4ca7af0 Remove unused parameters. 2003-11-20 22:23:03 +00:00
Alain Magloire
3039c5061a Fix NPE 46313 2003-11-20 22:22:51 +00:00
Alain Magloire
0abe445974 Do not Disable the events. Part of FIX for 46313 2003-11-20 22:22:22 +00:00
Mikhail Khodjaiants
a07655f08e Removed dependencies on internal packages from other cdt plugins. 2003-11-20 19:02:32 +00:00
cvs2svn
25abb2d142 This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Cherrypick from master 2003-11-20 17:09:24 UTC Mikhail Khodjaiants <mikhailkhod@googlemail.com> 'Removed dependencies on internal packages from other cdt plugins.':
    debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/PixelConverter.java
2003-11-20 17:09:25 +00:00
Mikhail Khodjaiants
21f66ca19b Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process. 2003-11-19 21:47:53 +00:00
Mikhail Khodjaiants
d47a5ddca5 Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'. 2003-11-18 23:44:05 +00:00
Mikhail Khodjaiants
2a86c34d37 Fix for PR 46592: Debug View shows Functions as func(type param,...)(). 2003-11-18 23:36:37 +00:00
Mikhail Khodjaiants
f32ce48b2c Fix for PR 46845: Deferred breakpoints support. 2003-11-18 23:23:03 +00:00
Mikhail Khodjaiants
d0e8fc4b6e Fix for PR 45534: gdb/MI error in retrieving a register can lead to an empty register pane. 2003-11-18 22:41:20 +00:00
Mikhail Khodjaiants
e0486ead58 Fix for PR 46884: Add a preference page to set common source location 2003-11-18 22:25:13 +00:00
Mikhail Khodjaiants
8e1e5f6454 Fix for bug 46843: Add 'Search subfolders' option. 2003-11-18 21:07:40 +00:00
Mikhail Khodjaiants
c9469ad6ff Fix for bug 35960: search for duplicate file names. 2003-11-18 20:33:14 +00:00
Mikhail Khodjaiants
219e0985f1 Fix for bug 43372: changed the source lookup procedures to avoid the usage of 'getCanonicalPath'. 2003-11-18 20:00:42 +00:00
Mikhail Khodjaiants
819b3ba6d1 Fix for PR 46870: NPE when hovering over expression that is not in the current context 2003-11-18 19:45:48 +00:00
Mikhail Khodjaiants
b2b090d2fd Fix for PR 46861: Use a special image for arguments in the Variables view. 2003-11-18 19:33:12 +00:00
Mikhail Khodjaiants
52ecc62130 Fix for PR 46850: Unable to report problems from the methods of 'ICDIRuntimeOptions'. 2003-11-18 17:07:18 +00:00
cvs2svn
6b9e66e8a6 This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Cherrypick from master 2003-11-18 16:20:49 UTC Alain Magloire <alain@qnx.com> 'Attempt to address performance problem in the IBinaryParser':
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/ARMember.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/BinaryArchive.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/BinaryObject.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/PEParser.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/Symbol.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/ElfParser.java
    debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
    debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/sourcelookup/SourceUtils.java
2003-11-18 16:20:50 +00:00
Mikhail Khodjaiants
6d9d51bfe9 Fix for PR 46358: NPE in the "setCurrentThread" method of "CDebugTarget". 2003-11-10 18:20:06 +00:00
Mikhail Khodjaiants
ea700ffbc1 Fix for PR 45957: Memory view: last column does not show updates. 2003-11-03 19:17:21 +00:00
cvs2svn
3cd4819fac This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Cherrypick from master 2003-11-03 14:17:15 UTC John Camelon <jcamelon@ca.ibm.com> 'Added initial code assist/parser interface.':
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/ast/IASTCompletionNode.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/ast/IASTNode.java
    debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/sourcelookup/SourceLookupFactory.java
    debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/sourcelookup/DefaultSourceLocator.java
2003-11-03 14:17:16 +00:00
cvs2svn
d8b28329bd This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Cherrypick from master 2003-10-24 17:49:22 UTC John Camelon <jcamelon@ca.ibm.com> 'CORE':
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/ast/IASTDesignator.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/ASTDesignator.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTInitializerClause.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTInitializerClause.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/CygPath.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/ICygwinToolsProvider.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/IToolsProvider.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/BinaryExecutable.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/BinaryFile.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/BinaryShared.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/CygwinPEParser.java
    debug/org.eclipse.cdt.debug.ui/icons/full/obj16/ext_file_obj.gif
    debug/org.eclipse.cdt.debug.ui/icons/full/obj16/prj_file_obj.gif
    debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/preferences/SourcePreferencePage.java
    debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/sourcelookup/SourceListDialogField.java
    debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/sourcelookup/SourceLookupLabelProvider.java
    releng/org.eclipse.cdt.releng/message.txt
2003-10-24 17:49:23 +00:00
cvs2svn
dd7d9b27c4 This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Sprout from master 2003-10-02 02:56:46 UTC Doug Schaefer <doug.schaefer@windriver.com> 'Patch for Sean Evoy:'
Cherrypick from master 2003-10-06 21:33:42 UTC Mikhail Khodjaiants <mikhailkhod@googlemail.com> 'Added transparency.':
    debug/org.eclipse.cdt.debug.ui/icons/full/ovr16/argument_ovr.gif
    debug/org.eclipse.cdt.debug.ui/icons/full/ovr16/castarray_ovr.gif
    debug/org.eclipse.cdt.debug.ui/icons/full/ovr16/casttype_ovr.gif
2003-10-06 21:33:43 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
Mikhail Khodjaiants
b4623b8947 Use the new 'equals' method of ICDIVaraiableObject to compare variables. 2003-09-30 21:05:44 +00:00
Alain Magloire
148f6add3c updated. 2003-09-30 20:34:07 +00:00
Alain Magloire
d296af351f Added new method equals(). 2003-09-30 20:33:53 +00:00
Mikhail Khodjaiants
a44480ebb4 Fix for PR 39737: Tooltip in debug mode over long strings is not handled properly.
Added an internal constant to limit the hover text size.
Present the hover text in HTML format.
2003-09-30 16:08:11 +00:00
Mikhail Khodjaiants
7fab73d44f Improved the layout of the 'Shared Libraries' component. 2003-09-30 02:06:35 +00:00