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

7952 commits

Author SHA1 Message Date
Mikhail Sennikovsky
b224117ea2 Fix for configuration context calculation 2006-03-30 12:03:24 +00:00
Mikhail Khodjaiants
57917d77fd Made some generic methods static. 2006-03-29 20:15:31 +00:00
Mikhail Khodjaiants
91f17114ea Allow clients to contribute IRestart adapters. 2006-03-29 19:35:01 +00:00
Mikhail Khodjaiants
b3b077cfc3 Made some generic methods static. 2006-03-29 19:29:53 +00:00
David Inglis
6cd5aaeef0 fixed NPE on target build when resource save is enabled and target did not have a build folder set 2006-03-29 16:44:22 +00:00
Doug Schaefer
23c178137e Patch for Beth Tibbits: PR133723. Add minimal support for pragmas to the DOM. 2006-03-29 16:30:49 +00:00
Doug Schaefer
5e45aa56e8 Patch for Jeff Overbey PR133386. Allow contributions to the C Model from external plugins using the ILanguage mechansim. 2006-03-29 16:16:02 +00:00
Doug Schaefer
7d1e89a9fa A smarter way to deal with readers/writers of PDOM database, i.e. using scheduling rules and priorities. 2006-03-28 16:22:54 +00:00
Norbert Plött
595dadd8b4 Do not use cached build info when saving. See bug #125814 2006-03-28 06:38:58 +00:00
Mikhail Khodjaiants
932f829054 Cleaned up the "Session" class constructors. 2006-03-27 21:02:57 +00:00
Mikhail Khodjaiants
5d825a202d Added the "getSessionConfiguration" method to allow clients to provide their own session configurations. 2006-03-27 21:01:06 +00:00
Mikhail Khodjaiants
1018fe85a9 Moved the extraction of the stop symbol to the launch. 2006-03-27 20:34:02 +00:00
Doug Schaefer
6d80cc5d00 Added read/write locks for the PDOMDatabase. 2006-03-27 18:22:55 +00:00
Norbert Plött
e9c9f58a11 Test ported and defects documented in source (See also bug #129768) 2006-03-24 01:06:12 +00:00
Norbert Plött
bbfc4bdc20 Test ported and defects documented in source (See also bug #129768) 2006-03-24 00:48:39 +00:00
Norbert Plött
4b7a88e3dc Test ported and defects documented in source (See also bug #129768) 2006-03-24 00:33:36 +00:00
Norbert Plött
1313a08eef Test ported and defects documented in source (See also bug #129768) 2006-03-24 00:23:44 +00:00
Norbert Plött
a74faddfae Test ported and defects documented in source (See also bug #129768) 2006-03-24 00:04:19 +00:00
Norbert Plött
408f436001 Test ported and defects documented in source (See also bug #129768) 2006-03-23 23:48:52 +00:00
Norbert Plött
811a21e925 Test ported and defects documented in source (See also bug #129768) 2006-03-23 23:39:35 +00:00
Norbert Plött
6ab2f845a6 Test ported and defects documented in source (See also bug #129768) 2006-03-23 22:43:57 +00:00
Norbert Plött
7c73dee18b Test ported and defects documented in source (See also bug #129768) 2006-03-23 22:31:15 +00:00
Norbert Plött
6df8e7be00 Test ported and defects documented in source (See also bug #129768) 2006-03-23 21:34:45 +00:00
Mikhail Khodjaiants
7a09933b77 Pass ILaunch instead of ILaunchConfiguration.
Added "getGDBPath" method.
2006-03-23 21:34:03 +00:00
Mikhail Khodjaiants
6f5a1ad81c Added default attribute value for ATTR_DEBUG_NAME. 2006-03-23 20:39:45 +00:00
Mikhail Khodjaiants
7cb4ec78b5 Added default attribute value for ATTR_DEBUG_NAME. 2006-03-23 20:16:42 +00:00
Thomas Fletcher
3948b2f599 Restore the symbol sort class, but deprecate its use so that we can remove
the code in a near release.  CDT internals no longer reference this class.
2006-03-23 16:54:59 +00:00
Thomas Fletcher
f5c06ae811 Avoid double sorting of the symbol objects (first by name, then by
address).  The API contract for symbol doesn't indicate any sort order
on its returned array.
2006-03-23 06:54:22 +00:00
Thomas Fletcher
5085988731 Read in more than a single byte at a time to improve performance. 2006-03-23 06:46:43 +00:00
Thomas Fletcher
d0c9930d89 Update to avoid converting entire strings to lower case before
performing compare.  Significant performance gains on larger binaries:
Original (time to sort the symbol array used by the ElfHelper class):
- Sorting 53580 symbols took 6203ms
Modified (traded toLowerCase for compareToIgnoreCase)
- Sorting 53580 symbols took 828ms
2006-03-23 06:23:09 +00:00
Norbert Plött
015a69e0dd Test ported and defects documented in source (See also bug #129768) 2006-03-22 18:30:14 +00:00
Norbert Plött
b66a0422f9 Test ported and defects documented in source (See also bug #129768) 2006-03-22 16:50:04 +00:00
Norbert Plött
e89f99496d Test ported and defects (See bug #129768) 2006-03-22 00:57:16 +00:00
Norbert Plött
013757c1b6 Test ported and defects documented. 2006-03-22 00:55:53 +00:00
Norbert Plött
76f22eb57e .options gets shipped with binary build. 2006-03-22 00:55:02 +00:00
Norbert Plött
95039381ee Providing .options file for easy trace activation. 2006-03-22 00:54:08 +00:00
Norbert Plött
d77c7ad049 Adding some trace output in case debugging is activated. Helps to compare completion results and expected results.
Rearranged test evaluation to get more information before assertions fail.
2006-03-22 00:53:02 +00:00
Norbert Plött
0785646dcc Adding handler for formatting variable completion proposals (see bug #129768) 2006-03-22 00:49:41 +00:00
Mikhail Khodjaiants
373957fc6f Missing error message. 2006-03-21 19:33:59 +00:00
Mikhail Khodjaiants
d1ad9cfff1 Made "getCommandFile" and "getWorkingDirectory" methods protected. 2006-03-20 23:29:10 +00:00
Mikhail Khodjaiants
2a30a9aa28 ILaunch is added to the arguments list of "doStartSession". 2006-03-17 00:11:08 +00:00
Mikhail Sennikovsky
4cdd79f0b2 chage to the start() method: catching Trowable instead of Exception to handle the case when the error is thrown. 2006-03-16 15:42:50 +00:00
Mikhail Khodjaiants
edb9268280 An ICDebuggerPage adapter is added to retain compatibility with old extensions. 2006-03-15 19:51:24 +00:00
Mikhail Khodjaiants
67a5ca4aef Reversing previous changes. The existing "verifyProgramPath" method can be used. 2006-03-15 19:05:09 +00:00
Mikhail Khodjaiants
cb1be70bed The new "getExecutable" method is added to replace deprecated "getProgramFile". 2006-03-15 18:44:36 +00:00
David Inglis
5f63b203d2 fixed bug#131975 2006-03-15 17:16:08 +00:00
Oleg Krasilnikov
e6f7886cc6 Fix for bug #127050: Eclipse freeses in invalide header file is included. 2006-03-14 14:47:26 +00:00
Mikhail Khodjaiants
17afe7c4ac Added default implementation for "getExtraArguments". No need to force clients to implement this method. 2006-03-13 22:48:36 +00:00
Norbert Plött
305b4787c5 Fixing bug #131513 - Apply does not work for multiline program arguments 2006-03-13 12:46:37 +00:00
Norbert Plött
cf99e3b36d Template indentation will honor preference setting "Insert Space for Tabs". Fixing #131311 2006-03-13 10:37:11 +00:00