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

16329 commits

Author SHA1 Message Date
Pawel Piech
fd02b90e42 Warnings cleanup. 2010-02-11 23:31:29 +00:00
Marc Khouzam
9d403c3d87 Missing @since tag 2010-02-11 21:15:59 +00:00
Marc Khouzam
88cea3fb22 [249165] Support for ResumeAtLine in both CEditor and DSF Disassembly view 2010-02-11 20:57:17 +00:00
Ken Ryall
e2cc17c5cb Fix NPE. 2010-02-11 20:42:32 +00:00
Ken Ryall
7137aaeb64 Add missing since tag. 2010-02-11 20:41:58 +00:00
Ken Ryall
3c6f76e9e1 Bug 295808, fix NPE. 2010-02-11 20:22:55 +00:00
Pawel Piech
107a6a6cf4 [299834] - [Debug View] Remove 'refresh' button from Debug view 2010-02-11 19:59:30 +00:00
Ken Ryall
7f290336f3 Listen for APPLIED instead of DATA_APPLIED to hear about the active config changing. This seemed to break in CDT 6.0. 2010-02-11 19:45:09 +00:00
Pawel Piech
9d94af8a4d [291426] - [breakpoints] Add DSF support for flex-hierarchy breakpoints view. 2010-02-11 19:41:37 +00:00
Ken Ryall
9514e9c398 Bug 181020, Ugly/confusing presentation of (sub) source folders in C/C++ view 2010-02-11 19:41:24 +00:00
Pawel Piech
c2c10e2ac1 Warnings cleanup. 2010-02-11 19:40:08 +00:00
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