1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 09:35:23 +02:00
Commit graph

340 commits

Author SHA1 Message Date
Mikhail Khodjaiants
027d6dd752 Fix for bug 51062: Source locator oddness. 2004-02-11 19:07:23 +00:00
Mikhail Khodjaiants
e88f821bbe Fix for bug 40108: The memory view does not handle big/little endian. 2004-02-10 21:52:39 +00:00
Mikhail Khodjaiants
24d0deee30 Fix for bug 51519: Enable 'Format' action if multiple variables are selected. 2004-02-10 19:40:26 +00:00
Mikhail Khodjaiants
a5a43bb8b1 Fix for bug 50967: Linux/SWT blows when double click on the register view. 2004-01-30 19:23:07 +00:00
Mikhail Khodjaiants
b34e179a8e Added new error status handler. 2004-01-29 19:37:46 +00:00
Alain Magloire
9309135007 Fix 50450 2004-01-23 04:19:10 +00:00
Mikhail Khodjaiants
db074337e7 Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor. 2004-01-06 19:39:07 +00:00
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
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
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
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
d47a5ddca5 Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'. 2003-11-18 23:44:05 +00:00
Mikhail Khodjaiants
f32ce48b2c Fix for PR 46845: Deferred breakpoints support. 2003-11-18 23:23:03 +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
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
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
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
c7b323e4fb Fix for PR 43624: The "Show Types Name" action of the Registers view doesn't work. 2003-09-25 02:12:59 +00:00
Mikhail Khodjaiants
65f3447d5a Moved the 'AddAddressBreakpointActionDelegate' action to the 'org.eclipse.cdt.debug.internal.ui.actions' package. 2003-09-22 17:31:55 +00:00
Mikhail Khodjaiants
6b328b777c Cleanup. 2003-09-16 21:10:35 +00:00
Mikhail Khodjaiants
5d9f94704f Reset the selection of variable after casting. 2003-09-11 21:01:20 +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
9fbe84c409 New class - SolibSearchPathBlock. Implements the UI control block to set the shared library search path. 2003-09-08 20:08:13 +00:00
Mikhail Khodjaiants
bd74b169fb Label for target suspended by shared library event. 2003-08-29 22:04:02 +00:00
Mikhail Khodjaiants
bebc49da06 "Restore Default Type" changed to "Restore Original Type". 2003-08-19 17:37:36 +00:00
Mikhail Khodjaiants
4214aed737 Removed the 'Type' field from the 'Display As Array' dialog. 2003-08-13 21:16:23 +00:00
Mikhail Khodjaiants
b32258ab17 Display the proper image for reference types. 2003-08-13 18:20:21 +00:00
Mikhail Khodjaiants
022ba9b789 Moved the 'getReferencedProject' method to 'CDebugUtils'.
Added the cycle checking.
2003-07-30 20:22:31 +00:00
Mikhail Khodjaiants
84d61d9cfc Fix for PR 40911: Double clicking on breakpoint with no source causes internal error. 2003-07-29 20:23:55 +00:00
Mikhail Khodjaiants
5ad84a932b Minimize the number of the "evaluate expression" requests when changing the value of the floating point types. 2003-07-28 21:39:57 +00:00
Mikhail Khodjaiants
460eff2253 Refactoring: moved the 'isNaN', 'isPositiveInfinity' and 'isNegativeInfinity' to the 'CDebugUtils' class. 2003-07-28 19:59:27 +00:00
Mikhail Khodjaiants
622186c83c Refactoring: moved the 'CDebugUtils' class to the 'org.eclipse.cdt.debug.core' package - the methods of this class are mostly used in UI plugins. 2003-07-28 19:40:24 +00:00
Mikhail Khodjaiants
87128db4da Cleanup. Removed the 'reset' and 'getQualifiedName' methods from the 'ICVaraible' interface. 2003-07-28 17:25:01 +00:00
Mikhail Khodjaiants
191615c830 New icon for closed projects. 2003-07-24 19:25:06 +00:00
Mikhail Khodjaiants
beb9e0d679 When initializing the generic source locations list filter out non-generic locations. 2003-07-24 18:39:43 +00:00
Mikhail Khodjaiants
6a09808529 Fix in CDTDebugModelPresentation: check if the value that getName returns is not null. 2003-07-22 22:25:42 +00:00
Mikhail Khodjaiants
0642ccd81b Automatically update the list of source locations when the list of the referenced projects is modified. 2003-07-17 20:24:01 +00:00
Mikhail Khodjaiants
269cca164e Fix for PR 39101: No hilight when changing the value of register. 2003-06-30 02:59:10 +00:00
Mikhail Khodjaiants
bfbf619f14 New icon for shared libraries with loaded symbols. 2003-06-26 16:18:54 +00:00
Mikhail Khodjaiants
45e573a88b Warnings cleanup. 2003-06-24 04:37:07 +00:00
Mikhail Khodjaiants
40e2cbf0b0 In the 'getVariableText' and 'getVariableImage' methods of CDTDebugModelPresentation ignore exceptions thrown by getType. 2003-06-20 21:58:16 +00:00