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

17169 commits

Author SHA1 Message Date
John Cortell
443bcd6c99 Overhaul load. Turns out all we need is a simple implementation. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=310304#c34 2010-05-07 16:10:41 +00:00
Alena Laskavaia
e0ee9359b1 Externalized strings 2010-05-07 02:58:31 +00:00
John Cortell
c2bf10a787 Make memory browser plugins warning-intolerant 2010-05-06 22:08:09 +00:00
John Cortell
444b314efa Make memory browser plugins warning-intolerant 2010-05-06 21:44:58 +00:00
John Cortell
600e524d6c Fixed warning 2010-05-06 21:40:53 +00:00
John Cortell
494889cad8 Make jtag plugins warning-intolerant 2010-05-06 21:35:25 +00:00
John Cortell
8316f290a6 Don't expose internal upstream types as API. Moved GDBJtagDSFCMainTab to internal package 2010-05-06 21:30:54 +00:00
John Cortell
bd09547166 befriend jtag plugin to let it avoid warnings 2010-05-06 21:28:12 +00:00
John Cortell
e42056257a [310304] GDB (DSF) Hardware Debugging Launcher ignores application program path 2010-05-06 20:17:04 +00:00
Marc Khouzam
4e0258df9a Bug 281970: No longer use CDIs "debugger" extension point, as it was useless for DSF-GDB and only causing confusion. 2010-05-06 20:07:47 +00:00
John Cortell
8b16325786 Fixed warnings 2010-05-06 19:25:07 +00:00
John Cortell
74e858e927 Various tweaks/cleanup 2010-05-06 19:16:17 +00:00
John Cortell
e09763e581 Fixed warnings 2010-05-06 18:55:56 +00:00
John Cortell
8f418be80d Fixed warning 2010-05-06 18:53:39 +00:00
John Cortell
2df2588754 Additional javadoc 2010-05-06 18:53:25 +00:00
John Cortell
5e45479ea7 Fixed warnings 2010-05-06 18:40:11 +00:00
John Cortell
43d9a2acb8 Use generics. Avoid unnecessary local 2010-05-06 18:13:00 +00:00
John Cortell
cfe83c4ed9 Use generics 2010-05-06 18:11:32 +00:00
John Cortell
60d122b161 Improve documentation 2010-05-06 18:06:37 +00:00
John Cortell
e699f8cfba CDT has not moved up to Java 1.6. Can't use String.isEmpty() 2010-05-06 17:51:58 +00:00
Vivian Kong
2f76ea4d10 update cdt.debug.gdbjtag feature version 2010-05-06 17:50:22 +00:00
Alena Laskavaia
9b9fedb9fd Bug 305943 Support for transport specific devices, based on patch from Bruce Griffith 2010-05-06 16:57:16 +00:00
Alena Laskavaia
221d891570 java warnings 2010-05-06 16:01:29 +00:00
Andrew Gvozdev
3e77d51532 oops: accidental commit reverted 2010-05-06 15:03:38 +00:00
Andrew Gvozdev
539ff63173 improper indentation 2010-05-06 14:46:21 +00:00
Alena Laskavaia
b3e3a91fd6 - making usage of CodanEditorUtility 2010-05-05 20:48:28 +00:00
Alena Laskavaia
b168348b96 - support for navigatable "URL"s containing file: syntax - would open editor in eclipse 2010-05-05 20:00:36 +00:00
Alena Laskavaia
aa8fb216e6 - Added utility class to share between classes that want to open a file for marker 2010-05-05 19:59:17 +00:00
Ken Ryall
ad974495ab Make addresses serializable. 2010-05-05 18:54:33 +00:00
James Blackburn
ce525dbe96 Bug 311189 attempt to refresh the resource (depth NONE) before removing the source entries 2010-05-05 16:41:01 +00:00
James Blackburn
800ab8b171 Bug 311189 settings are changed & lost after project set import replaces existing project 2010-05-05 15:53:11 +00:00
Vivian Kong
a85f49062c Bug 311628 - TVT36:TCT139: CHS: Mnemonic Keys Aren't Needed for Flyover 2010-05-05 14:41:08 +00:00
Markus Schorn
c1c856a38e Fixes for occasional JUnit failures 2010-05-05 13:33:51 +00:00
Markus Schorn
10519ecf5f Compiler warnings. 2010-05-05 13:32:57 +00:00
Markus Schorn
5f1227d142 Minor fix for implicit constructors. 2010-05-05 13:29:23 +00:00
Markus Schorn
8e12e974ec Fix for JUnit failures. 2010-05-05 11:50:56 +00:00
Markus Schorn
843b5f6343 Performance improvement for computing overloaded operators. 2010-05-05 09:20:26 +00:00
Markus Schorn
346b25fada Fix typo. 2010-05-05 09:17:27 +00:00
Sergey Prigogin
4a264bdc0f Use Ctrl+Alt+S instead of Ctrl+Shift+S for Sort Lines to avoid conflich with Save All. 2010-05-05 06:13:34 +00:00
John Cortell
af69e71a83 Corrected command description. This was accidentally given the description for -file-exec-file 2010-05-04 21:49:17 +00:00
Ed Swartz
32b01dbe7e Update incorrect Javadoc 2010-05-04 20:04:18 +00:00
Vivian Kong
001dc097d9 Bug 311591 - externalize strings for debug activities 2010-05-04 18:42:19 +00:00
Marc Khouzam
45bb4086d0 Bug 311416: Clarify javadoc 2010-05-04 17:58:08 +00:00
Pawel Piech
0c30d752e0 Bug 289526 - [debug view] Migrate the Restart feature to the new one, as supported by the platform 2010-05-04 17:34:55 +00:00
Alena Laskavaia
5691d8b306 - removed version dependency so it compiles with CDT 6.0 2010-05-04 15:17:31 +00:00
Marc Khouzam
14c231b3ca Bug 311416: Small simplification in logic check. 2010-05-04 13:20:27 +00:00
Andrew Gvozdev
12eb24805f compilation warnings 2010-05-04 05:05:09 +00:00
Pawel Piech
ea4c22620a Bug 311416 - [vm][cache] Stack frames missing in debug view. 2010-05-04 04:54:41 +00:00
Andrew Gvozdev
09e2717298 compilation warnings 2010-05-04 04:24:40 +00:00
Andrew Gvozdev
f400c28d0e JavaDoc warnings 2010-05-04 03:47:06 +00:00