1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

448 commits

Author SHA1 Message Date
Mikhail Khodjaiants
890b02af45 Bug 155826: Duplicate addListener call in Signals view. 2006-08-31 14:42:37 +00:00
Mikhail Khodjaiants
0198b4400b Bug 136896: View variables in binary format.
Applied modified patch from Mark Mitchell (CodeSourcery).
2006-08-16 08:45:36 +00:00
Mikhail Khodjaiants
263add60a9 Bug 144719: [Modules view] Modules from from different sessions are mixed up. 2006-05-31 18:35:49 +00:00
Mikhail Khodjaiants
1236d27b74 Bug 144684: [Modules view] Collapse all action doesn't work. 2006-05-31 18:01:12 +00:00
Mikhail Khodjaiants
4eb646da28 Bug 144277: No images for source containers types (temporary fix). 2006-05-29 17:43:19 +00:00
Mikhail Khodjaiants
c5ecc9ca4c Bug 143593: Module's children are not expandable. 2006-05-24 22:05:43 +00:00
Mikhail Khodjaiants
5839b72abe Bug 142860: Breakpoint marker is not shown in the editor's ruler. 2006-05-19 20:56:19 +00:00
Mikhail Khodjaiants
d408c25da3 Bug 118274: Condition is not shown in the tooltip of conditional breakpoint. 2006-05-12 21:08:52 +00:00
Mikhail Khodjaiants
32cc65f7c0 Bug 109449: Sort globals in "Add Globals" dialog. 2006-05-12 18:30:09 +00:00
Mikhail Khodjaiants
103ba0e9c1 Added the "AddWatchpoint" action to the breakpoints view. 2006-04-17 18:47:02 +00:00
Mikhail Khodjaiants
ab7dcca459 Bug 135118: Modules view is not updated. 2006-04-05 19:27:15 +00:00
Mikhail Khodjaiants
6d791ff05d See bug 134871: StackOverflowError using AsynchronousViewer. 2006-04-04 20:53:47 +00:00
Mikhail Khodjaiants
1970f73554 Complying with Eclipse 3.2 M6. AsynchronousTreeModelViewer has been renamed to AsynchronousTreeViewer. 2006-04-04 15:00:29 +00:00
Mikhail Khodjaiants
91f17114ea Allow clients to contribute IRestart adapters. 2006-03-29 19:35:01 +00:00
Mikhail Khodjaiants
edb9268280 An ICDebuggerPage adapter is added to retain compatibility with old extensions. 2006-03-15 19:51:24 +00:00
Mikhail Khodjaiants
33cb273cb6 Fix for Bug 93777: Postmortem and Local launch need a default preference for selected debugger. 2006-03-06 18:46:09 +00:00
Mikhail Khodjaiants
bd4f3660ec Discouraged access to EditorsPlugin. Added support for SharedTextColors to CDebugUIPlugin. 2006-02-27 22:49:59 +00:00
Mikhail Khodjaiants
26c21da5a6 Bug 89429: replaced the usage of the internal SourceLookupUIUtils class by DebugUITools. 2006-02-27 22:25:35 +00:00
Mikhail Khodjaiants
3d876aa65c Added dependency to the org.eclipse.ui.views plugin (needed to use the breakpoint actions in the Outline view). 2006-02-27 22:16:34 +00:00
Mikhail Khodjaiants
e1c3a8d36b The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed the UI related to CDirectorySourceContainer. 2006-02-27 21:56:31 +00:00
Mikhail Khodjaiants
373ff106c3 Bug 122336: Use the asynchronous tree viewer in the Modules view. Adjustments to the platform changes in M5. 2006-02-21 16:32:58 +00:00
Mikhail Khodjaiants
b6d6d8f874 The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 19:57:35 +00:00
Mikhail Khodjaiants
037c32a015 Bug 125561: ClassCastException in Modules view. 2006-01-27 20:49:45 +00:00
Mikhail Khodjaiants
5e3cdd0b2e Bug 60682: No schema for CDebuggerPage extension point. 2006-01-23 02:29:29 +00:00
Mikhail Khodjaiants
e600743f89 Bug 123702: Prevent Signals view from being automatically added to debugger perspective. 2006-01-16 21:10:23 +00:00
Mikhail Khodjaiants
f4fc48f7ce Bug 122336: Use the asynchronous tree viewer in the Modules view. 2005-12-29 21:53:51 +00:00
Mikhail Khodjaiants
f91558ee2f HTMLTextPresenter implements DefaultInformationControl.IInformationPresenterExtension instead of deprecated DefaultInformationControl.IInformationPresenter. 2005-12-28 00:39:43 +00:00
Mikhail Khodjaiants
4a0efb0c82 Cleanup. 2005-12-28 00:23:33 +00:00
Mikhail Khodjaiants
8e7198b894 Replaced deprecated org.eclipse.jface.util.ListenerList by org.eclipse.core.runtime.ListenerList. 2005-12-28 00:19:49 +00:00
Mikhail Khodjaiants
2286171d1c Cleanup. 2005-12-28 00:17:39 +00:00
Mikhail Khodjaiants
34c3e374c4 Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart. 2005-12-27 23:59:14 +00:00
Mikhail Khodjaiants
4075cacd7d Bug 117754: Stack frame can't display address. 2005-11-23 19:52:33 +00:00
Mikhail Khodjaiants
4eb41a0f15 Bug 113114: Expanding Modules View throws SWTError: No more handles. 2005-10-19 19:58:36 +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
b6b18c2e07 Wrong date. 2005-08-24 15:12:42 +00:00
Mikhail Khodjaiants
8590ecef22 Bug 107208: toggle breakpoint with external sources doesn't work. 2005-08-24 15:07:07 +00:00
Mikhail Khodjaiants
a7d6556d98 Bug 105224: Two identical directory source container types. 2005-07-26 21:05:45 +00:00
Alain Magloire
2cfafe2975 2005-07-25 Alain Magloire
Part fix for PR 100992: The signature was incorrect for structure/unions.

	* src/org/eclipse/cdt/debug/internal/ui/actions/ToggleBreakpointAdapter.java
