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

3222 commits

Author SHA1 Message Date
David Inglis
51efd3ae86 Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=46685 2003-11-14 18:06:34 +00:00
David Inglis
71ace4a897 Fixed #46431 2003-11-13 22:04:21 +00:00
Mikhail Khodjaiants
104831688d Fix for PR 46592: Debug View shows Functions as func(type param,...)().
In some situations gdb returns the function names that include parameter types. 
To make the presentation consistent truncate the parameters.
2003-11-13 21:18:32 +00:00
Mikhail Khodjaiants
74005e4343 Use 'StringBuffer' instead of 'String' when generating stack frame labels.
Added a label for dummy stack frames instead of using the name provided by the rendered object.
2003-11-13 21:07:20 +00:00
Doug Schaefer
335bab74c2 Patch for Sean Evoy:
- Fixes for bugzilla 44451 and 44841
2003-11-13 19:41:59 +00:00
Hoda Amer
4d7450e8fb Bug Fixes for the complete AST factory 2003-11-13 19:27:29 +00:00
Doug Schaefer
704e3552ab Added AIX to build. 2003-11-13 14:47:21 +00:00
Doug Schaefer
3947a0947a Implemented the AIX feature. 2003-11-13 14:38:25 +00:00
Doug Schaefer
e05f8b0b59 Patch for Tanya Wolff:
- globalizes the Managed Build properties pages by
externalizing strings in plugin.xml. 
- also fixed an option reference to set a linux project's
c compiler debug level.
2003-11-13 14:08:12 +00:00
Hoda Amer
757922dcc2 Patch for Bogdan 2003-11-11 18:25:56 +00:00
Mikhail Khodjaiants
d655eed877 Ensure that all breakpoint creation and modification operations are running in the UI thread. 2003-11-10 23:15:04 +00:00
Mikhail Khodjaiants
e680f152f8 Added synchronization to some of the 'CBreakpoint' methods. 2003-11-10 23:11:18 +00:00
Doug Schaefer
f2d6ec947a Built the shared libraries for AIX. 2003-11-10 20:20:53 +00:00
Hoda Amer
f14741b541 Fix for Andrew 2003-11-10 19:37:02 +00:00
Mikhail Khodjaiants
3c191ee1d6 Fix for PR 46358: NPE in the "setCurrentThread" method of "CDebugTarget". 2003-11-10 18:06:48 +00:00
Mikhail Khodjaiants
1c2bf651f9 Use the corresponding methods of 'ICBreakpoint' to set breakpoint properties. 2003-11-07 22:55:30 +00:00
Mikhail Khodjaiants
90285517de Fix for PR 46303: Exception when selecting Debug... menu.
Check if the string passed to the 'getCommonSourceLocationsFromMemento' method is not empty.
2003-11-07 21:40:39 +00:00
John Camelon
df634f2e75 CORE
Fixed Bug 39554 : _Pragma directive is not supported (ANSI C99) 

TESTS
	Moved testBug39554() from ASTFailedTests to QuickParseASTTests.
2003-11-07 19:49:36 +00:00
Alain Magloire
abd239ff86 updated. 2003-11-06 21:06:53 +00:00
Alain Magloire
2ccdbcad4e support for serial baud 2003-11-06 21:06:45 +00:00
Alain Magloire
87f0c0d4a4 updated 2003-11-06 20:56:36 +00:00
Alain Magloire
a81bc230d8 set the serial baud 2003-11-06 20:56:25 +00:00
Alain Magloire
f0f94b3965 Fix for deferred breakpoint. 2003-11-06 20:56:06 +00:00
Doug Schaefer
9797bc9040 Fix the compile order of the jar files. 2003-11-06 20:53:49 +00:00
David Inglis
436e271263 Fix for 45835 also changed binary runner control to stop running when project closes/open/deleted 2003-11-06 19:52:40 +00:00
John Camelon
39f8ff8c86 Removed one last remainder of core.model.Util in parser to unbreak 2.0 build. 2003-11-06 19:41:33 +00:00
David Inglis
32c6adb106 *** empty log message *** 2003-11-06 18:59:21 +00:00
David Inglis
6593148591 fix for 46126 2003-11-06 18:58:48 +00:00
David Inglis
927ed83c4e further imporovements for https://bugs.eclipse.org/bugs/show_bug.cgi?id=45736 2003-11-06 18:53:26 +00:00
David Inglis
91f05a8d02 fixed problem with not getting line no. all the time 2003-11-06 18:40:24 +00:00
David Inglis
14df45f11f fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=46129 2003-11-06 18:39:10 +00:00
John Camelon
13b7aeb128 CORE
Fixed Bug 44838 : exception when resolving parameter references in a constructor 
	Fixed Bug 46165 : fields referenced in constructor chains are not called back upon 
	Fixed Bug 45551 : Macro replacement in #include <file.h> directives 

