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

8008 commits

Author SHA1 Message Date
Mikhail Khodjaiants
f5d55039c7 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Support for deferred breakpoints. 2006-04-12 17:27:28 +00:00
Doug Schaefer
c394f40e48 Testing the scalability of the Commit Files dialog. No really, I've removed the old indexer, search and type cache and have fixed all the compile errors that doing so caused. A number of features are disabled to be re-enabled later. 2006-04-12 17:11:14 +00:00
Mikhail Khodjaiants
160774ed3d Warning cleanup. 2006-04-11 21:43:49 +00:00
Mikhail Khodjaiants
4cbf532066 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Sort the shared library list. 2006-04-11 20:48:47 +00:00
Mikhail Khodjaiants
9d776d52c0 Replacing shared library images. 2006-04-11 20:45:23 +00:00
Mikhail Khodjaiants
b1ce084777 Replacing shared library images. 2006-04-11 20:44:35 +00:00
Mikhail Khodjaiants
12c6d13e42 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use set instead of list when collecting the shared library names: different libraries can have same soname. 2006-04-11 20:07:21 +00:00
Mikhail Khodjaiants
39e1b6c5d3 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use soname instead of shared library name. 2006-04-11 19:31:59 +00:00
Mikhail Khodjaiants
dae81c31ec Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. 2006-04-10 20:47:23 +00:00
Mikhail Khodjaiants
a0af806148 "set solib-search-path" and "show solib-search-path" are not supported on Windows. 2006-04-10 18:35:56 +00:00
Doug Schaefer
4bb4cc51dc Help address NPEs in tests. 2006-04-10 14:00:09 +00:00
Doug Schaefer
44ed1e1b35 Fix NPEs around project creation and deletion. 2006-04-10 13:47:27 +00:00
Doug Schaefer
0c03c9be25 Hooked up the PDOM to content assist. Addes a getExpressionType to IASTExpression to help out the cause. 2006-04-09 20:11:21 +00:00
Doug Schaefer
3ca3b2bdcc Removed the old search page. 2006-04-09 16:52:34 +00:00
Doug Schaefer
141bcef364 Added the external tool launcher I used to build the winreg DLL. 2006-04-08 01:17:22 +00:00
Doug Schaefer
8a14b7dc9a Fix up the update site URLs to point to the right place. 2006-04-07 20:26:51 +00:00
Doug Schaefer
dd236de4d9 Fix NPE on clean/build after older indexer has been removed. 2006-04-07 19:49:24 +00:00
David Daoust
7d14f8eb5c PR 62772 2006-04-07 19:29:17 +00:00
Doug Schaefer
c4bbf1b922 Turn off the old indexer. Good night, Gracie... 2006-04-07 19:25:24 +00:00
Doug Schaefer
e9eb7ef7e6 The IndexView now skips linkages in the hierarchy if there is only one in a project (i.e. not a multi-language project). Also fixed a bug with paths in the GCCLanguage and warnings in GPPLanguage. 2006-04-07 19:18:26 +00:00
Doug Schaefer
4f0893f7f7 PDOM - Change the IndexView content provider to use the new IPDOMVisitor pattern. Also made the external symbols filter into a real ViewerFilter. 2006-04-07 19:03:18 +00:00
Mikhail Sennikovsky
3bba0c47ad The patch from Tim Kelly and Ken Ryall for the IManagedBuildDefinitionsStartup functionality see bug# 123275 2006-04-06 14:11:37 +00:00
Mikhail Sennikovsky
8f100afd6c MBS Internal Builder implementation. This functionality is experimental and is disabled for now.
Fixes for the Build Model implementation.
2006-04-06 09:20:00 +00:00
Doug Schaefer
d431889736 Changed the PDOM delete method to clear since it doesn't really delete the database, much... Also added visitors to the PDOMBinding hierarchy to facilitate easier searching. 2006-04-05 20:45:27 +00:00
Mikhail Khodjaiants
ab7dcca459 Bug 135118: Modules view is not updated. 2006-04-05 19:27:15 +00:00
Mikhail Khodjaiants
69f829d455 Corrected the shared library image selection. 2006-04-05 19:21:15 +00:00
Doug Schaefer
667bedd0f8 Bug 135050 - Don't set the indexer id when it isn't set in the project preferences. Only set it under UI when the workspace isn't locked. 2006-04-05 15:38:05 +00:00
Doug Schaefer
18cbd3defb Moved IWorkingCopyProvider and PathUtil out of the browser source folder into more appropriate homes. 2006-04-05 15:29:15 +00:00
Doug Schaefer
c2ed901284 Moved some general utility classes from the index source folder to the utils source folder. 2006-04-05 14:33:11 +00:00
Doug Schaefer
55339ee152 Added better timing stats for the Fast indexer. 2006-04-05 14:02:07 +00:00
Doug Schaefer
50a37afbda Fix NPE bug 134969. Broke when I converted IProject to ICProjects everywhere. Forgot to check for null when converting back in the indexer page. 2006-04-05 13:52:02 +00:00
Mikhail Khodjaiants
6d791ff05d See bug 134871: StackOverflowError using AsynchronousViewer. 2006-04-04 20:53:47 +00:00
Doug Schaefer
9c893eb485 Patch for Anton Leherbauer bug 81555. Use a CDT specific partitioning for (almost) all C documents. 2006-04-04 18:46:38 +00:00
Doug Schaefer
acd5b19ae7 Adding auto-tagging to build scripts. 2006-04-04 18:15:36 +00:00
Doug Schaefer
7be89ca12e Adding auto-tagging to build scripts. 2006-04-04 18:14:12 +00:00
Doug Schaefer
e26773312d Adding auto-tagging to build scripts. 2006-04-04 18:11:17 +00:00
Doug Schaefer
3799e8d91e Turn code completion back on. The PDOM isn't quite ready yet for content assist. 2006-04-04 16:55:31 +00:00
Doug Schaefer
a9e3b1a8ea Fix up the compile error with ICSearchConstants by extracting the two inner classes to their own files. This is all deprecated anyway. 2006-04-04 15:23:04 +00:00
Mikhail Khodjaiants
1970f73554 Complying with Eclipse 3.2 M6. AsynchronousTreeModelViewer has been renamed to AsynchronousTreeViewer. 2006-04-04 15:00:29 +00:00
Doug Schaefer
23684e5f8f Flipped back to a read/write lock on the pdom. Made the indexing operations one job to reduce the number of threads on the go. Now caching the language id to language object to speed up operations. 2006-04-04 14:16:07 +00:00
Mikhail Khodjaiants
89ae273720 Bug 134617: The "stop on shared library event" option doesn't work. 2006-04-03 21:10:08 +00:00
Mikhail Khodjaiants
81cc0b0322 Fix for bug 134581: Unable to set advanced debugger options. 2006-04-03 19:00:30 +00:00
Doug Schaefer
0c247b1d5f Make the Windows registry code a little more robust. 2006-04-03 14:12:04 +00:00
Mikhail Sennikovsky
3df6744baa fix for option parent calculation 2006-04-03 10:24:33 +00:00
Doug Schaefer
84cef01e46 Windows registry access utility. 2006-04-03 05:41:36 +00:00
Leo Treggiari
f4e3af2a4e Apply patch from 134349 - Add method that vendors can call to create a backup of ".cdtbuild" file. 2006-04-01 03:09:53 +00:00
Mikhail Khodjaiants
102b8bcb67 Replaced internal org.eclipse.cdt.debug.internal.ui.SWTUtil class. 2006-03-31 21:57:22 +00:00
Doug Schaefer
44c81e1db6 Hooked up the Fast indexer so it should work now. Also changed a few interfaces so that they use ICProject instead of IProject. We should be sticking to the CModel as much as possible so we can leverage CDTisms like source folders and path entry info. 2006-03-31 21:40:26 +00:00
David Inglis
2ff46eeeab update error parser junits to read a set of files with output to feed parser
current and only file contains build output which causes to error parser to hang
2006-03-31 20:14:02 +00:00
Mikhail Khodjaiants
67a47ed1f9 Corrected position of the "try-catch-finally" clause in createSession. 2006-03-31 20:05:01 +00:00