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

5918 commits

Author SHA1 Message Date
Mikhail Khodjaiants
66b367c79f Fix for bug 75627: Incorrect limit to port numbers. 2004-11-11 21:28:40 +00:00
David Inglis
d0408df257 fixed bug # 68888 2004-11-11 14:07:10 +00:00
Alain Magloire
d5cfd2a0af Typo. 2004-11-11 03:06:22 +00:00
Alain Magloire
dbd62a6ed4 2004-11-10 Alain Magloire
Fix for PR 51113 and PR 66268
	It allow more flexibility in the GDB console, for example
	when gdb require interactive questions.

	* mi/org/eclipse/cdt/debug/mi/core/CLIProcessor.java
	* mi/org/eclipse/cdt/debug/mi/core/MISession.java
	* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
	* mi/org/eclipse/cdt/debug/mi/core/SessionProcess.java
	* mi/org/eclipse/cdt/debug/mi/core/TxThread.java
	* mi/org/eclipse/cdt/debug/core/command/MIGDBShowPrompt.java
	* mi/org/eclipse/cdt/debug/core/command/RawCommand.java
	* mi/org/eclipse/cdt/debug/core/output/MIOutput.java
	* mi/org/eclipse/cdt/debug/core/output/MIParser.java
2004-11-11 03:02:58 +00:00
Mikhail Khodjaiants
c1c8430638 Fix for bug 77437: Disassembly blocks with no associated source code has PC pointer on wrong line. 2004-11-10 22:52:50 +00:00
Mikhail Khodjaiants
0ccb63228a Cleanup. 2004-11-10 22:52:02 +00:00
Mikhail Khodjaiants
9119f8ed49 Fix for bug 76340: CDT hogs Windows input loop when double clicking on a breakpoint. 2004-11-10 21:22:52 +00:00
Chris Wiebe
ce1679aa17 synchronize typeCacheChanged() method 2004-11-10 19:51:46 +00:00
Alain Magloire
7dae0c0ca3 2004-11-10 Alain Magloire
Typo in method IBinaryParser.ISymbol
	* src/org/eclipse/cdt/core/IBinaryParser.java
	* utils/org/eclipse/cdt/utils/Symbol.java
2004-11-10 19:43:34 +00:00
Chris Wiebe
1449fe17d1 2004-11-10 Chris Wiebe
additional case for 78200
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
2004-11-10 18:32:17 +00:00
Chris Wiebe
28922940be 2004-11-10 Chris Wiebe
Fix for 78200
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewHeaderFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileCreationWizardPage.java
2004-11-10 18:07:54 +00:00
Alain Magloire
202b01f023 2004-11-10 Alain Magloire
Fix for PR 78308, on deleting of non-C resources, no deltas
	was fired.

	* model/org/eclipse/cdt/internal/core/model/CModelManager.java
2004-11-10 16:23:54 +00:00
Mikhail Khodjaiants
ebe5bb2770 Fix for bug 77275: Disassembly causes Java exception for fn's with 0 bytes fn prologues. 2004-11-09 23:25:44 +00:00
Mikhail Khodjaiants
216cc40051 Partial fix for bug 41725: I can't set a breakpoint in a function where I used attach source. 2004-11-09 22:28:09 +00:00
Mikhail Khodjaiants
d14425742c Fix for bug 77251: Need protected access to DisassemblyView's createVerticalRuler() method. 2004-11-09 22:15:55 +00:00
Alain Magloire
e6d2af3d71 2004-11-09 Alain Magloire
Throw not implemented exception for exception breakpoint
2004-11-09 20:40:14 +00:00
Alain Magloire
948da21d8e 2004-11-09 Alain Magloire
Put possiblity to set Exception breakpoint
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManagement.java
2004-11-09 20:39:40 +00:00
Alain Magloire
8291a5e66d 2004-11-09 Alain Magloire
Reverting the changes below, for PR 74496. After exchanging with
	the Palm folks, it was not fixing the problem.
	This PR can not be fix for CDT-2.1 moving
	it to 3.0 where we should have enough framework	for a better fix.

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
2004-11-09 18:52:41 +00:00
Alain Magloire
3988b8ef5b 2004-11-08 Mikhail Voronin
New tests for help extension.
	* ui/org/eclipse/cdt/ui/tests/chelp/CHelpProviderTester.java
	* ui/org/eclipse/cdt/ui/tests/chelp/CHelpTest.java
	* ui/org/eclipse/cdt/ui/tests/chelp/CHelpTestInfoProvider.java
2004-11-09 02:02:35 +00:00
Alain Magloire
db8bcbda60 2004-11-08 Alain Magloire
Fix for 74496 ; we should destroy the global
	variables if they are in the address range of a
	shared library being unloaded.

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
2004-11-09 01:47:41 +00:00
Alain Magloire
439665d7d0 2004-11-08 Alain Magloire
Bug in CVariableFactory for globals, the filename of the
	binary was use instead of the filename of the symbol.
	* src/org/eclipse/cdt/debug/internal/core/model/CVariableFactory.java
