Alain Magloire
37149bf71f
updated.
2003-10-18 01:22:37 +00:00
Alain Magloire
115e1208c3
Framework to deferred breakpoint
2003-10-18 01:22:27 +00:00
Alain Magloire
931d4076e1
setLocationBreakpoint() new method.
2003-10-18 01:21:46 +00:00
Mikhail Khodjaiants
d253f76e29
Fix for PR 35960: the "Search for duplicate source files" option is added.
2003-10-17 19:23:01 +00:00
Mikhail Khodjaiants
8720297f8a
If the target is suspended by a line breakpoint the source manager tries to retrieve the file resource from the breakpoint marker.
2003-10-17 15:48:37 +00:00
Mikhail Khodjaiants
3a43da5b4b
changed the message displayed when the source file not found.
2003-10-17 15:24:07 +00:00
Mikhail Khodjaiants
eff499d538
Improving the source search algorithms.
2003-10-15 17:44:06 +00:00
Mikhail Khodjaiants
833492ccf0
Improved the source search algorithm.
2003-10-14 18:41:41 +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
952fdd89d6
Fix for bug 43372: changed the source lookup procedures to avoid the usage of 'getCanonicalPath'.
2003-10-14 02:10:34 +00:00
Alain Magloire
6358ba0254
updated
2003-10-10 13:47:59 +00:00
Mikhail Khodjaiants
3804b80669
All methods of 'IRuntimeOptions' should throw CDI exceptions in case of failure.
2003-10-07 18:30:31 +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
Mikhail Khodjaiants
1149f60ff7
Added the "isArgument" method to ICVariable. This method is used to distinguish the arguments in the Variables View.
2003-10-06 21:08: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
Mikhail Khodjaiants
dbfda6695e
Added the initialization of the shared libraries' attributes to CygwinGDBDebugger.
2003-09-30 01:59:10 +00:00
Mikhail Khodjaiants
3340b03ebf
Fix for PR 43856: Format doesn't work for wchar_t.
2003-09-29 19:05:49 +00:00
Alain Magloire
9da38c042c
updated.
2003-09-26 16:58:36 +00:00
Alain Magloire
82e8f08353
Make sure gdb is ready to receive commnad
...
before creating the MISession.
2003-09-26 16:58:24 +00:00
Alain Magloire
8bc64c6f3c
indentation.
2003-09-26 16:57:53 +00:00
Alain Magloire
b06d6f62f6
updated.
2003-09-25 16:05:22 +00:00
Alain Magloire
fab806abb9
Fix for PR 43496
2003-09-25 16:04:49 +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
Peter Graves
55d821e0a2
Cleanup to remove warnings.
2003-09-24 14:41:09 +00:00
Mikhail Khodjaiants
66859771be
Changed the 'hasStackFrames' method of the 'CThread' class to return true regardless if the thread contains stack frames or not. This method is only used by UI to update the thread label.
2003-09-23 20:51:28 +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
6e4db834c0
Temporary fix for PR 39061: Attach source does not work for applications compiled in CygWin.
2003-09-17 21:57:33 +00:00
Mikhail Khodjaiants
6b328b777c
Cleanup.
2003-09-16 21:10:35 +00:00
Mikhail Khodjaiants
0cca8134a6
Correct dates.
2003-09-16 21:09:46 +00:00
Mikhail Khodjaiants
93129aabdc
Fix for PR 38468: Error in files location.
...
Use the 'getCanonicalPath' method of the 'File' class to obtain the file name.
2003-09-16 18:40:02 +00:00
Mikhail Khodjaiants
5669e06d25
Fix for PR 43101: Breakpoint exception when source doesn't exist.
...
The 'fireBreakpointChanged' method of 'BreakpointManager' is used to notify the UI components that a breakpoint is added. This is a part of new implementation to support deffered breakpoints. For new breakpoints the 'delta' argument is null. Check if delta is not null to avoid this problem.
2003-09-15 18:33:15 +00:00
Mikhail Khodjaiants
5d9f94704f
Reset the selection of variable after casting.
2003-09-11 21:01:20 +00:00
Mikhail Khodjaiants
ad5028bba4
Detail Pane values for casted variables.
2003-09-11 20:58:25 +00:00
Mikhail Khodjaiants
73a655acfe
The qualified name should be chached in the InternalVariable.
2003-09-11 20:57:55 +00:00
Mikhail Khodjaiants
8bd60b7ecd
Added new field to store the chached value of the qualified name.
2003-09-11 20:57:22 +00:00
Mikhail Khodjaiants
22e130fbe7
Moving the shared library search paths block to mi UI.
2003-09-11 17:44:42 +00:00
Alain Magloire
af12903eaa
updated.
2003-09-11 16:40:30 +00:00
Alain Magloire
0f58242ba8
FIx parsing.
2003-09-11 16:40:19 +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
86bd34cb79
If breakpoint is a line breakpoint check if source locator contains the file instead of container project.
2003-09-10 21:23:38 +00:00
Mikhail Khodjaiants
95edb19234
Fix for PR 42790: Memory view is not cleared when target is terminated
2003-09-10 15:26:23 +00:00
Mikhail Khodjaiants
cc49de64a7
Fix for PR 39680: Gash in error message for memory view.
2003-09-09 19:25:07 +00:00
Mikhail Khodjaiants
2f62fb6d57
Final fix for PR 39484: Move 'getType' method from ICDIVariable to ICDIVaraibleObject.
2003-09-09 17:39:19 +00:00
Mikhail Khodjaiants
30b346c1a1
Regrouping the launch configuration constants.
2003-09-08 21:49:31 +00:00