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

620 commits

Author SHA1 Message Date
Mikhail Khodjaiants
ff7b845bec Bug 82264: Enhance the Shared Libraries view. Implementing module's properties. 2005-02-15 03:09:50 +00:00
Mikhail Khodjaiants
0db65d300f Bug 82264: Enhance the Shared Libraries view. Implementing module's properties. 2005-02-14 18:17:45 +00:00
Mikhail Khodjaiants
6bb8abd4e9 Bug 82264: Enhance the Shared Libraries view. Implementing module's properties. 2005-02-12 00:09:10 +00:00
Mikhail Khodjaiants
cd55cc5761 Bug 82264: Enhance the Shared Libraries view.
Improved detail information.
Save the viewer state.
2005-02-08 21:10:18 +00:00
Mikhail Khodjaiants
9813808d70 Bug 82264: Enhance the Shared Libraries view. 2005-02-08 00:14:41 +00:00
Mikhail Khodjaiants
37b5f06416 Bug 82264: Enhance the Shared Libraries view. Added the definition of detail pane font. 2005-02-07 23:59:27 +00:00
Mikhail Khodjaiants
4fe2f1e7d8 Bug 82264: Enhance the Shared Libraries view. 2005-02-07 22:50:10 +00:00
Mikhail Khodjaiants
74a096a516 Added images for the "Collapse All" action of the modules view. 2005-02-07 22:31:03 +00:00
Mikhail Khodjaiants
9b8605a1cf Added new images for the modules view. 2005-02-04 00:27:56 +00:00
Mikhail Khodjaiants
18221d9c12 Fix for bug 84402: computeDetail executes in the UI thread. 2005-02-03 23:21:35 +00:00
Mikhail Khodjaiants
cb63ddc65b Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. ICWatchpoint should extend ILineBreakpoint to allow watchpoints to be shown in editors. 2005-02-03 19:59:03 +00:00
Mikhail Khodjaiants
7e45886b28 Cleanup. 2005-02-03 00:01:23 +00:00
Mikhail Khodjaiants
86975f4d1a The "INTERNAL_ERROR" constant has been moved from ICDebugUIConstants to IInternalCDebugUIConstants. 2005-02-02 23:59:43 +00:00
Mikhail Khodjaiants
88d07dba31 Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. 2005-02-02 23:19:38 +00:00
Mikhail Khodjaiants
e5798cdbb5 Partial fix for bug 83465: Add "Run to line" and "Resume at line" actions to the context menu of Disassembly view. 2005-01-21 23:03:46 +00:00
Mikhail Khodjaiants
8c18009c05 Fix for bug 83437: Loading symbols should be run in the background. 2005-01-21 19:38:37 +00:00
Mikhail Khodjaiants
57e12dda16 Fix for bug 83412: Run to line and resume at line should run in the background. 2005-01-21 18:37:58 +00:00
Mikhail Khodjaiants
d36d5364f7 Bug 83330: Inconsistent in the label for Add expression. 2005-01-20 21:32:51 +00:00
Mikhail Khodjaiants
f2d65ec383 Fix for bug 83051: Add global variables deletes existing ones when new added. 2005-01-19 19:04:24 +00:00
Mikhail Khodjaiants
796d57cf24 Update. 2005-01-18 23:29:13 +00:00
Mikhail Khodjaiants
3d4951f408 Fix for bug 82800: Make "Resume At Line" action retargettable. 2005-01-18 23:24:45 +00:00
Mikhail Khodjaiants
cfdbde0d64 Added NEWS file. 2005-01-13 18:51:12 +00:00
Mikhail Khodjaiants
4acb21bc17 Bug 73168: Use memory view provided by Eclipse platform in CDT.
Removed the old memory view.
2005-01-12 21:23:07 +00:00
Mikhail Khodjaiants
6892af49a8 Replaced deprecated methods and constants. Cleanup. 2005-01-11 20:52:30 +00:00
Mikhail Khodjaiants
0a9d717f51 Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1. 2005-01-11 20:43:57 +00:00
Mikhail Khodjaiants
bab6bd72b7 Removed the disassembly editor extension. 2005-01-04 21:09:23 +00:00
Mikhail Khodjaiants
bf04836b6f The "ascii" renedering is removed from the default renderings. 2004-12-24 00:05:32 +00:00
Doug Schaefer
0583121e43 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
Mikhail Khodjaiants
eea4efa045 Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
Added rendering bindings and default renderings for CDT memory blocks.
2004-12-22 00:04:47 +00:00
Mikhail Khodjaiants
03272b1adb Fix for bug 62659: Unable to set default for register format via plugin_customization.ini. 2004-12-03 20:34:46 +00:00
Mikhail Khodjaiants
15c37f6a0a Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView. 2004-12-02 21:20:57 +00:00
Mikhail Khodjaiants
90097c4feb Do not use "void" if parameter's list is empty when constructing a function or method name for function breakpoints. Name mapping should be done on the implementation level. 2004-11-26 19:23:45 +00:00
Mikhail Khodjaiants
7877aedb36 Fix for bug 79452: Unable to set a breakpoint on a class method. 2004-11-25 23:58:29 +00:00
Mikhail Khodjaiants
ef622f4964 Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved" method that accepts multiple breakpoints. 2004-11-25 18:24:04 +00:00
Mikhail Khodjaiants
e1f0f37434 Workaround for bug 69728: IndexOutOfBoundsException in TextPresentation.
This bug is fixed in Eclipse 3.1.
2004-11-23 23:34:37 +00:00
Mikhail Khodjaiants
7ff44b1055 Fix for bug 69184: Activate the Expression view when expression is added. 2004-11-18 22:41:32 +00:00
Mikhail Khodjaiants
e99487c7dd Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?). 2004-11-15 22:29:43 +00:00
Mikhail Khodjaiants
5db467bcdf Fix for bug 73801: Function breakpoints set from C View aren't shown in editor. 2004-11-11 21:46:28 +00:00
Mikhail Khodjaiants
c1c8430638 Fix for bug 77437: Disassembly blocks with no associated source code has PC pointer on wrong line. 2004-11-10 22:52:50 +00:00
Mikhail Khodjaiants
216cc40051 Partial fix for bug 41725: I can't set a breakpoint in a function where I used attach source. 2004-11-09 22:28:09 +00:00
Mikhail Khodjaiants
d14425742c Fix for bug 77251: Need protected access to DisassemblyView's createVerticalRuler() method. 2004-11-09 22:15:55 +00:00
Mikhail Khodjaiants
4706348f12 Cleanup. 2004-11-05 21:35:21 +00:00
Mikhail Khodjaiants
396ecd8664 Removed "Refresh" and "Auto-Refresh" actions from the shared libraries view. 2004-11-04 22:48:05 +00:00
Mikhail Khodjaiants
3eb80a102a Removed "Refresh" and "Auto-Refresh" actions from the registers view. 2004-11-04 22:04:17 +00:00
Mikhail Khodjaiants
cbf89ce619 Use the new expression API of CDI. 2004-10-29 21:22:18 +00:00
Mikhail Khodjaiants
f1b59465a3 Check if the string representation of a value is not null before trimming it. 2004-10-19 20:02:30 +00:00
Mikhail Khodjaiants
61717a6a3e Corrupted plugin.xml. 2004-10-18 14:36:21 +00:00
Mikhail Khodjaiants
aa6f9b5a00 Replaced the "Signal Properties" dialog by the standard property page. 2004-10-15 19:33:26 +00:00
Mikhail Khodjaiants
69a0850c87 Added the bookkeeping of registers and register groups. 2004-10-08 18:40:29 +00:00
Mikhail Khodjaiants
76109711a4 Added images of disabled registers and register groups. 2004-10-07 21:31:53 +00:00