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

836 commits

Author SHA1 Message Date
Anton Leherbauer
3d97393bad Fix typo 2008-07-30 08:37:09 +00:00
Anton Leherbauer
8e70b3930f Bug 242355 - Action "Open Disassembly" is enabled when it should not 2008-07-29 11:29:24 +00:00
John Cortell
0e2c6945bd Fixed NPEs in code that is subject to dealing with a disposed frame. 2008-07-23 20:34:01 +00:00
John Cortell
f4e51c6139 Fix warnings 2008-07-15 19:18:16 +00:00
Ken Ryall
af2dd181dd Added uid. 2008-07-09 21:16:29 +00:00
John Cortell
e173a7fb80 Found two remaining cases of "jumpTo" terminology (variables names). Changes to "resumeAt" 2008-07-07 18:57:32 +00:00
John Cortell
8b0b647c7b Move-to-line feature. Application of the patch in bugzilla 118147. Includes refactoring of resume-at-line feature which used "jump to line" terminology. While such terminology is aligned with gdb (it invokes the 'jump' command), it is otherwise counter intuitive and collides with the "move to line" concept. The interfaces and code are now consistent throughout in its use of "resume at line" terminology. 2008-07-07 18:44:06 +00:00
Ken Ryall
0387684e7d Cache the source file list for an executable and don't block the UI while getting it. 2008-06-28 12:01:59 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Vivian Kong
44dfc4a59d fix for bug 234909 2008-05-30 19:30:09 +00:00
Warren Paul
c33ef0d470 fixed breakpoint creation with new type argument. 2008-05-29 12:36:43 +00:00
Ken Ryall
5297afa058 Merge changes from CDT 4.0.x. 2008-05-21 20:41:48 +00:00
Alena Laskavaia
69ea8a3218 bug 233058 - support for remote process exit code in debug session 2008-05-20 20:06:08 +00:00
Mikhail Khodjaiants
213739b2dc Disabled disassembly memory rendering. 2008-05-16 16:50:02 +00:00
Mikhail Khodjaiants
0864dbf857 Contributing new disassembly. 2008-05-14 15:39:23 +00:00
Anton Leherbauer
3a389ae973 Enable Resume Without Signal action only if plug-in is active 2008-05-09 09:38:07 +00:00
Warren Paul
97f1304af9 don't use the control if already disposed. 2008-05-08 23:55:09 +00:00
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
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
Mikhail Khodjaiants
532bcc93b8 Bug 228063: applied patch from Pawel Piech (WindRiver). 2008-05-02 12:23:21 +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
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
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
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
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
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
Mikhail Khodjaiants
19c364f589 Contributing new disassembly. 2008-04-22 16:49:52 +00:00
Mikhail Khodjaiants
f6b2dea934 Contributing new disassembly. 2008-04-22 12:32:46 +00:00
Mikhail Khodjaiants
b45f93e8ce Contributing new disassembly. 2008-04-18 16:18:15 +00:00
Mikhail Khodjaiants
501ebcad7f Contributing new disassembly. 2008-04-17 17:23:35 +00:00
Anton Leherbauer
9aed58bb4e Fix deprecation warnings and get rid of obsolete HTMLTextPresenter 2008-04-17 12:09:24 +00:00
Mikhail Khodjaiants
dac361c1c2 Contributing new disassembly. 2008-04-16 21:59:40 +00:00
Mikhail Khodjaiants
5b528871c9 Contributing new disassembly. 2008-04-16 17:10:57 +00:00
Mikhail Khodjaiants
0540c57e38 Contributing new disassembly. 2008-04-14 16:39:26 +00:00
John Cortell
25a5e3e01f Fixed cut&paste goof 2008-04-11 16:40:49 +00:00