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

16822 commits

Author SHA1 Message Date
Andrew Gvozdev
d1273a1f0e bug 293704: refactored for cleaner self-documented code 2010-04-12 03:01:44 +00:00
Andrew Gvozdev
58eaef33c6 cleanup: compilation warnings 2010-04-12 02:50:57 +00:00
Sergey Prigogin
ebee62c7ca Navigation to implicitly called constructors. Bug 248855. 2010-04-12 01:44:49 +00:00
Sergey Prigogin
92e5bf17ea Cosmetics. 2010-04-12 01:43:47 +00:00
Sergey Prigogin
59db3eea48 Cosmetics. 2010-04-11 21:41:11 +00:00
Sergey Prigogin
e48f239398 Removed a file submitted by mistake. 2010-04-11 21:15:10 +00:00
Sergey Prigogin
ba7f52a31a Cosmetics. 2010-04-11 20:51:02 +00:00
Sergey Prigogin
d596dcb716 Detection of implicit constructor calls in declarators and initializers. Bug 248854. 2010-04-11 19:08:38 +00:00
Andrew Gvozdev
28ffaab1ff bug 293704: Arguments of build command are lost in Create/Modify Dialogs when builder settings are used
Patch from Axel Mueller
2010-04-11 17:56:43 +00:00
Sergey Prigogin
c2678fecf6 Cosmetics. 2010-04-11 15:50:43 +00:00
Sergey Prigogin
b36b8e6f80 Cosmetics. 2010-04-11 06:30:30 +00:00
Sergey Prigogin
2648a64836 Cosmetics. 2010-04-11 06:19:51 +00:00
Sergey Prigogin
36740b0a89 Cosmetics. 2010-04-11 04:10:49 +00:00
Sergey Prigogin
1aee4fbb4d Cosmetics. 2010-04-11 03:21:38 +00:00
Sergey Prigogin
8989c3ce26 Cosmetics. 2010-04-11 03:14:16 +00:00
Sergey Prigogin
eb31f64c07 Cosmetics. 2010-04-11 02:08:35 +00:00
John Cortell
0e152439bd Added assert and comment 2010-04-09 23:00:03 +00:00
John Cortell
da04759802 Neglected to spin off the service call in getProcessContext() on the dsf executor 2010-04-09 22:55:26 +00:00
John Cortell
cbdc8d81d3 For the stop on main breakpoint (a temporaro breakpoint) gdb 7.0 reports the stopped event with a reason=breakpoint. It provides no reason in gdb < 7.0. 2010-04-09 22:44:45 +00:00
John Cortell
52556fd541 Move new common gdb plugins to dedicated feature 2010-04-09 22:14:41 +00:00
John Cortell
018388f14d Move new common gdb plugins to dedicated feature 2010-04-09 21:56:43 +00:00
John Cortell
2622f554b5 Move new common gdb plugins to dedicated feature 2010-04-09 21:45:36 +00:00
John Cortell
e7b723ffdb New dedicated feature for common gdb plugins 2010-04-09 21:32:03 +00:00
Vivian Kong
e9cdcca172 add the missing cdt.gdb* plugins to cdt.map 2010-04-09 19:57:17 +00:00
John Cortell
ed5b124ce7 Use run control service to get the actual process context. Fixes tests with MinGW 7.0. Also, had to adjust two tests to not assume threads are reported in a particular order 2010-04-09 18:05:08 +00:00
Ken Ryall
f52ac38667 Add UNKNOWN state change reason. 2010-04-09 16:52:36 +00:00
Marc Khouzam
7c14e3bb49 [284286] Move down the Breakpoint type entry of the CEditor popup menu. It is nicer to have the toggle bp menu first. 2010-04-09 13:06:21 +00:00
John Cortell
354f9207c9 added a couple of asserts 2010-04-08 21:21:00 +00:00
Alena Laskavaia
92b10b9ca5 [304010] - exploring values of base class fields 2010-04-08 21:07:13 +00:00
John Cortell
119d848c62 [305752] Moved gdb event breakpoint constants into new common gdb plugin as well as the registering of the event types (via an extension) 2010-04-08 20:02:35 +00:00
Alena Laskavaia
5e2d6690ac - added since tag 2010-04-08 19:40:49 +00:00
Alena Laskavaia
e7933895ff [221844] - support cases with multiple breakpoints (gdb does not return breakpoint with file/line so cdt sets it from requested info) 2010-04-08 19:31:39 +00:00
Alena Laskavaia
c9bd45c6cc - refactored tests a bit to localize failure on breakpoint misses 2010-04-08 19:04:58 +00:00
Pawel Piech
2db4f5c708 [308540] - [expressions][update policy][cdi] Disabled expressions are still evaluated 2010-04-08 18:44:08 +00:00
John Cortell
cbf285ec26 New plugins that house things common between DSF-GDB and
CDI-GDB for features/bug-fixes going forward
2010-04-08 18:22:34 +00:00
John Cortell
40cadb2a86 Init rev; plugin that houses things common between DSF-GDB and
CDI-GDB for features/bug-fixes going forward
2010-04-08 18:12:09 +00:00
Ling Wang
ab2d1ddfee fixed bug 308535, fail to read symbol name of eight bytes. 2010-04-08 18:02:18 +00:00
Andrew Gvozdev
dd621839a6 cleanup: compilation warnings 2010-04-08 15:48:41 +00:00
Marc Khouzam
4fa240de99 Making all methods in alphabetical order 2010-04-08 15:17:28 +00:00
John Cortell
7c92312b57 minor. wrong cathcpoint type specified, but catchpoint creation is supposed to fail in this case anyway. 2010-04-08 14:53:17 +00:00
Markus Schorn
df81d1f40e Bug 283080: Updating headers in non-source folders. 2010-04-08 11:49:24 +00:00
Andrew Gvozdev
7824e2e314 bug 307520: Save build console toggle does not work when first being pressed
Patch from Dmitry Kozlov
2010-04-08 02:35:39 +00:00
Alena Laskavaia
a9c6b8f9a7 [307414] - fixed quick fix for assignment in condition - used position information 2010-04-08 01:10:35 +00:00
John Cortell
080bcc692d Corrected argument order; error message is misleading, otherwise. 2010-04-07 19:49:00 +00:00
Marc Khouzam
6cf5b7c02e [307614] Use handleError() instead of handleFailure() to handle MI errors. 2010-04-07 19:44:12 +00:00
Marc Khouzam
f8d0290efa Missing @since tags 2010-04-07 19:28:27 +00:00
Marc Khouzam
8a2cae3b45 [248587] Added new catchpoint JUnit tests to test suites. 2010-04-07 18:39:56 +00:00
John Cortell
b7f97865b7 Neglected to copy breakpoint number into DMData 2010-04-07 18:21:20 +00:00
Mikhail Khodjaiants
6fa60a512c If the evaluation context is not valid the detail panel should be cleared. 2010-04-07 16:31:30 +00:00
Andrew Gvozdev
2dc29833ff bug 308322: Converted to RegexErrorParser 2010-04-07 16:04:56 +00:00