1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00
Commit graph

22222 commits

Author SHA1 Message Date
Sergey Prigogin
63c70d737e Bug 400073 - More robust clearing of results cache. 2013-12-06 12:31:23 -08:00
Sergey Prigogin
d144de5c1d Bug 400073 - Indexer runs out of memory.
Fixed a soft memory leak caused by accumulation of data in
PDOM.fResultCache when several consecutive files fail to parse.
2013-12-06 12:30:08 -08:00
Philippe Gil
bccbb89f68 Bug 421541 allow debugging of non C language
when sizeof(void *) cannot be evaluated,
log an error instead of aborting the debug session. 

Change-Id: Ic6b0e53645626b2174d93b64942d3caf3cae5c86
Signed-off-by: Philippe Gil <gil@adacore.com>
Reviewed-on: https://git.eclipse.org/r/18815
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-11-25 09:13:05 -05:00
Sergey Prigogin
ceac5fd156 Bug 422217 - NPE in IndexLocationFactory.getAbsolutePath 2013-11-21 12:01:02 -08:00
Sergey Prigogin
f923ac3342 Bug 421398 - Organize Includes not adds includes for base class. 2013-11-20 12:02:21 -08:00
Anton Leherbauer
79b3399977 Bug 420604 - Disassembly view tends to scroll upwards on refresh 2013-11-05 15:00:51 +01:00
Anton Leherbauer
f70547c526 Fix NPE in CDebugUIUtils.getEditorFilePath() if file does not exist 2013-10-31 12:04:21 +01:00
Anton Leherbauer
f46724244c Bug 418797 - Spawner closes file descriptor it didn't open when process cannot be started 2013-10-14 11:15:09 +02:00
Chris Recoskie
1996718ce6 Bug 417616 - IndexedFilesLabelProvider does work on non-CDT projects
Change-Id: Iee639c9ecb6daca06946e57546b0ec9f501655e4
Reviewed-on: https://git.eclipse.org/r/16695
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Chris Recoskie <recoskie@ca.ibm.com>
Tested-by: Chris Recoskie <recoskie@ca.ibm.com>
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
2013-09-26 15:57:21 -04:00
Chris Recoskie
1ccfadb42b Bug 406479 - Some "org.eclipse.cdt.core" fragments are missing an
"Eclipse-PlatformFilter" in their manifest
2013-09-26 11:44:21 -04:00
Marc Khouzam
91d183efc2 Bug 413483 - Protect agains NPE if endianness is not initialized
Change-Id: I8ab096dacb9d2fcf0d261dd082fa0fdc84485219
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-09-17 10:53:34 -04:00
Mikhail Khodjaiants
82409f57c0 Bug 413483 - GDB Hardware Debugging - Memory viewing broken
The memory initialization is moved to "stepUpdateContainer" to avoid
introducing a new API in 8.2.1.
2013-09-16 18:56:44 -04:00
Sergey Prigogin
0e36772a55 Bug 412766 - Allow indexing to continue after encountering an invalid
class member.
2013-09-16 14:27:24 -07:00
Mikhail Khodjaiants
8fd76f3f54 Bug 413483 - GDB Hardware Debugging - Memory viewing broken
To avoid introducing a new API in 8.2.1 the memory initialization is
added to "stepUpdateContainer".
2013-09-16 17:17:35 -04:00
William Riley
b242f8eb38 Bug 413483 - GDB Hardware Debugging - Memory viewing broken
Signed-off-by: William Riley <william.riley@renesas.com>
2013-09-16 11:01:57 -04:00
Sergey Prigogin
92d4b52f22 Bug 417243 - Organize Includes inserts unnecessary include for the
header declaring a function parameter type
2013-09-13 19:07:00 -07:00
Sergey Prigogin
a5fafa3428 Bug 417240 - Organize Includes inserts unnecessary include for the
header declaring a base class
2013-09-13 16:46:23 -07:00
Sergey Prigogin
b5c632f3af JavaDoc adjustments. 2013-09-13 16:38:01 -07:00
Sergey Prigogin
7472a8301e Bug 417220 - MakeContentProvider causes SWTException: Widget is
disposed.
2013-09-13 16:34:48 -07:00
Sergey Prigogin
2cf5b6d36d JavaDoc adjustment. 2013-09-13 16:33:01 -07:00
Marc Khouzam
1bdeaffeba Bug 417199 - Fix project-less debug
Change-Id: Icf2c185dbc53eccd068e384431d16d82a38d789e
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/16414
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-13 14:07:45 -04:00
Sergey Prigogin
d626c57598 Bug 417147 - Organize Includes ignores an overloaded operator. 2013-09-12 19:38:54 -07:00
Sergey Prigogin
4d282cfe2b Bug 417143 - Organize Includes removes include of the header declaring a
variable.
2013-09-12 16:13:43 -07:00
Sergey Prigogin
78000addef Adjusted JavaDoc. 2013-09-12 16:10:31 -07:00
Sergey Prigogin
0df9d9c211 Bug 417050 - Organize Includes adds includes for template parameters of
unique_ptr.
2013-09-11 20:29:13 -07:00
Sergey Prigogin
7372e983a1 Bug 416280 - Name resolution problem with alias template. Fix for the
test case in comment #6.
2013-09-10 20:25:28 -07:00
Sergey Prigogin
22078c723d Bug 416280 - Name resolution problem with alias template. 2013-09-10 20:24:09 -07:00
Sergey Prigogin
4e81f0fce2 Fixed a broken test. 2013-09-10 13:15:21 -07:00
Sergey Prigogin
f44bd4b318 Bug 416278 - Indexer gets confused by a class in an anonymous namespace. 2013-09-10 09:53:20 -07:00
Sergey Prigogin
1adadfc29a Added local-to-file information to toString() method. 2013-09-10 09:47:32 -07:00
Sergey Prigogin
665f381488 Cosmetics. 2013-09-10 09:46:11 -07:00
Sergey Prigogin
f1275ddaaa Obey indexer.timeout property. 2013-09-10 09:43:48 -07:00
Sergey Prigogin
2272e31185 Cosmetics. 2013-09-10 09:42:29 -07:00
Nathan Ridge
a2a8a1dd8c Bug 416788 - [regression] "Member declaration not found" for member of
template specialization

