Alain Magloire
97fa2e884b
2004-11-16 Alain Magloire
...
NPE when watchpoints are set in the gdb console.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2004-11-16 20:03:08 +00:00
Andrew Niefer
bb46ce4f7f
fix failures in content assist tests
2004-11-16 15:58:00 +00:00
Alain Magloire
9891f98c52
2004-11-16 Alain Magloire
...
Do not check for isEnable() when changing condition.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/mode/Breakpoint.java
2004-11-16 15:31:49 +00:00
Andrew Niefer
d5f27d5c45
- patch from Tanya Wolff for open declaration tests
...
- new Refactoring test framework (from me)
2004-11-16 15:17:56 +00:00
Mikhail Khodjaiants
e99487c7dd
Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).
2004-11-15 22:29:43 +00:00
Mikhail Khodjaiants
407463cb32
Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).
...
Added the "getAddressFactory" method to the "IDisassembly" interface.
2004-11-15 22:28:38 +00:00
Mikhail Khodjaiants
341c8766b4
Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).
...
Added the "getAddressFactory" method to the "IDisassembly" interface.
2004-11-15 22:28:09 +00:00
Andrew Niefer
ead89d4bbb
patch from Devin Steffler for 77805
2004-11-15 22:17:43 +00:00
Andrew Niefer
50054ebf36
fix bug 74202
2004-11-15 21:09:01 +00:00
Mikhail Khodjaiants
4c5be532cc
Batch breakpoint updates in one job.
2004-11-15 20:47:48 +00:00
Sean Evoy
ee27feda67
Commit for Leo Treggiari:
...
Code to handle the case where a manifest file or project file contains a higher version number than the Managed Build System.
New JUnit tests for the new model.
Updates to some external strings.
2004-11-15 19:33:09 +00:00
Alain Magloire
757c7b4860
2004-11-14 Alain Magloire
...
Fix for PR 77546.
Make the error parser manager faster by
using IResourceProxyVisitor to get the files.
Use eoParser.findFileName() faster.
* src/org/eclipse/cdt/core/ErrorParserManager.java
* src/org/eclipse/cdt/core/internal/errorparsers/GASErrorParser.java
* src/org/eclipse/cdt/core/internal/errorparsers/GCCErrorParser.java
* src/org/eclipse/cdt/core/internal/errorparsers/GLDErrorarser.java
2004-11-15 03:41:14 +00:00
Alain Magloire
40c7fa80a3
2004-11-11 Alain Magloire
...
PR 78573, patch from Brad Jarvinen
* src/org/eclipse/cdt/internal/errorparser/VCErroParser.java
2004-11-13 00:18:56 +00:00
Alain Magloire
4cc2406abf
2004-11-11 Alain Magloire
...
PR 78570, patch from Brad Jarvinen
The default VC error parser understands (<line number>) but doesn't understand
(<line number>, <column>), which is also a valid VC error output format.
* src/org/eclipse/cdt/internal/errorparser/VCErroParser.java
2004-11-12 23:35:25 +00:00
Alain Magloire
4cd3ad7c88
create the breakpoint disable if it was disable.
2004-11-12 20:51:09 +00:00
Alain Magloire
ab89c5a46e
define equals(ICDICondition)
2004-11-12 20:33:09 +00:00
Mikhail Khodjaiants
0b13d54499
Apply the breakpoint's condition changes to the associated gdb breakpoint only if there are differences.
2004-11-12 19:25:28 +00:00
Mikhail Khodjaiants
5e2af5b84f
Compare breakpoint source handles as pathes.
2004-11-12 19:18:47 +00:00
Mikhail Khodjaiants
3d578e42da
Implemented the "equals' method of the "Condition" class.
2004-11-12 19:15:28 +00:00
Bogdan Gheorghe
44e45fb15f
Fix for Bug 78414: IProblem count increased through indexing header files stand-alone
2004-11-12 18:49:29 +00:00
Alain Magloire
4f1af97e09
Should have been part of a previous commit fix.
2004-11-12 18:46:10 +00:00
Alain Magloire
78118d0486
2004-11-12 Alain Magloire
...
Fix for PR 78488
* mi/org/eclipse/cdt/debug/mi/core/command/MICommand.java
2004-11-12 18:35:40 +00:00
David Daoust
7b7e3de2d2
Update of Managed Build documentation for CDT 2.1 from Leo
2004-11-12 15:55:35 +00:00
David Inglis
daec23935b
fixed bug # 78292
2004-11-12 14:55:52 +00:00
Alain Magloire
4bc6d0803b
fireevents to the children
2004-11-12 02:12:30 +00:00
Alain Magloire
f9fc2468d8
2004-11-11 Alain Magloire
...
Fix for PR 75000, from PalmSource
* cdi/org/eclipse/cdt/debug/core/cdi/model/Variable.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/VariableDescriptor.java
* mi/org/eclipse/cdt/debug/mi/core/command/MIVarInfoType.java
2004-11-12 02:11:55 +00:00
Alain Magloire
1885ceaedf
2004-11-11 Alain Magloire
...
Fix for PR 75000, from PalmSource
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java
2004-11-12 02:09:42 +00:00
Alain Magloire
bdcff14fb9
Do not delete the variables on update.
2004-11-12 01:02:34 +00:00
Mikhail Khodjaiants
5db467bcdf
Fix for bug 73801: Function breakpoints set from C View aren't shown in editor.
2004-11-11 21:46:28 +00:00
Alain Magloire
af6a913751
2004-11-11 Alain Magloire
...
Fix for PR 78441
* src/org/eclipse/cdt/launch/internal/CPropertyTester.java
* plugin.xml
2004-11-11 21:38:06 +00:00
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