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

16574 commits

Author SHA1 Message Date
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
John Cortell
c29c05bc25 Someone reported failures in the expressions tests because of small variations on floating point arithmetic results. E.g., expected '33.333333333333336" but got '33.333333333333329'". Floating point math is not exact, and we need to not be too precise in our expectations for those cases. 2010-03-10 21:38:34 +00:00
Ken Ryall
3983c6bb53 Bug 302595, return null for default. 2010-03-10 21:23:34 +00:00
Ken Ryall
2776239295 Bug 303334, pref cleanup. 2010-03-10 21:22:39 +00:00
Vivian Kong
a50a1925f2 Bug 305402 - [Accessibility] Path and symbols properties page (Include/Symbols tab) 2010-03-10 21:22:37 +00:00
Ken Ryall
c1af52dba5 Open the DSF disassembly view. 2010-03-10 21:22:10 +00:00
James Blackburn
06980d14fb Tidy: using CopyOnWriteArrayList no need to duplicate listener list during notify. 2010-03-10 20:42:21 +00:00
John Cortell
8087689bea Fixed common programming goof 2010-03-10 20:15:26 +00:00
Pawel Piech
f3f09b4946 Updated comments. 2010-03-10 19:11:36 +00:00
Pawel Piech
afa7312595 [305376] - [concurrent] RejectedExecutionExeption is not properly handled in RequestMonitor 2010-03-10 19:11:17 +00:00
John Cortell
c389d6d748 [303735] Adjustment to last fix (patch from Serge Beauchamp) 2010-03-10 17:12:18 +00:00
Anton Leherbauer
f7defa47f6 Fix Eclipse 3.6M6 compile error 2010-03-10 14:38:01 +00:00