Change-Id: I388ea1f7dc6ff2bf315958960a113e9110acd9c8
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/16207
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-10 09:41:06 -07:00
Sergey Prigogin
27f5b2b057 Bug 415304 - project_loc, project_name and project_path variables in
launch configurations are resolved unreliably.

This change fixes string substitution for the GDB command file
attribute. A similar approach can be applied to other launch
configuration attributes too. 

Change-Id: I4e6447ccd8c652ad555b754daf040aba1c44cf3a
Reviewed-on: https://git.eclipse.org/r/15574
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-10 09:33:31 -07:00
Sergey Prigogin
919e6c2586 Cosmetics. 2013-09-10 09:28:17 -07:00
Nathan Ridge
1305966d85 Bug 414279 - Fix an NPE
Change-Id: Ib2ec70e74bc56364dbaf3756162626683eba70e1
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/16201
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-08 00:11:14 -04:00
Marc-Andre Laperle
37d6d1dc20 Add PDE target definitions
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-09-07 23:43:36 -04:00
Nathan Ridge
cba60d6c1b Bug 416284 - Unsafe method call, using nested templates
Change-Id: I08732af62f43c03f362d4602736ef6b8e0f227e9
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/16147
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-06 19:54:41 -04:00
Marc-Andre Laperle
7e481e1333 Bug 416391 - NullPointerException in FPRendering when adding in Mem view
Add null check. IModelProxyFactory.createModelProxy javadoc says
"Returns: model proxy or null". So a null check seems appropriate here.

Change-Id: I0d1ae4ca380c22d4f215b867d0ab5445b415a915
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-09-06 19:48:01 -04:00
Marc Dumais
02393d61f1 Bug 416524 - [Visualizer] NPE first session in C++ perspective
Change-Id: I586bccc85b043d7e1cadf5298aaf3c22bb79e950
Reviewed-on: https://git.eclipse.org/r/16156
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
2013-09-05 16:11:52 -04:00
Jeff Johnston
cf559e543b Bug 416067 - Duplicate titles in Autotools docs
- Remove the html reference in the top toc item

Change-Id: I934d3b03bac7be247b21dbe7d9c656ff1bcd17e8
Reviewed-on: https://git.eclipse.org/r/16162
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-05 10:52:18 -04:00
Marc-Andre Laperle
ca86f94f91 Upgrade to Tycho 0.18.1 2013-09-03 22:04:45 -04:00
Marc-Andre Laperle
053eb6c10f Fix pom versions 2013-09-03 22:04:33 -04:00
Marc-Andre Laperle
74f8c60f05 Update p2 update site url to kepler in autotools feature
Change-Id: I91554032c368b9c0fb4bd4d53cb7a7493b91fd0a
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/16078
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-03 16:26:27 -04:00
Andrew Gvozdev
7104c1f8e5 bug 415970: Add waitForIndexer() before refreshLocal() 2013-09-01 07:28:18 -04:00
Marc-Andre Laperle
8a79315e61 Bug 412032 - Fix test that failed to fail before the fix 2013-08-30 23:50:36 -04:00
Sergey Prigogin
6a767437c9 JavaDoc adjustment. 2013-08-30 12:18:06 -07:00
Jeff Johnston
d1fabfa8ed Bug 416067 - Duplicate title in TOC
- fix Autotools docs

Change-Id: I3bdf1c00b36a12d6037b6e03378ed17c50d48b77
Reviewed-on: https://git.eclipse.org/r/16009
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-08-30 13:44:08 -04:00
Sergey Prigogin
9d834b73ca Removed two meaningless TODOs. 2013-08-30 10:04:52 -07:00