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

3435 commits

Author SHA1 Message Date
Alain Magloire
7e02ddb252 Typo and wrong arrayList. 2003-11-19 22:11:14 +00:00
Mikhail Khodjaiants
9cfd14bfc1 Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process. 2003-11-19 21:22:26 +00:00
Alain Magloire
d4457e175e Addr2line returns "??" when it does not find a filename. 2003-11-19 20:51:24 +00:00
Mikhail Khodjaiants
dc03462d49 Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process. 2003-11-19 20:46:38 +00:00
Alain Magloire
30d3f00aef clean the cache only if changed 2003-11-19 20:24:56 +00:00
Alain Magloire
bc08db7cc0 updated. 2003-11-19 17:37:44 +00:00
Alain Magloire
93d0a3cccf Do not load the symbols right away 2003-11-19 17:37:32 +00:00
Alain Magloire
f9e69cf8c7 Catch the Info in the IBinary 2003-11-19 17:37:13 +00:00
Hoda Amer
008ec4a579 Completion Engine Work 2003-11-19 15:11:51 +00:00
Alain Magloire
7a446b027c Attempt to address performance problem in the IBinaryParser
To many open()s a new method was create isBinary(byte[] ..)
So the file could be open only one time.
2003-11-18 16:20:49 +00:00
Doug Schaefer
8b5836e830 Test number 3 of the commit log. 2003-11-17 20:33:09 +00:00
Doug Schaefer
004e65e8c1 Another test of the commit logs. 2003-11-17 20:02:41 +00:00
Doug Schaefer
ef2c9618b4 Testing the CVS logging capability. 2003-11-17 19:31:18 +00:00
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