TESTS
	Added CompleteParseASTTest::testBug44838().  
	Added CompleteParseASTTest::testBug46165().  
	Added ScannerTestCase::testBug45551().
2003-11-06 04:57:38 +00:00
John Camelon
97e203468e CORE
Cleaned up the ParserFactory interface to check for validity of input arguments.  
	Moved NullSourceElementRequestor and ScannerInfo to public interface as requested. 
	Restructured code so that no Eclipse/CDT source outside the parser source directory is used.
	Updated parser clients to use new ParserFactory (stand-alone parser work item).  	

UI & TESTS
	Updated parser clients to use new ParserFactory (stand-alone parser work item).
2003-11-05 23:35:28 +00:00
Mikhail Khodjaiants
6189ea9764 Wrong bracket. 2003-11-05 23:24:27 +00:00
Mikhail Khodjaiants
1437abe67d 'getCDIBreakpointFile' returns wrong file for address breakpoints. 2003-11-05 23:06:40 +00:00
Mikhail Khodjaiants
1f66ca3c05 Changed the handling of the breakpoint created event to reflect the CDI changes for deferred breakpoints support. 2003-11-05 21:50:33 +00:00
Mikhail Khodjaiants
bb83ae658f The argument type of the 'getBreakpointAddress' of 'ICBreakpointManager' is changed from 'ICBreakpoint' to 'ICBreakpointManager'. 2003-11-05 21:12:47 +00:00
Doug Schaefer
26f7ffd775 Make the parser source folder a separate jar. 2003-11-05 19:22:44 +00:00
John Camelon
56c76eb3e7 CORE
Removed warnings from parser source tree.  
	Removed preliminary task tags support to clean up parser interfaces and implementation.   
	Added preliminary IProblem support to 

UI
	Updated parser clients to use new IProblem strategy.  

TESTS
	Updated parser clients to use new IProblem strategy.
2003-11-05 18:15:21 +00:00
Mikhail Khodjaiants
b3b6f231c6 Refactoring: moving the breakpoint related functionality from CDebugTarget to CBreakpointManager. 2003-11-03 22:54:24 +00:00
Alain Magloire
8af641c677 Make it work for Eclipse-3.0 2003-11-03 20:43:28 +00:00
Mikhail Khodjaiants
99f7af4dba Fix for PR 45957: Memory view: last column does not show updates. 2003-11-03 18:54:24 +00:00
John Camelon
83382d0514 Added initial code assist/parser interface. 2003-11-03 14:17:15 +00:00
John Camelon
1a068f661e Patch for Andrew Niefer
core:
Fixed Bug 44925 : Search: Elaborated type specifier
Partially Fixed Bug 44510 : C/C++ Search gives wrong results 

ui:
Fixed Bug 44337 : Disabling of "definition" not making sense in Search 
dialog
Fixed Bug 44947 : Navigate from Outline: Enumeration type not 
pre-populated
Fixed Bug 44948 : Navigate via Open Declarations: typedef decl not found
2003-11-03 14:00:24 +00:00
Mikhail Khodjaiants
4d9be4fde4 Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'. 2003-10-31 20:52:21 +00:00
Mikhail Khodjaiants
b33778110f CSourceManager.java: implements adapters for 'ISourceMode' and 'IPersistableSourceLocator'. 2003-10-30 20:39:47 +00:00
Mikhail Khodjaiants
a94e86846a Fix for PR 45818 doesn't solve the problem. Fall back to the previous version. 2003-10-30 18:53:41 +00:00
Mikhail Khodjaiants
1416fa73c3 Fix for PR 45818: NPE when closing the workbench. 2003-10-30 18:15:02 +00:00
David Inglis
db3182f4f4 Fix for 45734 & 45736 2003-10-30 03:08:44 +00:00
Mikhail Khodjaiants
09b00a8cd5 * CProjectSourceLocation.java: check if the searched element name is not null or empty. 2003-10-29 21:19:42 +00:00