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
Alain Magloire
0f08850bec
removed
2004-10-18 23:18:26 +00:00
Alain Magloire
f12b1a1d87
2004-10-18 Alain Magloire
...
Make ICDIRuntimeOptions be part of ICDITarget
* cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIRuntimeOptions.java
2004-10-18 23:17:46 +00:00
Alain Magloire
cad896ca60
2004-10-18 Alain Magloire
...
Adjust to changes in CDI
* src/org/eclipse/cdt/debug/mi/core/cdi/model/RuntimeOptions.java
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* src/org/eclipse/cdt/debug/mi/core/cdi/Session.java
2004-10-18 23:16:09 +00:00
Alain Magloire
1f3df7b1c7
2004-10-18 Alain Magloire
...
Adjust to changes in CDI
* src/org/eclipse/cdt/launch/internal/LocalRunLaunchDelegate.java
2004-10-18 23:13:28 +00:00
Alain Magloire
442e988240
NPE fix
2004-10-18 22:38:52 +00:00
Andrew Niefer
121fe1e577
fix problem reporting from the ExpressionEvaluator
2004-10-18 21:11:57 +00:00
David Inglis
801c17db2e
fixed debugger selection
2004-10-18 20:21:39 +00:00
David Inglis
a3f0a610ed
silent abort prompting launch
2004-10-18 17:45:40 +00:00
David Inglis
ea6cb36860
added core file extension filters to debug config
2004-10-18 17:45:23 +00:00
Sean Evoy
c7caaff4a6
Fix for bugzilla 76483 - [Managed Make] ToolReferences with no defined output extensions answer that they build everything
2004-10-18 17:23:50 +00:00
David Inglis
a192c2f172
- Update to new ICDIDebugger interface deprecating old
...
- Added seperate launch configuration for attaching to pid
2004-10-18 14:48:50 +00:00
Mikhail Khodjaiants
206203d375
Use characters instead of strings.
2004-10-18 14:42:36 +00:00
Mikhail Khodjaiants
61717a6a3e
Corrupted plugin.xml.
2004-10-18 14:36:21 +00:00
David Inglis
154337afe2
remove unused import warning
2004-10-18 13:42:35 +00:00
Alain Magloire
479dfcc366
2004-10-17 Alain Magloire
...
Remove deprecated method in CDI adjust the implementation.
* core/org/eclipse/cdt/debug/core/tests/BreakpointTests.java
* core/org/eclipse/cdt/debug/core/tests/DebugTests.java
* core/org/eclipse/cdt/debug/core/tests/LocationTests.java
2004-10-17 21:28:28 +00:00
Alain Magloire
6bc057c303
2004-10-17 Alain Magloire
...
Remove deprecated method in CDI adjust the implementation.
* src/org/eclipse/cdt/launch/internal/CoreFileLaunchDelegate.java
* src/org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.java
2004-10-17 21:27:40 +00:00
Alain Magloire
fea4e25184
2004-10-17 Alain Magloire
...
Remove deprecated method in CDI adjust the implementation.
2004-10-17 21:26:11 +00:00
Alain Magloire
192fcc41a9
2004-10-17 Alain Magloire
...
Remove deprecated method in CDI
* cdi/org/eclipse/cdt/debug/core/model/ICDITarget.java
* cdi/org/eclipse/cdt/debug/core/ICDISession.java
2004-10-17 21:25:00 +00:00
Mikhail Khodjaiants
5516776ca9
check if the list is empty before calling -break-delete
2004-10-15 20:02:28 +00:00
Mikhail Khodjaiants
aa6f9b5a00
Replaced the "Signal Properties" dialog by the standard property page.
2004-10-15 19:33:26 +00:00
Alain Magloire
9551479479
more message in CDIException.toSTring()
2004-10-15 18:35:16 +00:00