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

24531 commits

Author SHA1 Message Date
Alena Laskavaia
bb0ba6fd91 Bug 489455 - Add new breakpoint action to run arbitrary debugger command
This is generic support for debugger commands though mi console bridge,
should be not gdb specific (have a simple gdb implementation though)

We add new breakpoint action called "Debugger Command"
Interface allows to enter arbitrary string(s)
This is interpreted by debugger as it see fit
For gdb implementation these are cli commands


Change-Id: I20ca0b8b094c724e1cf8b0691f4f6cab84a3737d
2016-03-16 11:24:20 -04:00
Alena Laskavaia
76c4c117c4 adding repeater to some intermittent tests
Change-Id: Idd1610e9c753951a974e336a65441b752e667e00
2016-03-15 14:32:01 -04:00
Marc Khouzam
9fcf731caa Missing @since tag
Change-Id: I96a054aa3c8806bfa642184084a82e33d25bb0ae
2016-03-15 09:56:03 -04:00
Alena Laskavaia
d8a5d3cc0e Bug 489553 - ConcurrentModificationException below
MapProblemPreference.clone

Change-Id: If80417f386890495961745d13b3ad16040677e2e
2016-03-15 08:57:52 -04:00
Sergey Prigogin
6a7969bc85 Removed deprecated ICPPBase.getBaseClassSpecifierName() method.
Change-Id: I7a846bf9f91193bd74ea8ae006a35159e47a7367
2016-03-15 00:07:23 -04:00
Sergey Prigogin
b50f68c053 Removed few deprecated *_last constants.
Change-Id: I62de6fbb05d2b707147e851126d486c1e943e120
2016-03-15 00:06:58 -04:00
Sergey Prigogin
5423c9437b Removed deprecated methods from IASTPreprocessorMacroDefinition.
Change-Id: I95e918c6103a4876361971a8d3beca1e7d2a1773
2016-03-14 23:54:55 -04:00
Sergey Prigogin
44e0370d76 Marked deprecated APIs with @noreference tags to be able to remove them
later.

Change-Id: I7ca0a396d3080c30d8dad70717d85bb0b973b01a
2016-03-14 23:54:42 -04:00
Sergey Prigogin
3199dc91bf Removed IASTBinaryExpression.op_last.
Change-Id: Ib0fbe7eb791c2e740441a644d4042662f947926c
2016-03-14 20:47:09 -05:00
Sergey Prigogin
f1944d2d7f Marked deprecated APIs with @noreference tags to be able to remove them
later.

Change-Id: I8438401eeffe7591daf405786c1e94d40d10290c
2016-03-14 17:56:45 -07:00
Sergey Prigogin
7ad8329300 Removed unused deprecated methods from I*NodeFactory API and changed the
deprecated methods still being used by lrparser to be internal.

Change-Id: Id5635443360c9be20c714be5d3d92bbf46ee9da3
2016-03-14 17:21:17 -05:00
Wainer dos Santos Moschetta
880b1b606a Bug 467771 - add basis to support autotools option as NAME=VALUE
It is not obvious in autotools preferences UI how to set variables like CC=/sbin/gcc
Introduces the basis to allow extend the UI to include such as kind of variables.

Change-Id: Ife0aada50d8c253f3fff39e7087f5fd54803ba48
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
2016-03-14 17:20:50 -04:00
Sergey Prigogin
9d492879be Removed deprecated methods.
Change-Id: I2bcbab9c93767451b8649963daabb9ea6259c683
2016-03-14 17:13:07 -04:00
Marc Khouzam
f326794be8 Remove old releng plugin
Change-Id: Ife92ba22813115cb028db273c399c03e235f7cb2
2016-03-14 16:16:27 -04:00
Jesper Eskilson
1d09e0e2af Added property page for CMake projects
Currently only contains a button for launching the CMake GUI
(cmake-qt-gui), but we might want to put other things in here as well.


