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
Markus Schorn
88ba647612 Compiler warnings. 2010-02-18 08:16:21 +00:00
Andrew Gvozdev
43cb130a27 cleanup: warnings - $NON-NLS, field hiding, cast for clone() 2010-02-18 04:14:13 +00:00
Andrew Gvozdev
c2a1e845ab cleanup: warnings about arrays of generics fixed 2010-02-18 03:59:39 +00:00
Marc Khouzam
2b86b4d136 [303090] Previous checkin comment used the wrong bug number. 2010-02-17 17:47:47 +00:00
Marc Khouzam
72be877f9b [303004] Allow to extend MIBreakpoints instead of copying it. Use inheritance for GDBBreakpoints_7_0 now that we can. 2010-02-17 17:44:31 +00:00
Andrew Gvozdev
5eec05f77f cleanup: casts from/to Object suppressed 2010-02-17 17:40:19 +00:00
Andrew Gvozdev
e9c9d7353a cleanup: JavaDoc warnings and casts 2010-02-17 17:37:23 +00:00
Andrew Gvozdev
e59e5d549d cleanup: JavaDoc warnings a bunch 2010-02-17 17:28:29 +00:00
Marc Khouzam
ac2be6bb2b [299300] Respect order of detail formats 2010-02-17 17:21:31 +00:00
Andrew Gvozdev
b91139e868 bug 288489: [API] [cdt.managedbuild.core] Add getLibraryFiles method to IOption interface
Patch from Emilio U. Giuffrida
2010-02-17 16:38:49 +00:00
Markus Schorn
1fc47b91e1 Bug 302412: Syntax for c++0x initializer lists 2010-02-17 16:23:57 +00:00
Emanuel Graf
608c4287b4 FIXED - bug 302963: Refactoring history is sensitive to line-endings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=302963
2010-02-17 14:57:07 +00:00
Anton Leherbauer
ab580bbafe [302505] [disassembly view] Infinite loop retrieving disassembly 2010-02-17 13:04:51 +00:00
James Blackburn
4a27c4fc9d Fix Generics + warnings 2010-02-17 12:26:22 +00:00
Anton Leherbauer
bb71bcd2c2 Don't enable debug option by default 2010-02-17 12:19:15 +00:00
Anton Leherbauer
6c5788f399 Bug 248071 - Improved pty support for terminal emulation
Thanks go to Mirko Raner, Pawel Piech, James Blackburn, et al.
2010-02-17 11:48:28 +00:00
Anton Leherbauer
a603dc072a [302006] Disassembly view doesn't take into account active debug context when jumping to an address 2010-02-17 09:33:12 +00:00
Anton Leherbauer
ed9c03f437 [302923] [disassembly] Remove REDDocument.finalize() 2010-02-17 09:02:22 +00:00
James Blackburn
5ce1a9ed45 Bug 302927 - Don't cache strings in oobList if we're not expecting an out of band response
Generics
2010-02-17 07:38:46 +00:00
Vivian Kong
4a3ee8350b update index.html 2010-02-16 22:20:06 +00:00
Marc Khouzam
2458f95117 [302927] Only accumulate ou-of-band records when we are waiting for a command to be answered by GDB 2010-02-16 21:05:03 +00:00
Marc Khouzam
1c340e9193 [Bug 275238] Fix for JUnit test for new Details format 2010-02-16 20:47:12 +00:00
Markus Schorn
e6968d589b Fix testcases. 2010-02-16 16:04:34 +00:00
Andrew Gvozdev
2fa73f9d8f cleanup: JavaDoc warnings + extra spaces removed 2010-02-16 15:27:11 +00:00
Markus Schorn
9587829cb4 Make refactoring history tests run on windows. 2010-02-16 15:08:51 +00:00
Marc Khouzam
04db22c6c9 Typo in copyright date 2010-02-16 14:01:04 +00:00
Marc Khouzam
57f9dad278 [302636] -trhead-select and -stack-select-frame should not use the --thread or --frame options 2010-02-16 13:51:35 +00:00
James Blackburn
b0e1d196b9 getProjectDescriptionStorage should return null immediately if !project.isAccessible()
NON-NLS exception strings
2010-02-16 13:24:41 +00:00
James Blackburn
bcbb35184c Bug 302855 move ResourceHelper to org.eclipse.cdt.core.testplugin 2010-02-16 13:07:15 +00:00
James Blackburn
a50c714e81 Bug 302881 move #testReferences to cdt.core testsuite (CConfigurationDescriptionExportSettings) as there's no managedbuild specific functionality tested. 2010-02-16 12:58:11 +00:00
James Blackburn
876cf6f4c2 Bug 302881 Referenced settings are lost on project import 2010-02-16 12:56:18 +00:00
Anton Leherbauer
c694ebe16c Improve binary detection for numeric extensions, related to bug 194194 2010-02-16 12:45:52 +00:00
Anton Leherbauer
1019868357 Bug 301229 - BinaryRunner: Init output entries in constructor and not while running 2010-02-16 12:43:31 +00:00
Anton Leherbauer
0582fc2a23 Bug 301229 - Eliminate internal use of ICExtensionReference 2010-02-16 07:46:12 +00:00
Andrew Gvozdev
9893d467ce bug 298590: Restore Defaults does not quite restore Folder Settings 2010-02-16 02:50:58 +00:00
Marc Khouzam
b9eb1cba13 [202354] Support for Environment tab in DSF-GDB local application launch. Also, removal of unused classes. 2010-02-16 01:44:33 +00:00
John Cortell
eddb058986 [302772] Refactor DSF Disassembly view to support CDI 2010-02-15 15:34:31 +00:00
Anton Leherbauer
c569861751 Bug 280010 - Add include feature does not work in C for RC4 when CHelpProvider has info
Patch from Jeff Johnston
2010-02-15 08:33:33 +00:00
Marc Khouzam
bf9c3f543a [275238] Added extra Details format which gives more details and supports pretty-printing 2010-02-14 01:21:45 +00:00
Andrew Gvozdev
67a203c382 cleanup: warning unchecked cast suppressed for clone() 2010-02-13 19:19:35 +00:00
Marc Khouzam
4a593950ae [300096] Support for menu items "runToLine", "moveToLine" and "resumeAtLine" for DSF-GDB in the CEditor and DSF Disassembly view. Support for menu item "Add Watch Expression" for DSF-GDB in CEditor 2010-02-13 02:36:12 +00:00
John Cortell
c1c4444ee9 added comment 2010-02-12 19:55:01 +00:00
John Cortell
f51b5492bb [302759] Disassembly view fails to remove itself as a Debug view selection listener 2010-02-12 19:45:13 +00:00
Marc Khouzam
84c9c078cd [249162] Using -exec-jump instead of 'jump' for GDB 7.0 2010-02-12 15:25:20 +00:00
Andrew Gvozdev
97b4973f32 "CDT pushd CWD Locator" 2010-02-12 15:09:15 +00:00
Andrew Gvozdev
8984912905 bug 251972: [project] Problem adding a symbol for ALL configurations
Patch from Mario Pierro
2010-02-12 03:14:08 +00:00
Pawel Piech
b32a6f12b1 [249162] comment#9 - Adjusted error codes. 2010-02-12 01:04:37 +00:00
Pawel Piech
e5c877b268 Warnings cleanup. 2010-02-12 01:04:14 +00:00
Pawel Piech
6241c63438 Warnings cleanup. 2010-02-12 00:57:47 +00:00
Pawel Piech
dc5ab47300 [302629] - [breakpoints][cdi] Add support for filtering of breakpoints based on selected debug target in DSF-GDB debugger 2010-02-12 00:40:36 +00:00