1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00
Commit graph

1869 commits

Author SHA1 Message Date
Mikhail Khodjaiants
fc5179e477 The Registers view has been contibuted and moved to the Eclipse platform.
To enable updating set the default value of the auto-refresh flag of the registers to true.
Remove it when the "Refresh" and "Auto-Refresh" actions are contributed.
2004-03-31 23:05:05 +00:00
Mikhail Khodjaiants
4ad9d2c33e The Registers view has been contibuted and moved to the Eclipse platform. 2004-03-31 22:05:54 +00:00
David Inglis
ffde7d87bc simple change to use native defined in interface 2004-03-25 19:36:58 +00:00
Mikhail Khodjaiants
9eebc9354a Fix for Bug 55777: I18N: Memory View is missing key for number_of_columns. 2004-03-23 21:42:27 +00:00
Mikhail Khodjaiants
1cef0ffb04 Fix for bug 55766: The Shared Libraries view displays the wrong icon if the "Load Symbols" action fails. 2004-03-23 21:23:25 +00:00
David Inglis
18e6359b5b cleanup 2004-03-23 03:07:40 +00:00
David Inglis
118c31cd16 non-external string 2004-03-23 02:48:29 +00:00
David Inglis
a85f27eed2 use new cdescriptor operation for changes 2004-03-19 20:31:33 +00:00
Mikhail Khodjaiants
001891858b Added missing action tooltips. 2004-03-19 18:45:21 +00:00
Alain Magloire
b3f004b2a3 Changes to get some performances. The array of
events is passed instead of one at a time.
2004-03-17 18:09:00 +00:00
Mikhail Khodjaiants
8cf78bf7d7 Applied patch from Tanya Wolff. 2004-03-17 17:15:25 +00:00
Alain Magloire
86875f7871 Patch from Tanya for locale 2004-03-17 16:40:55 +00:00
Alain Magloire
35ebf046cf ICDIManager extends ICDIEventListener 2004-03-16 20:05:25 +00:00
Alain Magloire
f3a9fae638 Major patch from Tanya to extenalize strings 2004-03-16 20:03:56 +00:00
Alain Magloire
2e49a88af9 Externalize strings from Tanya. 2004-03-12 19:34:53 +00:00
Mikhail Khodjaiants
ea9c355889 Applied patch from Tanya Wolff. 2004-03-12 17:00:31 +00:00
Mikhail Khodjaiants
0e48c01b6a Applied patch from Tanya Wolff. 2004-03-12 16:42:31 +00:00
David Inglis
cde152c3d0 update 2004-03-12 16:02:32 +00:00
Mikhail Khodjaiants
f4766d0e55 Applied string externalization patch from Tanya Wolff. 2004-03-10 19:41:10 +00:00
Mikhail Khodjaiants
8174ed6882 Applied patch from Tanya Wolff. 2004-03-09 21:31:28 +00:00
David Inglis
89a619d39c added "native" const 2004-03-09 20:41:52 +00:00
Mikhail Khodjaiants
7c50719ee7 Partial Fix for #51189. Applied patches from Tanya Wolff. 2004-03-04 19:23:14 +00:00
Alain Magloire
4e38f7ccd2 Reog. Categorise the files in to source folders. 2004-03-01 20:55:53 +00:00
Mikhail Khodjaiants
618b4f8e95 Fire the "suspend" event when the target is suspended because of an error. 2004-02-23 18:56:28 +00:00
Alain Magloire
aa349fc2b3 Partial fix for PR 52155. 2004-02-20 17:35:44 +00:00
Alain Magloire
2eb7c8d6d8 remove comments. 2004-02-19 16:04:11 +00:00
Alain Magloire
3e7cdc86af indentation. 2004-02-19 15:52:37 +00:00
Alain Magloire
8605adfe72 Fix for PR #52317 2004-02-19 15:49:58 +00:00
Alain Magloire
45d013d253 save the PID when attaching. 2004-02-18 03:51:06 +00:00
Mikhail Khodjaiants
af45b6d210 Merged changes from 1.2.1 branch. 2004-02-17 19:38:43 +00:00
Mikhail Khodjaiants
5c81a61e91 Merged changes from 1.2.1 branch. 2004-02-17 19:05:42 +00:00
Doug Schaefer
04649e1b68 *** empty log message *** 2004-02-13 22:06:26 +00:00
Doug Schaefer
1300bda0b8 Quick fix to get the debugger working in M7. I had to
define a new extension to org.eclipse.debug.ui.contexts
and provide the appropriate binding to our debug
model.
2004-02-13 19:07:04 +00:00
Alain Magloire
d3531f1429 use String.endsWith("(gdb)") to find the prompt 2004-02-11 20:48:14 +00:00
Mikhail Khodjaiants
934d7c87a0 Fix for bug 51062: Source locator oddness. 2004-02-11 19:33:05 +00:00
Mikhail Khodjaiants
843606db1d Fix for bug 40108: The memory view does not handle big/little endian. 2004-02-10 23:18:09 +00:00
Mikhail Khodjaiants
fd9750f26f Merging changes from 1.2.1 branch. 2004-02-10 23:00:21 +00:00
Mikhail Khodjaiants
7fb590779b Fix for bug 51519: Enable 'Format' action if multiple variables are selected. 2004-02-10 20:15:00 +00:00
Alain Magloire
c6f2a35f9c Patch from Chris Songer to make multiple
selection works when setting formats.
2004-02-03 20:27:30 +00:00
Alain Magloire
e2482f2bc6 Do not pass an empty string. 2004-02-02 14:18:09 +00:00
Alain Magloire
df79974b26 Let the MIExecInterrupt through 2004-01-30 19:46:55 +00:00
Mikhail Khodjaiants
fb22e46d9a Fix for bug 50967: Linux/SWT blows when double click on the register view. 2004-01-30 19:44:32 +00:00
Mikhail Khodjaiants
9d0e717ea4 Fix for bug 50981: In the 'getValue' method of CVariable 'getType' should be only called once. 2004-01-30 17:44:32 +00:00
Alain Magloire
2e8a72022a Allow the client to overload the interrupt 2004-01-30 17:15:50 +00:00
Alain Magloire
752890b1aa *** empty log message *** 2004-01-29 16:51:19 +00:00
Alain Magloire
662e440276 CDT Debug prefers things to be in ascending number 2004-01-29 16:49:28 +00:00
Alain Magloire
e692b9940d update the logs. 2004-01-28 21:05:06 +00:00
Alain Magloire
b1dd76df72 Change the scope of the methods to be protected. 2004-01-28 21:04:09 +00:00
Alain Magloire
12ac7e97c7 new method setOperation(). 2004-01-28 20:52:16 +00:00
Alain Magloire
8d6cbf9b4b Throws the exception up instead of silently ignore it. 2004-01-28 20:50:39 +00:00