2005-07-25 16:30:01 +00:00
Alain Magloire
05c6f0707f 2005-07-22 Alain Magloire
Fix the copyright.
2005-07-22 02:48:34 +00:00
Mikhail Khodjaiants
23842807c9 Bug 103910: The modules view's icon is missing. 2005-07-14 20:54:13 +00:00
Mikhail Khodjaiants
f440bfe5de Bug 103162: Module View: Missing context menu on detailed pane. 2005-07-12 22:01:20 +00:00
Mikhail Khodjaiants
690d999a7c Bug 79371: Setting breakpoints in the left hand side ruler of the disassembly view is sluggish. Asynchronous breakpoint handling. 2005-07-08 18:06:02 +00:00
Mikhail Khodjaiants
80afc076a5 Removed the "IBreakpointTarget" interface. 2005-07-04 19:06:05 +00:00
Mikhail Khodjaiants
47dfe9b49c Bug 102386: double-clicking on a disassembly line in the disassembly view does not add a breakpoint. 2005-06-30 21:18:33 +00:00
Mikhail Khodjaiants
288e94d28e Bug 41725: I can't set a breakpoint in a function where I used attach source.
Bug 45514: Breakpoints made is assembly view do not show in C view.
2005-06-29 21:15:28 +00:00
Mikhail Khodjaiants
05422c38fe Removed unused imports. 2005-06-29 05:28:57 +00:00
Alain Magloire
939eb01a27 2005-06-25 Alain Magloire
Fix PR 94735: return an empty object.
	* src/org/eclipse/cdt/debug/internal/ui/CBreapointWorkbencAdapterFactory.java
2005-06-25 17:29:06 +00:00
Mikhail Khodjaiants
0ca3d54210 Bug 96563: "Go to file" is ghosted on breakpoints (outside projects?). 2005-06-22 20:01:15 +00:00
Mikhail Khodjaiants
7475da7bda Bug 93855: Changing values in detailed pane doesn't work the first time after the view is loaded. 2005-06-20 19:43:42 +00:00
Mikhail Khodjaiants
22f8c9984c Bug 99217: NPE thrown when fetching deffered children. 2005-06-17 21:28:31 +00:00