Mikhail Khodjaiants
|
3a43da5b4b
|
changed the message displayed when the source file not found.
|
2003-10-17 15:24:07 +00:00 |
|
Mikhail Khodjaiants
|
4af9a7f786
|
DebugTextHover.java: check if the result of 'evaluateExpression' is not null before trim it.
|
2003-10-14 15:57:18 +00:00 |
|
Mikhail Khodjaiants
|
05ec3d8a5c
|
Added transparency.
|
2003-10-06 21:33:42 +00:00 |
|
Mikhail Khodjaiants
|
b75d5577de
|
Mark the function arguments in the Variables View.
|
2003-10-06 21:11:38 +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 |
|
Mikhail Khodjaiants
|
109d948e1f
|
Variable bookkeeping (phase 0.1).
|
2003-06-20 21:23:23 +00:00 |
|
Mikhail Khodjaiants
|
56d196d558
|
Fix for PR 38788: Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A, Ctrl-Z and Ctrl-Y keys don't work in the address field of the Memory view.
Note: Ctrl-Z still doesn't work because there is no support of it in the Text widget.
|
2003-06-13 19:16:34 +00:00 |
|
Mikhail Khodjaiants
|
4f184d5fef
|
Fixing PR 38788: Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A, Ctrl-Z and Ctrl-Y keys don't work in the address field of the Memory view.
|
2003-06-12 22:46:29 +00:00 |
|
Mikhail Khodjaiants
|
52f06ad88c
|
Refactoring: moved the type and value related methods from ICVariable to ICType and ICValue.
|
2003-06-10 22:33:56 +00:00 |
|
Mikhail Khodjaiants
|
239af2b4b6
|
Default format preferences for variables, registers and expressions.
|
2003-06-09 18:11:40 +00:00 |
|
Mikhail Khodjaiants
|
3fda0f49bb
|
Renamed the 'refresh' method of ICVariable to 'reset'.
|
2003-06-09 15:45:35 +00:00 |
|
Mikhail Khodjaiants
|
d7275746e2
|
Changed the presentation of arrays and array types.
|
2003-06-05 22:05:07 +00:00 |
|
Mikhail Khodjaiants
|
4890f5b3c1
|
Infinite values of the floating point types.
|
2003-06-05 21:18:25 +00:00 |
|
Mikhail Khodjaiants
|
1d3ef1c353
|
Evaluate expressions of detail panel asynchronously.
|
2003-06-05 20:47:15 +00:00 |
|
Mikhail Khodjaiants
|
8b18e0f709
|
Implementing the UI support of the detail panel.
|
2003-06-04 22:04:25 +00:00 |
|
Mikhail Khodjaiants
|
30fdf45570
|
The presentation of the new types.
|
2003-06-04 16:13:59 +00:00 |
|
Alain Magloire
|
33687bdd2e
|
updated.
|
2003-06-04 13:51:42 +00:00 |
|
Alain Magloire
|
cf3d839940
|
Fix PR 38047, unable to save changes in CDebugEditor.
|
2003-06-03 19:19:08 +00:00 |
|
Mikhail Khodjaiants
|
6ac9c4e9a4
|
PR 38268: added the image cache for overlay images.
|
2003-05-30 17:44:52 +00:00 |
|
Mikhail Khodjaiants
|
00d81cd9ef
|
Changed the vizualization of arrays and structures.
|
2003-05-29 19:20:15 +00:00 |
|
Mikhail Khodjaiants
|
f0436fcef5
|
Created preference for the maximum number of disassembly instructions.
|
2003-05-14 19:24:12 +00:00 |
|
Mikhail Khodjaiants
|
00e4c17321
|
Enable/disable the 'Add Globals' action when the 'Expressions' view is initializing.
|
2003-05-13 19:44:07 +00:00 |
|
Mikhail Khodjaiants
|
4169c1bd54
|
Accumulate the status information when adding multiple globals to the Expression view.
|
2003-05-12 22:03:49 +00:00 |
|
Mikhail Khodjaiants
|
4fc88a9b59
|
Moved the generation of expressions for global variables to the mi plugin.
|
2003-05-12 21:14:49 +00:00 |
|
Mikhail Khodjaiants
|
f6969bb0a8
|
Display the error message and error image in the debug target's label.
|
2003-05-07 17:32:41 +00:00 |
|