1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

16785 commits

Author SHA1 Message Date
Markus Schorn
0dc6ec197c Bug 305487: ArrayStoreException using F3 2010-03-15 15:41:43 +00:00
Markus Schorn
05957c8002 Bug 305118: Add include for relative inclusion from different folder. 2010-03-15 13:41:02 +00:00
Markus Schorn
e5da8307a0 Bug 302412: Additional testcases + fix for direct initialization. 2010-03-15 13:23:15 +00:00
Sergey Prigogin
1e60031409 Cosmetics. 2010-03-15 04:16:20 +00:00
Sergey Prigogin
09a082e321 Fixed an ArrayStoreException. 2010-03-15 04:13:33 +00:00
Sergey Prigogin
80c40cd4d1 Cosmetics. 2010-03-14 01:24:55 +00:00
Doug Schaefer
68dea21be0 Fixes for M6 build. 2010-03-13 17:53:41 +00:00
Doug Schaefer
0613a1b069 Fixes for M6 build. 2010-03-13 17:45:44 +00:00
David Dubrow
e7d0761389 Bug 305365 allowing editable value to differ from formatted value 2010-03-13 14:59:57 +00:00
John Cortell
900aeefc47 [303569] Additional fix for gdb >= 7.0 2010-03-13 05:56:34 +00:00
Andrew Gvozdev
3e8a584274 warnings fixed 2010-03-13 04:54:13 +00:00
Andrew Gvozdev
92f906545e Added icons for severity 2010-03-13 04:53:31 +00:00
John Cortell
e75632e46b Corrected comment 2010-03-13 04:32:45 +00:00
Andrew Gvozdev
96e650bf00 bug 305748: Place deprecated error parsers on the bottom of the list 2010-03-13 04:18:04 +00:00
Marc Khouzam
c393671389 Wrong @since tag 2010-03-13 01:15:14 +00:00
Pawel Piech
aa07b8ae87 [302628] - [breakpoints][cdi] Implement linking of active debug context with selection in Breakpoints view. 2010-03-13 00:00:26 +00:00
Doug Schaefer
a0dce915c6 Update to latest platform I build to pick up new API for M6. 2010-03-12 23:38:24 +00:00
John Cortell
9146796fd6 [305752] Constants for standard event breakpoint types should be outside the CDI-GDB plugin 2010-03-12 23:36:43 +00:00
John Cortell
cde61d6544 [305533] Removed old disassembly view from codebase 2010-03-12 20:15:32 +00:00
Alena Laskavaia
20b24a0ea7 - added provisional comments to classes 2010-03-12 19:55:10 +00:00
John Cortell
918fa29658 Fixed NPE when there are no memory spaces 2010-03-12 19:49:24 +00:00
Andrew Gvozdev
78bbafea7e Fixed name of the feature to appear during CDT installation 2010-03-12 19:39:36 +00:00
Marc Khouzam
4317c992c8 Revert previous change to avoid breaking API 2010-03-12 19:18:13 +00:00
Marc Khouzam
d1efedbdcb doIntialize() should be private 2010-03-12 19:15:49 +00:00
Marc Khouzam
8b279e5b8d [305178] Make MonitorInterruptJob protected. 2010-03-12 19:09:53 +00:00
Andrew Gvozdev
8c78cc1ed7 bug 303463: Building makefile project fails with "Error 141" (make) / IllegalArgumentException java exception 2010-03-12 18:24:24 +00:00
Marc Khouzam
01a10a10bf [305178] Improved interface for interrupt() 2010-03-12 17:29:17 +00:00
Marc Khouzam
5cca2caf65 [285907] Align DSF-GDB CMainTab with CDI one, for user-friendliness 2010-03-12 16:25:19 +00:00
John Cortell
a21c69868a [305554] Incorrect check in MIBreakpointsManager.modifyBreakpoint() 2010-03-12 16:10:03 +00:00
Marc Khouzam
985195bc3c [248593] Added missing requestMonitor completions 2010-03-12 15:02:15 +00:00
Markus Schorn
286e04711a Bug 302412: Direct list initialization. 2010-03-12 14:49:49 +00:00
Markus Schorn
477c241751 Bug 302412: Template argument deduction for initializer lists. 2010-03-12 13:52:28 +00:00
John Cortell
83736061cd [305667] Possible NPE in CSourceFinder (applied patch) 2010-03-12 13:49:01 +00:00
Markus Schorn
ce38a4facd Bug 302412: List initialization with elements of the initializer list. 2010-03-12 11:53:43 +00:00
Anton Leherbauer
bd8092d830 [302925] Apply partial workaround for excessive data from GDB also to CDI back-end 2010-03-12 08:00:12 +00:00
Marc Khouzam
e68ed6d712 [249223] Better comment to explain that ResumeWithoutSignal is not complete. 2010-03-12 02:25:54 +00:00
John Cortell
b898da879b Fixed warnings 2010-03-11 23:39:59 +00:00
John Cortell
545e3a387d Befriend dsf ui plugin to quite warnings 2010-03-11 23:38:55 +00:00
Ken Ryall
c458fc2918 Bug 305533, Step One, remove the old Disassembly view and rename the DSF one. 2010-03-11 22:43:38 +00:00
Doug Schaefer
6e45806355 Reused import existing as new with existing. Fixed title on import. 2010-03-11 21:11:41 +00:00
Marc Khouzam
6b01652bf6 [249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal action to DSF-GDB, but this is not complete because DSF-GDB does not handle the signal stuff yet. 2010-03-11 19:19:38 +00:00
Marc Khouzam
438a83dada [284286] Support for setting tracepoint actions 2010-03-11 19:09:40 +00:00
Andrew Gvozdev
f47d420171 cleanup: JavaDoc warnings 2010-03-11 18:16:36 +00:00
Andrew Gvozdev
fed65b3655 bug 294106: Save CDT Build Console output into a file
Patch from Dmitry Kozlov
2010-03-11 18:04:41 +00:00
Markus Schorn
d5c5ba8f02 Bug 302412: Overload resolution for list-initializers. 2010-03-11 17:58:45 +00:00
Alena Laskavaia
4deee6b218 [248593] - dsf-gdb integration for jTag launch (applied patch) 2010-03-11 15:39:03 +00:00
Markus Schorn
53b6af27b0 Bug 302412: Change resolution of constructors for initializations. 2010-03-11 13:05:12 +00:00
John Cortell
dc68630fb6 Fixed remaining edge case floating point math failure 2010-03-11 13:04:42 +00:00
Ken Ryall
a36a7271e7 Revert to version 1.26, remove accidental commit. 2010-03-11 12:16:27 +00:00
John Cortell
1941123178 [304380] Line breakpoints are set with a simple file namein Cygwin session; fails to support same named files 2010-03-11 00:22:04 +00:00