Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-10-202004-10-20 Alain MagloireAlain Magloire12-55/+477
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-20don't expand function-like macros is they aren't followed by a (Andrew Niefer2-6/+20
2004-10-20Patch for Devin Steffler.John Camelon8-35/+377
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-2039677, 74190 - fix problem with statements in expressionsAndrew Niefer4-17/+48
2004-10-20get rid of warningsAndrew Niefer1-89/+89
2004-10-20Partial fix for 76480 - [Content assist] shouldn't work on scope operator ↵John Camelon1-1/+1
in C code
2004-10-20fixed terminate delay for corefileDavid Inglis2-1/+5
2004-10-20Updated visibility of particular parser components.John Camelon3-4/+4
2004-10-19Set the initial state of a thread according to the state of the underlying ↵Mikhail Khodjaiants2-1/+5
CDI thread.
2004-10-19Reverting back to previous version. Not ready to commit yet.Vladimir Hirsl1-18/+0
2004-10-19Reverting back to previous version. Not ready to commit yet.Vladimir Hirsl7-53/+49
2004-10-19Changes in the parser and utility interaction.Vladimir Hirsl8-49/+71
Ready for the first test.
2004-10-19remove core/pid attribute if we prompted for them after launchDavid Inglis2-0/+2
2004-10-192004-10-19 Alain MagloireAlain Magloire6-2/+92
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-192004-10-19 Alain MagloireAlain Magloire2-5/+11
Fix NPE. * src/org/eclipse/cdt/debug/internal/core/DebugConfiguration.java
2004-10-19Check if the string representation of a value is not null before trimming it.Mikhail Khodjaiants1-1/+2
2004-10-19dont' change launch idDavid Inglis1-3/+3
2004-10-19dont' change launch idDavid Inglis1-3/+3
2004-10-19dont' change launch idDavid Inglis1-3/+3
2004-10-19Support of the thread-specific breakpoints.Mikhail Khodjaiants1-0/+7
Fix for the error handling of the asynchronous operations.
2004-10-19Support of the thread-specific breakpoints.Mikhail Khodjaiants3-18/+71
Fix for the error handling of the asynchronous operations.
2004-10-19Cleanup.Mikhail Khodjaiants1-208/+110
2004-10-19tests for the expression evaluator problemsAndrew Niefer2-18/+74
2004-10-19fixed bug #76412David Inglis1-2/+5
2004-10-18removedAlain Magloire1-122/+0
2004-10-182004-10-18 Alain MagloireAlain Magloire4-9/+17
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-182004-10-18 Alain MagloireAlain Magloire4-11/+129
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-182004-10-18 Alain MagloireAlain Magloire2-7/+14
Adjust to changes in CDI * src/org/eclipse/cdt/launch/internal/LocalRunLaunchDelegate.java
2004-10-18NPE fixAlain Magloire1-2/+7
2004-10-18fix problem reporting from the ExpressionEvaluatorAndrew Niefer3-45/+87
2004-10-18fixed debugger selectionDavid Inglis1-2/+7
2004-10-18silent abort prompting launchDavid Inglis2-26/+27
2004-10-18added core file extension filters to debug configDavid Inglis3-7/+36
2004-10-18Fix for bugzilla 76483 - [Managed Make] ToolReferences with no defined ↵Sean Evoy1-1/+7
output extensions answer that they build everything
2004-10-18- Update to new ICDIDebugger interface deprecating oldDavid Inglis40-1319/+1888
- Added seperate launch configuration for attaching to pid
2004-10-18Use characters instead of strings.Mikhail Khodjaiants2-2/+6
2004-10-18Corrupted plugin.xml.Mikhail Khodjaiants2-3/+5
2004-10-18remove unused import warningDavid Inglis2-6/+4
2004-10-172004-10-17 Alain MagloireAlain Magloire4-20/+47
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-172004-10-17 Alain MagloireAlain Magloire3-28/+41
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-172004-10-17 Alain MagloireAlain Magloire18-149/+138
Remove deprecated method in CDI adjust the implementation.
2004-10-172004-10-17 Alain MagloireAlain Magloire3-25/+5
Remove deprecated method in CDI * cdi/org/eclipse/cdt/debug/core/model/ICDITarget.java * cdi/org/eclipse/cdt/debug/core/ICDISession.java
2004-10-15check if the list is empty before calling -break-deleteMikhail Khodjaiants1-3/+5
2004-10-15Replaced the "Signal Properties" dialog by the standard property page.Mikhail Khodjaiants10-206/+213
2004-10-15more message in CDIException.toSTring()Alain Magloire1-0/+7
2004-10-152004-10-15 Alain MagloireAlain Magloire4-27/+33
Adjust to the change in the CDI * 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-152004-10-15 Alain MagloireAlain Magloire7-15/+29
Adjustment to changes in CDI interface concerning breakpoints. Now the thread ids for a breakpoint is specified in the ICDICondition. * cdi/org/eclipse/cdt/debug/core/cdi/ICDICondition.java * cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIBreakpoint.java * cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIBreakpointManagement.java * cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java * CBreakpointManager.java * CDebugTarget.java
2004-10-152004-10-15 Alain MagloireAlain Magloire9-250/+414
The way we do breakpoints is changing. gdb does not have -break-thread-id command that would allow to change if a breakpoint is associated with a particular thread(the same way as in -break-condition, and -break-after). So to do thread breakpoint we associate 1 Eclipse breakpoint with n GDB breakpoints: 1:n * cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/Condition.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Exceptionpoint.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Watchpoint.java
2004-10-14patch from Tanya Wolff, search regression testsAndrew Niefer2-4/+724
2004-10-14improved binaryconfig useDavid Inglis7-179/+197

Back to the top