Change-Id: Ia89ad409eaad17a170cf1e2f1cd4fb31a7d678e2
Signed-off-by: Jesper Eskilson <jesper.eskilson@iar.com>
2016-03-14 16:08:35 -04:00
Jesper Eskilson
eac2f92bb4 Fixed warnings: do not call MessageFormat#format(...) with String[].
Change-Id: I3da681e323cfeb0c1c07a669183e6d1d18ca6ff6
Signed-off-by: Jesper Eskilson <jesper.eskilson@iar.com>
2016-03-14 13:41:59 -04:00
Marc Khouzam
d11328fb9c Remove p2 plugin
Change-Id: I5a2dcb281c8d3596aca97c0df0f2cc76997a39fa
2016-03-14 10:19:21 -05:00
Alena Laskavaia
2cf32973cc InterimittentRule generic junit rule
Change-Id: I375ed04cb6c44f6c923d048523c008b28883700d
2016-03-14 09:32:00 -04:00
Marc-Andre Laperle
7abda712d9 Fix broken Oomph setup
- Add bouncycastle dependencies explicitly with exact version
to work around bug 489387
- Add missing dependencies (templates, remote launchbar)
- Remove Mars stream that won't compile anymore

Change-Id: I0ce53da4691297895876db069cefdf5287b82617
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2016-03-12 19:38:43 -05:00
Sergey Prigogin
2f32c523f5 Cosmetics. 2016-03-11 19:10:12 -08:00
Sergey Prigogin
6009665334 Bug 489468 - Extract Function creates illegal declaration in .h when
there is a using statement in the .cpp for an argument type

Change-Id: Ie54ce13b434bab21f96b0c6bb7347846d52314e0
2016-03-11 17:47:46 -05:00
Sergey Prigogin
1a0c51205e Bug 488904 - Performance regression of code completion due to parameter
guessing

Code cleanup.

Change-Id: Idf8fadddef683bd1161a0d60333e47cd2437d730
2016-03-11 17:34:13 -05:00
Sergey Prigogin
9240257992 Cosmetics.
Change-Id: If6660920227beedfa8d2c39c3e24cf1bd6454d5e
2016-03-11 17:33:53 -05:00
Sergey Prigogin
4a9287acb5 Remove use of deprecated methods.
Change-Id: Id14e9948dc30a998adad463e338dc86df109e315
2016-03-11 16:45:54 -05:00
Sergey Prigogin
6386496e21 Minor cleanup.
Change-Id: I75888180972f3e4f9c5cf1088c9347b1e6fd0b27
2016-03-11 15:52:12 -05:00
Mario Pierro
adbed0ba76 Bug 302305 - Added a timeout to queries which are run more frequently.
Change-Id: I3d3cf27c6f7fda7171633b9e70d26c4d3a89e2dd
Signed-off-by: Mario Pierro <mario.pierro@iar.com>
2016-03-11 10:10:06 -05:00
Marc Khouzam
6a61206d08 Bug 484900: Remove old process prompter
Change-Id: Ia7ca64fd97acf837e15194b60ee9f29091a53150
2016-03-10 05:30:15 -05:00
Sergey Prigogin
b2db38b873 Removed redundant type arguments.
Change-Id: Id238b37fb6852e9998b9aa3f4fd9f5e8d7f54bd6
2016-03-09 05:24:49 -08:00
Sergey Prigogin
a045063cea Removed redundant type arguments.
Change-Id: I96e07fd9e0fdb628db449bbf54385abe68fccced
2016-03-08 21:19:14 -05:00
Jonah Graham
ff7f25b94d Bug 484900: Remove Majority of CDI classes
This is the first change to remove CDI from CDT. The CDI model
implementation is removed along with everything that directly
depends upon the implementation.

This commit does not include refactoring or moving classes. The few
insertions are the minimum necessary.

Change-Id: I80274e1a0d77bc7bb00a2afe4babc00c4f7613ae
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-03-08 19:18:05 -05:00
Marc Khouzam
219cf56e7f Bug 478740: Improve overriding of GDBProcesses service
This also propagates the fix to Bug 487144 to GDB 7.10, which we had
missed.

Change-Id: I1b1819d40a43e6667d2e0a0fdb4045b1a000a086
2016-03-07 07:24:49 -05:00
Marc Khouzam
1f3ff86ea0 Cosmetics
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2016-03-06 16:56:01 -05:00
Marc Khouzam
bf52a46a9d Revert "Bug 478740: Improve overriding of GDBProcesses service"
This reverts commit 2cd56f2ca9
Review number: 67852.

