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

3115 commits

Author SHA1 Message Date
John Cortell
b36ad37def Addressed two loose ends of bugzilla 118100 2008-05-08 02:42:34 +00:00
John Cortell
79aa62cd97 Renamed ICBreakpointTyped to ICBreakpointType 2008-05-07 23:29:25 +00:00
John Cortell
9ec9ace2e4 Typo 2008-05-07 23:25:31 +00:00
Jason Montojo
83f704c367 Bug 230820 - externalized strings for org.eclipse.cdt.gnu.{build,debug}-feature; cleaned up feature.properties 2008-05-07 18:17:33 +00:00
John Cortell
1f35172785 Updated to provide clarity on the use of TEMPORARY as a special-case, bit-wise qualifier. 2008-05-06 21:01:02 +00:00
Alena Laskavaia
5a0701efaa bug 118100 - moving breakpoints types in ICBreakpointTyped 2008-05-06 13:51:32 +00:00
Mikhail Khodjaiants
2cac1ea941 API change in AbstractHandler. 2008-05-06 12:44:44 +00:00
Anton Leherbauer
4bf9d0cd24 Follow up fix for 228063 2008-05-06 10:16:19 +00:00
Sergey Prigogin
d8bfd60f62 Fixed compilation errors with Eclipse 3.4M7. 2008-05-03 06:05:09 +00:00
John Cortell
bbf8808238 Provide new breakpoint type constant and provide detailed explanation of all types. New types set the ground for Freescale hardware breakpoint solution (post Ganymede) 2008-05-02 21:39:00 +00:00
Mikhail Khodjaiants
532bcc93b8 Bug 228063: applied patch from Pawel Piech (WindRiver). 2008-05-02 12:23:21 +00:00
Alena Laskavaia
af61802112 - added couple more of working catchpoints: fork, vfork and exec 2008-05-01 14:25:50 +00:00
John Cortell
83332ab6f8 Fix NPE in action adapters when editor is not fed by a file. 2008-04-30 22:57:21 +00:00
Alena Laskavaia
a43de426a4 - added debugModelId for breakpoint contribution 2008-04-29 16:11:48 +00:00
Alena Laskavaia
7b194b46e6 - update to exclude unused Type attribute 2008-04-28 21:57:39 +00:00
Alena Laskavaia
7e4a18be7c - ui for hardware breakpoints in Properties 2008-04-28 21:57:25 +00:00
Alena Laskavaia
dc62fa9320 - bug 118100 - hardware breakpoints support 2008-04-28 21:56:56 +00:00
Alena Laskavaia
5273116bf3 - implement correct LabelFieldEditor which would be aligned with other fields and removed hack for .valueLabel in custom field editors 2008-04-28 21:55:50 +00:00
Alena Laskavaia
036c97d5bc - fixed bug with marker subtypes 2008-04-28 21:54:13 +00:00
Alena Laskavaia
0ad8a0893e - removed hack with ".valueLabel" for label provided field editors 2008-04-28 21:54:01 +00:00
Alena Laskavaia
f493c4a10f - renamed and added support for ICBreakpointUIContributionUser 2008-04-28 21:52:46 +00:00
Alena Laskavaia
45b37ef4e8 - added interface for breakpoint ui contribution users 2008-04-28 21:51:51 +00:00
Chris Recoskie
1e586a99cc Partial fix for Bugzilla 210116 (CDT spelling errors) 2008-04-28 18:35:19 +00:00
Alena Laskavaia
f90a097f60 - corrected english 2008-04-28 14:09:37 +00:00
Alena Laskavaia
e121273887 - updated test to get more precise info when test is failing 2008-04-28 14:08:40 +00:00
John Cortell
a602cd1826 Refactoring to use "BreakpointEvent" instead of "Catchpoint" to be consistent with how we refer to the feature at the UI level. 2008-04-25 21:23:39 +00:00
Doug Schaefer
ce5ef3cbc1 Doug's attempt at fixing source build. 2008-04-25 19:43:48 +00:00
Alena Laskavaia
2c293213be bug 226689 - catchpoint support, removed obsolete page 2008-04-25 18:57:50 +00:00
Alena Laskavaia
8c037f0524 bug 226689 - catchpoint support 2008-04-25 17:39:32 +00:00
Alena Laskavaia
c652147479 bug 226689 - catchpoint support 2008-04-25 16:06:06 +00:00
Alena Laskavaia
d694db4e57 - allow custom breakpoint use MESSAGE attribute as breakpoint label if label provider is not installed 2008-04-25 16:01:36 +00:00
Alena Laskavaia
b0e84b146c - allow custom breakpoints use ILabelProvider since IElementLabelProvider does not work for breakpoints 2008-04-25 15:59:57 +00:00
Alena Laskavaia
12af9151f7 - update error/warning policy to include more errors/warnings 2008-04-25 15:43:03 +00:00
Alena Laskavaia
1120d257d1 - removed unused imports 2008-04-25 15:37:16 +00:00
Alena Laskavaia
a4c0084908 - refactor to use default implementation PrefereceStore 2008-04-25 14:52:35 +00:00
Alena Laskavaia
b9a45c92b7 - added standard methods to manipulate with plugin image registry 2008-04-25 14:47:54 +00:00
Alena Laskavaia
47fd9199d1 - added log methods for plugins 2008-04-24 21:28:22 +00:00
Alena Laskavaia
069df53a53 - oops, undo adding catchpoints before I commit it 2008-04-24 21:09:04 +00:00
Warren Paul
0aa67427b4 synchronize the building of the exe's list. 2008-04-24 20:46:22 +00:00
Alena Laskavaia
35cf42dabc - fixed tests and created abstract class that has common parts for all debug tests 2008-04-24 18:09:04 +00:00
Vivian Kong
8cf4e8f337 fix ordering of required plugins/features 2008-04-24 16:55:30 +00:00
Warren Paul
0c5bdcfb6c fixed progress display (%), allow cancel during import, remember column ordering, don't try to refresh while importing executables. 2008-04-24 03:26:53 +00:00
Doug Schaefer
f6e3cea752 Make Platform a top level feature. 2008-04-23 18:52:13 +00:00
Doug Schaefer
22d13071b2 Fix up version numbers and name of Mylyn feature to match other bridges. 2008-04-23 03:57:27 +00:00
Alena Laskavaia
49283fae51 bug 224560 - memory view refresh does not work because of ABE in Disassembly view 2008-04-22 20:42:17 +00:00
Doug Schaefer
44a772bb18 Fix up dependencies. 2008-04-22 20:04:15 +00:00
Doug Schaefer
58d9161dc2 Fix up dependencies. 2008-04-22 19:23:17 +00:00
Doug Schaefer
441779330d Fix up dependencies. 2008-04-22 19:08:42 +00:00
Doug Schaefer
63ba6a0f26 Fix up dependencies. 2008-04-22 16:59:25 +00:00
Mikhail Khodjaiants
19c364f589 Contributing new disassembly. 2008-04-22 16:49:52 +00:00