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

4036 commits

Author SHA1 Message Date
Alain Magloire
a1d50b221a Added a CommandLauncher.getCommandLine() 2003-12-19 17:14:41 +00:00
Alain Magloire
16f0fdb92f Fix PR 40247
Overload the ViewSorter in CViewSorter not to use
the labelProvider.
2003-12-19 15:54:11 +00:00
Alain Magloire
4123b94c18 . 2003-12-18 23:38:06 +00:00
Alain Magloire
d9141a8a93 The -gdb-set environment is not describe properly
in the doc ... finally discover at it works by looking
at the command line, first attempt to rectify
2003-12-18 23:23:03 +00:00
David Inglis
e8e72e90ad fixed bug #49143 2003-12-18 21:50:17 +00:00
Alain Magloire
4dd68890fa updated 2003-12-18 21:39:22 +00:00
Alain Magloire
654462825d Possible NPE, PR 49146 2003-12-18 21:37:04 +00:00
David Inglis
d11053223e Fix for PR 49051 2003-12-18 15:45:21 +00:00
Mikhail Khodjaiants
2450aa42da Fix for bug 49061: Different values are used as default for the "Load shared library symbols automatically" option. 2003-12-17 22:16:41 +00:00
Hoda Amer
67ad10a37b Symbol Table work for Content Assist By Andrew 2003-12-17 20:51:39 +00:00
Hoda Amer
33f033599d Content Assist work 2003-12-17 19:21:32 +00:00
Alain Magloire
c01adea573 updated the log 2003-12-17 01:59:14 +00:00
Alain Magloire
2f4b323387 Depend on org.eclipse.boot 2003-12-17 01:59:02 +00:00
Alain Magloire
ef34e01089 Choose a debugger base on the Eclipse platform. 2003-12-17 01:58:46 +00:00
Alain Magloire
6f2d021b52 updated the log. 2003-12-17 01:53:05 +00:00
Alain Magloire
190a43899d Fix PR 48921.
Check also for Object files.
2003-12-17 01:52:41 +00:00
Mikhail Khodjaiants
5fdc6c2dc5 Show the gdb arguments when tracing. 2003-12-16 20:34:55 +00:00
Tanya-Marise De Sousa
8302ccdddc Corrected topics_*.xml files and updated the build.xml file. 2003-12-16 20:10:34 +00:00
Mikhail Khodjaiants
c35087d93c Fix for PR 48870: Terminate gdb if attach to process fails. 2003-12-16 17:44:43 +00:00
Hoda Amer
c8b4fb4ce5 Symbol Table work for Content Assist By Andrew 2003-12-16 15:18:16 +00:00
Alain Magloire
3241b09765 New Header icon from Mirza Hadzic. 2003-12-15 22:48:34 +00:00
Alain Magloire
3e715ec551 updated. 2003-12-15 21:40:47 +00:00
Alain Magloire
dcdae63502 Patch from Thomas F. Some patterns were marked
as error instead of warning.
2003-12-15 21:40:36 +00:00
Hoda Amer
a8950694c7 Fix for [Bug 47234] new ParserMode required for a better CModel 2003-12-15 19:50:46 +00:00
David Inglis
1148b378c8 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48619 2003-12-15 18:28:51 +00:00
John Camelon
15c39a3ed3 CORE
Added preliminary keyword support into IASTCompletionNode::getKeywords().  
	Refactored parser to put keyword string literals in one utility class.  

TESTS
	Updated testBaseCase_SimpleDeclaration() for keyword assertions.
2003-12-12 19:44:52 +00:00
David Inglis
987e8fadf3 fixed junit test failure 2003-12-12 18:28:23 +00:00
John Camelon
938c206289 CORE
Added OffsetLimitReachedException and restructured Parser exceptions.  
	Continued support for code assist/selection search parser.  
	Ensured all source in parser/ have copyright notices.  

TESTS
	Expanded ContextualParseTest::testBaseCase().  
	Updated tests to deal with new signatures/exceptions.  

UI
	Updated CompletionEngine to deal with new signatures/exceptions in parser.
2003-12-12 02:03:55 +00:00
Alain Magloire
e0485ec52b A bug in SWT other then motif. When selecting
things programatically the callback is not call.
The fix is to do it ourselves.
2003-12-11 22:08:42 +00:00
David Inglis
6a7946eeee Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48596 2003-12-11 21:32:17 +00:00
Alain Magloire
08dab80c33 updated. 2003-12-11 18:42:31 +00:00
Alain Magloire
ba72f8169a New tests for the CPathEntry. 2003-12-11 18:42:20 +00:00
Alain Magloire
00083a79bd call super() in the constructor. 2003-12-11 18:39:44 +00:00
Alain Magloire
3982815009 updated. 2003-12-10 19:23:41 +00:00
Alain Magloire
b9c0291766 quick fix to change the DocumentProvider, to the
TextFileDocumentProvider to deal with external files
2003-12-10 19:23:20 +00:00
John Camelon
6424b6c980 Patch for Andrew Niefer.
UI:
fix bug 43932 Search: Wrong icons for context search in Outline View 
fix bug 48020 Duplicate Mnemonics in Search Dialog
2003-12-10 00:20:47 +00:00
John Camelon
bce674ac9a Patch for Andrew Niefer. 2003-12-10 00:07:32 +00:00
Hoda Amer
0b91eeb637 Content Assist work 2003-12-09 19:58:34 +00:00
John Camelon
7742dab0b8 Fixed compile error in CCompletionProcessor 2003-12-09 16:41:47 +00:00
John Camelon
b363b30e27 CORE
Fixed Bug 47234 : new ParserMode required for a better CModel
	Updated IASTCompletionNode to include a scope as well as a context.  
	Begun parser updates to support code assist & selection search.  

TESTS
	Added ContextualParseTest.java and some test cases.
2003-12-09 16:39:15 +00:00
Mikhail Khodjaiants
673877b222 Reset the 'terminating' flag if 'terminate' fails. 2003-12-09 16:20:36 +00:00
Alain Magloire
5faa541664 updated. 2003-12-09 16:11:46 +00:00
Alain Magloire
d2f10d5cf1 Do not throw an exception if the target is interrupted 2003-12-09 16:11:35 +00:00
Alain Magloire
bd6255589b updated. 2003-12-08 16:39:37 +00:00
Alain Magloire
8bdce2041e Use MIInferior.terminate 2003-12-08 16:39:26 +00:00
Alain Magloire
1c9df5cdbd new method terminate() to allow to pass the exception. 2003-12-08 16:39:13 +00:00
John Camelon
4ec086bfd1 Broke the Parser up into separate classes per ParserMode. 2003-12-05 21:17:52 +00:00
Mikhail Khodjaiants
8a0a4cb710 Fix for PR 47230: Need a shared library search path editing capability for GDBServerDebugger.
Implemented 'GDBServerDebuggerPage' as an extension of 'GDBDebuggerPage'.
Added two new control blocks - "TCP Connection" and "Serial Connection".
2003-12-05 20:46:29 +00:00
Mikhail Khodjaiants
565184adfa 'performApply' of 'SourceLookupBlock' should check if the project in configuration is the same as project saved in the block.
Changed the message displayed when the source file is not found.
2003-12-05 20:36:41 +00:00
John Camelon
1a4a0704fc Removed unnecessary import. 2003-12-05 19:48:32 +00:00