Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2004-08-16Remove obsolete comments.Alain Magloire1-8/+0
2004-08-15add commentAlain Magloire1-0/+1
2004-08-15deal with C++ referencesAlain Magloire1-3/+10
2004-08-152004-08-14 Alain MagloireAlain Magloire2-2/+6
2004-08-152004-08-14 Alain MagloireAlain Magloire2-27/+69
2004-08-12Fix for bug 70453. Linux: error exiting Eclipse on Linux RedHat or SuSe Enter...Mikhail Khodjaiants2-2/+15
2004-08-10Applied patch from Tanya Wolff.Mikhail Khodjaiants3-4/+12
2004-08-10Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated str...Mikhail Khodjaiants2-28/+21
2004-08-052004-08-05 Alain MagloireAlain Magloire2-18/+56
2004-08-05Restrict the "display as array" operation to the pointer types only.Mikhail Khodjaiants2-11/+29
2004-08-05Warning cleanup.Mikhail Khodjaiants3-3/+10
2004-08-05Display the error message in the array label, if the attempt to get array val...Mikhail Khodjaiants4-11/+25
2004-08-05Cosmetic fix.Mikhail Khodjaiants2-1/+5
2004-08-05Fixed the "resumed" event handler of the variable types.Mikhail Khodjaiants5-13/+47
2004-08-05Added the abstract prototypes for some generic methods.Mikhail Khodjaiants7-9/+59
2004-08-04New implementation of the variable types.Mikhail Khodjaiants37-1841/+1549
2004-07-30Display the error message in the variable's label if the value of variable ca...Mikhail Khodjaiants3-1/+10
2004-07-26Cleanup.Mikhail Khodjaiants1-1/+1
2004-07-23Marked the expression creation methods as deprecated in CDebugModel.Mikhail Khodjaiants2-26/+14
2004-07-23More informative error messages.Mikhail Khodjaiants3-3/+8
2004-07-22remove testcaseAlain Magloire1-5/+0
2004-07-22remove commentAlain Magloire1-2/+0
2004-07-222004-07-22 Alain MagloireAlain Magloire2-12/+48
2004-07-21CThread cleanup.Mikhail Khodjaiants2-11/+14
2004-07-21Copied the target factory methods from CDebugModel to CDIDebugModel.Mikhail Khodjaiants3-312/+217
2004-07-21CDebugTarget and CThread cleanup.Mikhail Khodjaiants4-538/+288
2004-07-21Removed state validation from CDebugElement.Mikhail Khodjaiants2-7/+1
2004-07-21Removed state validation from CDebugElement.Mikhail Khodjaiants2-7/+4
2004-07-20Added new state - "STEPPED".Mikhail Khodjaiants2-0/+5
2004-07-20Cleanup.Mikhail Khodjaiants2-8/+8
2004-07-20Cleanup.Mikhail Khodjaiants4-54/+42
2004-07-20Cleanup.Mikhail Khodjaiants2-131/+63
2004-07-16Cleanup.Mikhail Khodjaiants2-25/+29
2004-07-16Asynchronous resume, suspend and step operations. Cleanup.Mikhail Khodjaiants14-1874/+1249
2004-07-15Fix for bug 70147. TVT3.0: Preferences CDT Editor has non-externalized string.Mikhail Khodjaiants3-1/+10
2004-07-15 org.eclipse.cdt.debug.core.cdi.model.type shouldAlain Magloire41-0/+5
2004-07-15Fix for bug 69939. I18N: Memory view contains unexternalized strings.Mikhail Khodjaiants3-2/+9
2004-07-15Upversioning head to 2.1.0.Doug Schaefer5-5/+5
2004-07-15Removed the cdi.jar file from the build.properties fileDoug Schaefer1-8/+5
2004-07-15show error when failure to create debugger pageDavid Inglis1-7/+2
2004-07-15fixed auto solib optionDavid Inglis1-2/+2
2004-07-14Wrong fix. Falling back.Mikhail Khodjaiants2-2/+6
2004-07-142004-07-14 Alain MagloireAlain Magloire2-2/+9
2004-07-122004-07-12 Alain MagloireAlain Magloire8-22/+29
2004-07-092004-07-09 Alain MagloireAlain Magloire2-6/+18
2004-07-09Cleanup. Added support of "CDebugElementState".Mikhail Khodjaiants3-160/+115
2004-07-09Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".Mikhail Khodjaiants2-7/+11
2004-07-09Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".Mikhail Khodjaiants8-50/+94
2004-07-092004-07-09 Alain MagloireAlain Magloire4-3/+35
2004-07-09Fix for bug 69221: "Show full paths" doesn't work for shared libraries.Mikhail Khodjaiants2-0/+19

Back to the top