It was committed by mistake.

Change-Id: Ic6f567b0230e159eafeb2da3cab4255f7372104b
2016-03-05 06:03:43 -05:00
Marc Khouzam
d47fc9be4e Cosmetics
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2016-03-05 06:01:33 -05:00
Marc Khouzam
2cd56f2ca9 Bug 478740: Improve overriding of GDBProcesses service
This also propagates the fix to Bug 487144 to GDB 7.10, which we had
missed.
 
Change-Id: Ic70cc9b5cc304288f81a7e10be4aed7138096e94
2016-03-05 05:38:00 -05:00
Marc Khouzam
4175b5a1a4 Bug 478740: Simplify user-facing terminology
I got some user feedback about some terminology they didn't quite
understand and this patch tries to address the issues by:
- Simplifying the name of the reverse debugging options.
- Simplifying the preference page.

The patch aslo removes un-used strings in plugin.properties.

Change-Id: I1e4487eeda23f81d391ef11ddbe7dd6feba401ec
2016-03-04 09:54:30 -05:00
raddepal
4a54e2269f Bug 488660 - Refresh reverse toggle on console changes with GDB 7.10
The patch implements the event handler which
queries the trace method and triggers the necessary
update in the command handler.

Change-Id: I9c1827deb56dce099b7f455e942d1b6735a80643
Signed-off-by: raddepal <ravitheja.addepally@intel.com>
Signed-off-by: ravitheja.addepally <ravitheja.addepally@intel.com>
2016-03-04 07:26:20 -05:00
Marc Dumais
76dee8f4d1 Bug 487128 - Attaching to process errors not propagated to user
Change-Id: Idfa8808e2d50384d491ac9dbc6492570182880f2
2016-03-03 10:56:47 -05:00
Marc Dumais
a21b4f2331 Bug 488874 - attach dialog sometimes does not appear, because no active
shell is found

Change-Id: I039c90677152efe1611049d11cd9b6102c99f86b
2016-03-03 10:54:36 -05:00
Marc Khouzam
038783cf5f Bug 487121 - Remove "connect" button from the Debug View toolbar
Change-Id: I99e096e759eaf7d56b4d64a75bbed6d1833b714d
2016-03-03 10:02:12 -05:00
Teodor Madan
f29de7cedd Bug 487682 - refuse process selection for already connected process
- Extend query for already connected process to all sessions for local
session types

Change-Id: I36591ff96d28977b4670700a2a2eb92c34945c7a
Signed-off-by: Teodor Madan <teodor.madan@nxp.com>
2016-03-03 09:51:24 -05:00
Sergey Prigogin
70fe6cbbde Bug 488904 - Added a preference for enabling/disabling argument guessing
Change-Id: Id39454da16638d5f11c95e419c2385dc16cdb53a
2016-03-02 20:39:12 -08:00
Sergey Prigogin
86dabd3d00 Cosmetics. 2016-03-02 19:54:02 -08:00
Sergey Prigogin
70fe8493fc Cosmetics. 2016-03-02 19:29:36 -08:00
Sergey Prigogin
c218db1abe Removed deprecated IASTBuiltinSymbolProvider interface.
Change-Id: I3beb8348e1f598d8a869b61dc64f2d649f721875
2016-03-02 18:48:52 -08:00
Sergey Prigogin
7f6a6ae5ca Removed use of a deprecated method.
Change-Id: I00934f05c35e5ccba097c05904f8b68d897a71de
2016-03-02 18:41:40 -08:00
Sergey Prigogin
2c9820b2b0 Increased max size of index database cache to 256MB. 2016-03-02 17:56:09 -08:00
Sergey Prigogin
028f8545ca Cosmetics. 2016-03-02 17:46:00 -08:00
Sergey Prigogin
bc14c5b1cc Bug 488904 - Performance regression of code completion due to parameter
guessing

Change-Id: I5a6b693b898d40853da5c2d112c62c93eaf60064
2016-03-02 17:21:51 -08:00
Sergey Prigogin
3e27134c47 Cosmetics.
Change-Id: I379de81844c6beed828ec2d27cef110a10987d17
2016-03-02 14:34:20 -08:00