Vladimir Hirsl
41c98b2b5b
Fix for 75327 ScannerInfo incorrecly parses ScannerInfoProvider command data streams.
...
Original patch from Brad Jarvinen (Brad.Jarvinen@palmsource.com ) with slight modifications.
2004-10-22 20:34:08 +00:00
Mikhail Khodjaiants
f7fa7bf98f
Cleanup.
2004-10-22 20:06:42 +00:00
Alain Magloire
746c917494
adjust to CDI changes
2004-10-22 19:31:20 +00:00
Alain Magloire
f8f136a9c8
remove evaluateExpressionToString()
2004-10-22 19:31:07 +00:00
Mikhail Khodjaiants
d24ad69f5e
Replaced the deprecated "evaluateExpressionTtoString" method of "ICDITarget.
2004-10-22 17:56:46 +00:00
Alain Magloire
bed0f1da44
2004-10-24 Alain Magloire
...
Provide a context for ICDITarget.evaluateExpressionTtoString()
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
2004-10-22 17:23:18 +00:00
Alain Magloire
9dffa53757
2004-10-24 Alain Magloire
...
Changes in ICDITarget.evaluateExpressionToString()
* org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
2004-10-22 17:22:59 +00:00
Mikhail Khodjaiants
815b892f7f
Fire the suspend event for the current thread on the target creation.
2004-10-22 16:44:17 +00:00
Mikhail Khodjaiants
8c61386cb2
Fire the suspend event for the current thread on the target creation.
2004-10-22 15:46:51 +00:00
Alain Magloire
4d146140b3
Fix NPE
2004-10-22 15:13:33 +00:00
David Inglis
4c0d34ec50
remove decprecated calls
2004-10-22 14:44:16 +00:00
David Inglis
2e47a2377b
added variable support to launching
2004-10-22 14:42:59 +00:00
Doug Schaefer
51f2da0305
Change the name of the download machine.
2004-10-22 14:06:25 +00:00
Mikhail Khodjaiants
2ebb271b82
Thread should handle CDI events from the corresponding CDI thread only.
...
"canSuspend" should return true if the thread is stepping.
New implementation of "stepReturn" for stack frames.
2004-10-21 22:39:53 +00:00
Andrew Niefer
ee74068fe8
fix expansion of macros used as parameters to function-like macros
2004-10-21 21:25:41 +00:00
Mikhail Khodjaiants
4761007499
Pass the target state to threads on terminate, disconnect, resume, suspend and restart.
2004-10-21 20:19:08 +00:00
Sean Evoy
0fc818ad2c
Fix for 76715 -- After reopening Eclipse, a C++ managed project is not usable in any language other than English
2004-10-21 17:45:11 +00:00
Andrew Niefer
8e22cf635e
fix bug 74069: [Parser][IProblem] if (
) if (
) else if (
) causes unnecessary warning marker
2004-10-21 16:15:45 +00:00
David Inglis
bd562b731b
update due to debug factroy api change
2004-10-21 15:07:54 +00:00
David Inglis
7601c54d55
added boolean option to factory to reume target or not.
2004-10-21 15:07:29 +00:00
Alain Magloire
eed89f4408
Adjust GDBServer to ICDIDebugger api
2004-10-21 01:32:31 +00:00
Alain Magloire
cc5427a7e9
Cleanup
2004-10-20 21:01:01 +00:00
Andrew Niefer
bd3686071d
76696 - [Parser] Problem in if condition causes problems in else
2004-10-20 20:37:09 +00:00
Alain Magloire
4370564636
Intl18 and cleanup
2004-10-20 19:22:07 +00:00
David Inglis
92d5c0eec5
fixed debugger slection bug
2004-10-20 19:20:54 +00:00
Alain Magloire
bec09a7c2a
Adjust to changes.
2004-10-20 19:14:05 +00:00
Alain Magloire
bc9547c99e
2004-10-20 Alain Magloire
...
Use the new ICDIDebugger interface
* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
* mi/org/eclipse/cdt/debug/mi/core/MISession.java
* mi/org/eclipse/cdt/debug/mi/core/SessionProcess.java
* src/org/eclipse/cdt/debug/mi/core/CygwinGDBCDIDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBCDIDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBServerDebugger.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
* src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java
* plugin.xml
2004-10-20 19:09:39 +00:00
Andrew Niefer
96930791c6
don't expand function-like macros is they aren't followed by a (
2004-10-20 18:30:11 +00:00
John Camelon
f479e84d8f
Patch for Devin Steffler.
...
Fixed 39688 [Scanner] Macros with variable number of arguments are not supported (C99) (GCC)
- added support for C99 syntax for macros with variable arguments i.e. "..."
- added support for GCC syntax for macros with variable arguments i.e. "args..."
- added test cases for the above
2004-10-20 17:59:54 +00:00
Andrew Niefer
a22cca2f6b
39677, 74190 - fix problem with statements in expressions
2004-10-20 16:51:54 +00:00
Andrew Niefer
a8fc039327
get rid of warnings
2004-10-20 15:30:35 +00:00
John Camelon
07a8507a81
Partial fix for 76480 - [Content assist] shouldn't work on scope operator in C code
2004-10-20 15:08:44 +00:00
David Inglis
2b91044082
fixed terminate delay for corefile
2004-10-20 15:05:06 +00:00
John Camelon
2f84ab8078
Updated visibility of particular parser components.
2004-10-20 15:01:41 +00:00
Mikhail Khodjaiants
e6c2b40bdc
Set the initial state of a thread according to the state of the underlying CDI thread.
2004-10-19 22:16:01 +00:00
Vladimir Hirsl
cb264b92c7
Reverting back to previous version. Not ready to commit yet.
2004-10-19 22:00:22 +00:00
Vladimir Hirsl
45c33ef2aa
Reverting back to previous version. Not ready to commit yet.
2004-10-19 21:54:03 +00:00
Vladimir Hirsl
5fd1105acd
Changes in the parser and utility interaction.
...
Ready for the first test.
2004-10-19 21:08:25 +00:00
David Inglis
22aaaf84bc
remove core/pid attribute if we prompted for them after launch
2004-10-19 20:56:20 +00:00
Alain Magloire
e25bef1bed
2004-10-19 Alain Magloire
...
Fix Core Launching
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* mi/org/eclipse/cdt/debug/mi/core/CoreProcess.java
* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2004-10-19 20:42:45 +00:00
Alain Magloire
75a64c1e16
2004-10-19 Alain Magloire
...
Fix NPE.
* src/org/eclipse/cdt/debug/internal/core/DebugConfiguration.java
2004-10-19 20:40:56 +00:00
Mikhail Khodjaiants
f1b59465a3
Check if the string representation of a value is not null before trimming it.
2004-10-19 20:02:30 +00:00
David Inglis
6ee3315f3b
dont' change launch id
2004-10-19 19:45:07 +00:00
David Inglis
eadd32c9aa
dont' change launch id
2004-10-19 19:43:01 +00:00
David Inglis
06924de632
dont' change launch id
2004-10-19 19:40:57 +00:00
Mikhail Khodjaiants
316f9255b6
Support of the thread-specific breakpoints.
...
Fix for the error handling of the asynchronous operations.
2004-10-19 18:57:22 +00:00
Mikhail Khodjaiants
28b6334ebe
Support of the thread-specific breakpoints.
...
Fix for the error handling of the asynchronous operations.
2004-10-19 18:37:33 +00:00
Mikhail Khodjaiants
6d4c6092a4
Cleanup.
2004-10-19 17:57:22 +00:00
Andrew Niefer
ef6559d013
tests for the expression evaluator problems
2004-10-19 14:26:06 +00:00
David Inglis
1307a5b905
fixed bug #76412
2004-10-19 14:18:55 +00:00