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

16418 commits

Author SHA1 Message Date
Pawel Piech
328163648d Warnings cleanup. 2010-02-11 19:28:18 +00:00
Pawel Piech
47a5c8c644 [300586] (comment#9) - Added a clarifying comment. 2010-02-11 19:14:17 +00:00
Marc Khouzam
9fa4237bc5 [302597] Handle the missing *stopped event after CLI commands from GDBs older than 7.0. Also add support for 'return' in the console. We can now use next, continue et al in the console. 2010-02-11 19:10:27 +00:00
Pawel Piech
73f10c6e73 [300586] (comment#9) - Simplified tracking maximum status code value. 2010-02-11 19:06:51 +00:00
Pawel Piech
426d7eb9c5 [300586] (comment#9) - Removed redundant instanceof DsfMultiStatus. 2010-02-11 19:05:14 +00:00
Pawel Piech
2eab325df7 [300586] (comment#9) - Removed redundant call to isSuccess(). 2010-02-11 19:02:47 +00:00
Marc Khouzam
faae34208e [249162] Added MoveToLine support for both the Editor and the DSF Disassembly view. Currently this only works for GDB 7.0. Bug 302597 must be fixed to have this work with older GDBs 2010-02-11 16:27:03 +00:00
Anton Leherbauer
fce20bcbf6 [302507] [disassembly view] DSF Disassembly view no longer shows breakpoint icon in margin 2010-02-11 14:54:45 +00:00
Pawel Piech
f94bf1c0de Bug 299834 - Assign unique IDs to refresh actions in different views. 2010-02-10 23:40:33 +00:00
Ken Ryall
77918388c1 Bug 300279, add caching. 2010-02-10 21:12:26 +00:00
Marc Khouzam
a381ee1d47 [302324] Make RunToLine work for DSF Disassembly view 2010-02-10 21:09:37 +00:00
Andrew Gvozdev
eec11c475f bug 214218: deprecation 2010-02-10 17:38:55 +00:00
Markus Schorn
2cf1353146 Bug 294730: Instantiating templates with non-type template parameter packs. 2010-02-10 12:45:41 +00:00
Anton Leherbauer
c9bb347592 Bug 301966 - Automatic indentation does not work properly for doxygen block comments 2010-02-10 10:55:51 +00:00
Markus Schorn
c6fde503dc Bug 302282: Extending variadic template template parameters. 2010-02-10 09:04:05 +00:00
Markus Schorn
3e23c44676 Bug 302109: NPE on selection changes. 2010-02-10 08:41:57 +00:00
Markus Schorn
a4fe48870e 298615: Fix detection of space as separator in cygpath. 2010-02-10 07:51:20 +00:00
Andrew Gvozdev
01cef9b0e9 bug 241178: MakeTargetManager implementation should allow to manage arbitrary IMakeTarget not assuming concrete MakeTarget type 2010-02-10 03:55:42 +00:00
Andrew Gvozdev
91cdaecd4c bug 302272: When clicked on a bookmark in bookmark window focus in edit window goes to the file which was bookmarked but to a different line 2010-02-10 02:50:43 +00:00
John Cortell
1cf226434d [302327] inaccuracy in JavaDoc IDisassembly.getMixedInstructions 2010-02-09 21:16:27 +00:00
Warren Paul
54c1a11ea2 fixed the source file not found editor for DSF for frames with no file associated with it (raw address). 2010-02-09 20:20:00 +00:00
Warren Paul
4683f554ce fixed type that broke ISourceFileRemapping extensions. 2010-02-09 20:17:17 +00:00
Marc Khouzam
31dd35c469 [302315] Change org.eclipse.cdt.dsf.gdb version from 2.1 to 3.0 to accommodate interface changes 2010-02-09 19:34:19 +00:00
Vivian Kong
901457b262 update plugin version to 7.0 2010-02-09 16:25:14 +00:00
Marc Khouzam
e3a4b6dcbe [302273 ] Update CDT's copy of RetargetAction to match the latest platform code 2010-02-09 15:58:49 +00:00
Markus Schorn
8b864e98a5 Bug 302270: Selecting indexer. 2010-02-09 14:32:19 +00:00
Marc Khouzam
6dc4eb037d [302273 ] Fix getAdapter() which used to always return null 2010-02-09 14:12:00 +00:00
Markus Schorn
4bec9af75d Fix JUnit tests. 2010-02-09 13:37:33 +00:00
Anton Leherbauer
5cf3cf47c2 Bug 301366 - [formatter] throw; invalidates indenting rules 2010-02-09 11:06:58 +00:00
Anton Leherbauer
c107c6f6c3 Bug 302228 - Content Assist window does not appear when function parameters are not in same line 2010-02-09 10:48:18 +00:00
Markus Schorn
b099b6ccc4 Bug 294730: Pragma operators. 2010-02-09 09:44:06 +00:00
Andrew Gvozdev
7bcc902d24 bug 296406: remove dummy class MakeBuilderUtil 2010-02-09 03:11:39 +00:00
Andrew Gvozdev
9628c72b74 bug 292007:remove obsoleted method compareBenchmarks() 2010-02-09 02:56:59 +00:00
Andrew Gvozdev
3b4c6e2a81 cleanup: Javadoc, fields visibility 2010-02-09 02:48:25 +00:00
Andrew Gvozdev
d248a3697f @since tag 2010-02-09 02:46:46 +00:00
Andrew Gvozdev
0ad2be372f cleanup: generics, JavaDoc tags, loops 2010-02-09 02:24:08 +00:00
Andrew Gvozdev
88548c7e81 bug 295148: MakeTargetManager does not scale for Makefiles with a large number of Make Targets
Patch from Jeff Johnston
2010-02-09 02:19:57 +00:00
Andrew Gvozdev
6f30d79326 cleanup: generics 2010-02-09 02:06:17 +00:00
Andrew Gvozdev
e17ccaca75 cleanup: generics 2010-02-09 02:01:02 +00:00
Andrew Gvozdev
ec0f826863 bug 300707: Add ability to specify file-extension filter for build-options that support file browsing
Patch from Baltasar Belyavsky
2010-02-08 23:01:45 +00:00
Doug Schaefer
c5147d8bc0 Update Generator for M5. 2010-02-08 19:58:22 +00:00
Vivian Kong
7188fb9211 update dependency to bump up version of various plugins 2010-02-08 19:40:05 +00:00
Vivian Kong
48f3024968 update dependency to bump up version of managedbuilder.core 2010-02-08 19:37:49 +00:00
Andrew Gvozdev
d4ebe23030 bug 301373: [API] [cdt.make.* and cdt.managedbuilder.*] add @noextend and @noimplement tags 2010-02-08 18:49:27 +00:00
Pawel Piech
c904ce76a5 [302175] - [doc] Add DSF Tutorial to CDT ISV documentation. 2010-02-08 18:05:51 +00:00
Vivian Kong
7db8232ffa bump up gnu.build feature version to 7.0 since o.e.c.managedbuilder.gnu.ui version has gone up 2010-02-08 16:58:05 +00:00
Pawel Piech
3b2df140bd [301975] - CountingRequestMonitor status is broken 2010-02-08 16:38:47 +00:00
Markus Schorn
e065c23034 Bug 294730: Predefined identifier __func__ 2010-02-08 14:39:19 +00:00
Markus Schorn
648f5c9331 Bug 294730: Extern templates. 2010-02-08 14:16:28 +00:00
Markus Schorn
c6176c6b67 Bug 294730: Default template arguments for function templates. 2010-02-08 13:22:48 +00:00