2004-11-09 01:44:59 +00:00
Mikhail Khodjaiants
f4f6cc774e Added the "Automatically refresh registers" and "Automatically refresh shared libraries" preferences and properties. 2004-11-08 23:41:30 +00:00
Mikhail Khodjaiants
92f36abdce Added support for refresh preferences and properties. 2004-11-08 23:36:57 +00:00
Chris Wiebe
f8dc81e5cc 2004-11-08 Chris Wiebe
fix for 68883
	* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacheManager.java
2004-11-08 22:06:36 +00:00
Chris Wiebe
17b5f315da 2004-11-08 Chris Wiebe
fix for 68883
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java
2004-11-08 22:06:29 +00:00
Sean Evoy
486c5d2c70 Commit for Leo Treggiari:
Fix for bugzilla 78047 -- Build all results in a 'clean all''
2004-11-08 21:10:26 +00:00
Sean Evoy
b7c36f5113 Commit for Leo Treggiari:
Handles Managed Build System projects that fail to open or convert, for example, because the tool-chain that the project uses is not installed.
When a project configuration is removed, cleans the configuration output.
Edits for some of the externalized strings.
2004-11-08 20:12:46 +00:00
Alain Magloire
cf5df1e48f 2004-11-08 Alain Magloire
Implement new Interface ICDIFunctionFinished.
	It returns the return value of the function.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/FunctionFinished.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/event/SuspendedEvent.java
	* mi/org/eclipse/cdt/debug/mi/core/event/MIFuncitonFinishedEvent.java
2004-11-08 18:14:53 +00:00
Alain Magloire
e35ddb8ef1 2004-11-08 Alain Magloire
New class ICDIFunctionFinished.
	It return the return value of the function.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ICDIFunctionFinished.java
2004-11-08 18:13:27 +00:00
Alain Magloire
d44dbb5d43 2004-11-07 Alain Magloire
Support for MIInterpreterExec
2004-11-08 04:17:02 +00:00
Alain Magloire
60a0f4fa81 reset to the default formatter. 2004-11-05 23:46:25 +00:00
Alain Magloire
d546fa13d4 reorganize import 2004-11-05 23:29:59 +00:00
Alain Magloire
c6a90b76ed updating changelog 2004-11-05 23:27:57 +00:00
Alain Magloire
a049e4e71b new code format extension page 2004-11-05 23:24:44 +00:00
Alain Magloire
f7f2ece6bc Changes to codeformat 2004-11-05 23:23:46 +00:00
Alain Magloire
af80f4245e format help id 2004-11-05 23:23:27 +00:00
Alain Magloire
30e62ab83a Change to CodeFormat interface 2004-11-05 23:23:08 +00:00
Alain Magloire
7f1fec3a5b Code formate block UI 2004-11-05 23:22:53 +00:00
Alain Magloire
39acf97212 Code formatter Preference Page. 2004-11-05 23:22:40 +00:00
Alain Magloire
8d8fd6331f keys for code formatter NLS 2004-11-05 23:22:22 +00:00
Alain Magloire
ae5688b47e framework for code formatter. 2004-11-05 23:19:23 +00:00
John Camelon
05788b2494 Patch for Devin Steffler.
Fixed 77379[IProblems][line: -1] IProblem with line: -1 in basic_string.tcc (template related?)
Fixed 77382[IProblems][line: -1] 'this->' in basic_string.tcc has invalid IProblem
Fixed 77389[IProblems] no filename associated with IProblem (ambiguity encountered during lookup)
Fixed 77390 [IProblems] no filename associated with IProblem (Invalid arithmetic conversion in file)
Fixed 77391 [IProblems] no filename/message associated with IProblem in list.tcc
2004-11-05 21:39:39 +00:00
Mikhail Khodjaiants
4706348f12 Cleanup. 2004-11-05 21:35:21 +00:00
Chris Wiebe
bbd3bc4e97 2004-11-05 Chris Wiebe
Fix for 56204 - empty source files are no longer created
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
2004-11-05 21:15:24 +00:00
Chris Wiebe
46fc8f5c77 changed label 2004-11-05 20:50:57 +00:00
Chris Wiebe
447ec67b44 2004-11-05 Chris Wiebe
Remove option to use an existing class as enclosing type (defer to future release)
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
2004-11-05 20:26:13 +00:00
Andrew Niefer
837365f975 Patch from Tanya Wolff - content assist tests 2004-11-05 19:24:45 +00:00
Mikhail Khodjaiants
396ecd8664 Removed "Refresh" and "Auto-Refresh" actions from the shared libraries view. 2004-11-04 22:48:05 +00:00
Mikhail Khodjaiants
a740df2852 Removed "Refresh" and "Auto-Refresh" actions support for shared libraries. 2004-11-04 22:47:49 +00:00
Mikhail Khodjaiants
c9259b653d Reformatting. 2004-11-04 22:11:28 +00:00