Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2003-10-01Upversioning everything to 1.2.0.Doug Schaefer5-5/+5
2003-09-30Use the new 'equals' method of ICDIVaraiableObject to compare variables.Mikhail Khodjaiants2-9/+14
2003-09-30updated.Alain Magloire2-0/+12
2003-09-30Added new method equals().Alain Magloire3-0/+47
2003-09-30Fix for PR 39737: Tooltip in debug mode over long strings is not handled prop...Mikhail Khodjaiants2-25/+71
2003-09-30Improved the layout of the 'Shared Libraries' component.Mikhail Khodjaiants2-4/+5
2003-09-30Added the initialization of the shared libraries' attributes to CygwinGDBDebu...Mikhail Khodjaiants2-3/+35
2003-09-29Fix for PR 43856: Format doesn't work for wchar_t.Mikhail Khodjaiants2-2/+6
2003-09-26updated.Alain Magloire1-0/+8
2003-09-26Make sure gdb is ready to receive commnadAlain Magloire1-3/+81
2003-09-26indentation.Alain Magloire1-2/+2
2003-09-25updated.Alain Magloire1-1/+9
2003-09-25Fix for PR 43496Alain Magloire1-3/+24
2003-09-25Fix for PR 43624: The "Show Types Name" action of the Registers view doesn't ...Mikhail Khodjaiants3-13/+42
2003-09-24Cleanup to remove warnings.Peter Graves3-11/+18
2003-09-23Changed the 'hasStackFrames' method of the 'CThread' class to return true reg...Mikhail Khodjaiants2-11/+18
2003-09-22Moved the 'AddAddressBreakpointActionDelegate' action to the 'org.eclipse.cdt...Mikhail Khodjaiants3-5/+10
2003-09-17Temporary fix for PR 39061: Attach source does not work for applications comp...Mikhail Khodjaiants2-3/+17
2003-09-16Cleanup.Mikhail Khodjaiants2-47/+7
2003-09-16Correct dates.Mikhail Khodjaiants1-4/+4
2003-09-16Fix for PR 38468: Error in files location.Mikhail Khodjaiants4-18/+60
2003-09-15Fix for PR 43101: Breakpoint exception when source doesn't exist.Mikhail Khodjaiants2-1/+9
2003-09-11Reset the selection of variable after casting.Mikhail Khodjaiants3-0/+29
2003-09-11Detail Pane values for casted variables.Mikhail Khodjaiants1-0/+5
2003-09-11The qualified name should be chached in the InternalVariable.Mikhail Khodjaiants1-16/+15
2003-09-11Added new field to store the chached value of the qualified name.Mikhail Khodjaiants1-0/+1
2003-09-11Moving the shared library search paths block to mi UI.Mikhail Khodjaiants10-16/+29
2003-09-11updated.Alain Magloire1-0/+7
2003-09-11FIx parsing.Alain Magloire1-34/+34
2003-09-11Added the 'org.eclipse.cdt.debug.mi.internal.ui.dialogfields' package.Mikhail Khodjaiants15-0/+2596
2003-09-10If breakpoint is a line breakpoint check if source locator contains the file ...Mikhail Khodjaiants2-11/+28
2003-09-10Fix for PR 42790: Memory view is not cleared when target is terminatedMikhail Khodjaiants3-2/+19
2003-09-09Fix for PR 39680: Gash in error message for memory view.Mikhail Khodjaiants2-2/+6
2003-09-09Final fix for PR 39484: Move 'getType' method from ICDIVariable to ICDIVaraib...Mikhail Khodjaiants3-5/+11
2003-09-08Regrouping the launch configuration constants.Mikhail Khodjaiants2-4/+6
2003-09-08New UI for the 'Debugger' page of launch configuration.Mikhail Khodjaiants4-330/+430
2003-09-08Regrouping the launch configuration constants.Mikhail Khodjaiants4-21/+16
2003-09-08Added the 'stop-on-solib-events' option. Mikhail Khodjaiants2-14/+26
2003-09-08Removed the internal handling of the 'stop-on-shared-library-events' option -...Mikhail Khodjaiants4-23/+40
2003-09-08Added the 'getSharedLibraryPaths' and 'setSharedLibraryPaths' methods to the ...Mikhail Khodjaiants2-46/+5
2003-09-08New class - SolibSearchPathBlock. Implements the UI control block to set the ...Mikhail Khodjaiants2-0/+171
2003-09-08CoreFileConfiguration supports shared libraries.Mikhail Khodjaiants2-1/+7
2003-08-30updated.Alain Magloire1-0/+6
2003-08-30Remove some synchronization primitives.Alain Magloire1-4/+4
2003-08-29Label for target suspended by shared library event.Mikhail Khodjaiants2-0/+9
2003-08-29Implementation of deferred breakpoints.Mikhail Khodjaiants3-4/+208
2003-08-29Moving shared library features from mi to CDI.Mikhail Khodjaiants2-1/+25
2003-08-29Moving shared library features from mi to CDI.Mikhail Khodjaiants1-6/+51
2003-08-29Moving shared library features from mi to CDI.Mikhail Khodjaiants5-0/+93
2003-08-26updated.Alain Magloire1-0/+11

Back to the top