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

186 commits

Author SHA1 Message Date
Alain Magloire
d87cffe93a Refactor side effect getMeaning() change for getDescription() 2003-02-03 19:31:13 +00:00
Mikhail Khodjaiants
f5900614c5 Implementing the 'Signals' view. 2003-01-31 22:38:15 +00:00
Mikhail Khodjaiants
43118b1ff0 Added transparency to the shared library icons. 2003-01-30 16:36:09 +00:00
Mikhail Khodjaiants
a012a6a095 Disassembly editor input fix. 2003-01-30 16:23:48 +00:00
David Inglis
22fced57eb added action set to debug perspective 2003-01-30 15:01:29 +00:00
Mikhail Khodjaiants
8fdc0ff5f8 Managing breakpoints from the gdb console. 2003-01-27 22:28:13 +00:00
Mikhail Khodjaiants
5599b8ca2a Ignore the text selection when hovering. 2003-01-23 18:54:33 +00:00
Mikhail Khodjaiants
3e5548d32c Changed the viewer of the Shared Libraries view to TreeViewer. 2003-01-21 22:48:37 +00:00
Alain Magloire
fa5b091353 Rename ICDISignal to ICDISignalReceived
and create model/ICDISignal
2003-01-21 21:40:47 +00:00
Mikhail Khodjaiants
ac4ff7262a Changed the icon for the 'Load Symbols' action. 2003-01-20 22:47:46 +00:00
Mikhail Khodjaiants
d632d9b530 Set the start or end address value in the shared libraries view to 'Not available' if the address value is 0. 2003-01-19 19:28:38 +00:00
Mikhail Khodjaiants
6cf0504156 Use the C editor instead of the default editor for files without extensions. 2003-01-17 21:46:16 +00:00
Mikhail Khodjaiants
d266ca5299 Added the handlers for the 'Create' and 'Terminate' events to the 'Shared Libraries' view. 2003-01-17 21:08:11 +00:00
Mikhail Khodjaiants
f53cdf9a79 Added the handlers for the 'Create' and 'Terminate' events to the 'Shared Libraries' view. 2003-01-17 20:50:56 +00:00
Mikhail Khodjaiants
ed8c15c83a Implementation of the shared library view. 2003-01-17 19:31:40 +00:00
Mikhail Khodjaiants
2e36002edc Implementing the Shared Libraries view. 2003-01-17 00:15:12 +00:00
Mikhail Khodjaiants
2cb1edc4a8 The 'getDefaultEditor' method returns 'null' for file names that don't have an extension and are not registered with some editor. Use the default text editor in this case. 2003-01-15 18:17:33 +00:00
Mikhail Khodjaiants
a9eae1b09a Added the 'Add Address Breakpoint' action to the workbench 'Run' menu. 2003-01-14 20:26:28 +00:00
Mikhail Khodjaiants
40300813c0 Implementation of the 'Run To Line' action for disassembly. 2003-01-13 22:28:48 +00:00
Alain Magloire
f3eca643e6 updated 2003-01-13 15:55:40 +00:00
Alain Magloire
12d8b6bf82 Array out of the bound exception. 2003-01-13 15:55:31 +00:00
Mikhail Khodjaiants
e2b72802b2 Added contributions of the breakpoint actions to the disassembly editor. 2003-01-10 23:27:27 +00:00
Mikhail Khodjaiants
181bd57bf1 Implementation of address breakpoints. 2003-01-10 19:36:42 +00:00
Alain Magloire
4f9fafb5cd updated 2003-01-06 22:19:50 +00:00
Mikhail Khodjaiants
0cce89ae90 Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view. 2003-01-03 17:29:39 +00:00
Mikhail Khodjaiants
3718bc6b54 Adapter for 'IResource' in 'DisassemblyEditorInput'. 2003-01-02 21:01:09 +00:00
Mikhail Khodjaiants
48a6c457d4 Implementation of the 'Source Lookup' property page. 2002-12-30 00:07:15 +00:00
Mikhail Khodjaiants
8b55c57001 Implementing the 'Source Lookup' property page. 2002-12-20 22:30:00 +00:00
Mikhail Khodjaiants
776735b2af Added the 'org.eclipse.cdt.debug.internal.ui.dialogfields' package. 2002-12-20 22:26:06 +00:00
Mikhail Khodjaiants
5ccf0b609f Added new utility class - SWTUtil. 2002-12-19 19:18:38 +00:00
Mikhail Khodjaiants
963d4de52b Added new utility class - PixelConverter 2002-12-19 18:32:18 +00:00
Mikhail Khodjaiants
9d8f0a4a52 Implementing the "Source Lookup" property page. 2002-12-19 02:13:39 +00:00
Mikhail Khodjaiants
3a90ab9274 Do not show the source lookup dialog if file name is not specified. 2002-12-18 17:25:38 +00:00
Mikhail Khodjaiants
0cd54d6a88 Disable the association controls in the 'Attach Source Location" dialog if path is not absolute. 2002-12-17 23:09:27 +00:00
Mikhail Khodjaiants
0f09d718fc Formatting 'char' types. 2002-12-17 21:54:18 +00:00
Mikhail Khodjaiants
5311b76a0f Removed the "Primitive type display options" section from the C/C++ Debug preference page because of the different formattong strategy. 2002-12-17 20:32:26 +00:00
Mikhail Khodjaiants
8771229edc The UI part of the prompting source locator. 2002-12-17 20:00:40 +00:00
Mikhail Khodjaiants
7f5f0e1f71 New formating actions for variables, registers, and expressions 2002-12-17 02:46:01 +00:00
David Inglis
b5732a50bd change version to 1.0.1 2002-12-16 20:50:32 +00:00
Mikhail Khodjaiants
b0012feb7d Added new case in the 'getEditorInput' method of CDTDebugModelPresentation for FileStorage objects. 2002-12-10 17:57:54 +00:00
Mikhail Khodjaiants
188b679f0a Implementation of the status handler for core errors. 2002-12-09 00:50:15 +00:00
Mikhail Khodjaiants
0a40161249 Small fix for the Registers view. 2002-12-04 15:28:47 +00:00
Mikhail Khodjaiants
a080d56b16 If the target is suspended because of error display the error message in the Launch view. 2002-12-03 04:11:41 +00:00
Mikhail Khodjaiants
5105e23673 Refactoring org.eclipse.cdt.debug.core: added 'org.eclipse.cdt.debug.core.model' package. 2002-12-02 23:22:22 +00:00
Mikhail Khodjaiants
51f116ed7d 'Run to line' and 'Add expression' actions for assembly editor. 2002-12-02 22:52:24 +00:00
Mikhail Khodjaiants
1b0294e497 'Run to line' and 'Add expression' actions for assembly editor. 2002-12-02 21:08:52 +00:00
Mikhail Khodjaiants
a429574e82 Contributing breakpoint actions to asm editor. 2002-12-02 02:44:21 +00:00
Mikhail Khodjaiants
c333a8033f Cosmetic change for the MemoryView preference page. 2002-11-29 21:09:21 +00:00
Mikhail Khodjaiants
79cc057707 Cosmetic change for the MemoryView preference page. 2002-11-29 21:05:42 +00:00
Mikhail Khodjaiants
fe95aee277 Cosmetic fix for the memory view tab's tooltips. 2002-11-29 20:44:12 +00:00