Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2009-03-17[207549] - fixed exception in ArrayValue calculationAlena Laskavaia1-1/+5
2009-02-23[265866] - incorrect parsing for info lineAlena Laskavaia1-4/+4
2009-02-05- extensibility for disassemblyv200902060802Alena Laskavaia3-1/+51
2009-02-05- fixed minor issue with empty assembly linesAlena Laskavaia1-2/+5
2009-01-23Bug 236857Ken Ryall1-7/+7
2009-01-05[121318] - adding breakpoints problem - non API breaking fixAlena Laskavaia1-5/+7
2008-12-15compile all test plug-ins into jars at rootVivian Kong2-4/+3
2008-11-24- made contains protectedAlena Laskavaia1-1/+1
2008-11-24- make addDirectory protected so somebody can override it if needed, added ge...Alena Laskavaia1-1/+5
2008-11-21PR: 255946 -Console output incorrect. Escape charecters should not interpret.Alena Laskavaia1-1/+1
2008-11-11Bug 254849 - [Problems View] Sort by location sorts lexicographicallyAnton Leherbauer1-2/+1
2008-10-31Bug 247853 - AbsolutePathSourceContainer does a string comparison check using !=Anton Leherbauer1-6/+9
2008-10-22[248691] - fixed bug in details evaluation for items of big array, applied pa...Alena Laskavaia1-1/+1
2008-10-17[251189] fixing address breakpointsAlena Laskavaia1-1/+1
2008-10-17Bug 250638 - NPEs when disassembling in debuggerAnton Leherbauer1-1/+1
2008-10-17Bug 250638 - NPEs when disassembling in debuggerAnton Leherbauer1-3/+7
2008-09-26for 5.0.2 buildsVivian Kong1-1/+1
2008-08-26updating version numbers of plug-ins that have changed since CDT 5.0Vivian Kong2-2/+2
2008-08-14Now reopens when a file is remapped to one already in the workspace.Ken Ryall1-0/+7
2008-07-29Bug 242355 - Action "Open Disassembly" is enabled when it should notAnton Leherbauer1-3/+5
2008-07-28- fixed resolving source location when debugger returns resolved path itself ...Alena Laskavaia1-2/+11
2008-07-15Fixed bugzilla 240916. Casting the child of a global variable caused an NPE.John Cortell1-1/+9
2008-07-14Fixed bugzilla 240719. Element is first checked to see if it's a ICDISharedLi...John Cortell1-2/+7
2008-07-14Fixed 240538.John Cortell1-5/+2
2008-07-09[240238] - fixed adding expressions which has "char *" type for exampleAlena Laskavaia1-5/+18
2008-07-09Added uid.Ken Ryall1-0/+1
2008-07-09[216711] - added other visible gdb catch events, most of them is not support ...Alena Laskavaia3-19/+84
2008-07-09- change version to 5.0.1Alena Laskavaia2-2/+2
2008-07-09[237858] - fixed expression evaluation for complex c++ data structuresAlena Laskavaia1-45/+29
2008-07-09Update version number to 5.0.1Vivian Kong1-1/+1
2008-06-27Cache the source file list for an executable and don't block the UI while get...Ken Ryall3-8/+40
2008-06-11copyrightsChris Recoskie11-7/+77
2008-06-11[236214] - fixed potential NPEAlena Laskavaia1-2/+3
2008-06-09[236214] - patch for function breakpoints without source infoAlena Laskavaia1-2/+29
2008-06-03Fix up license files.Doug Schaefer4-1/+411
2008-05-30fix for bug 234909Vivian Kong1-1/+22
2008-05-29fixed breakpoint creation with new type argument.Warren Paul3-0/+4
2008-05-21Merge changes from CDT 4.0.x.Ken Ryall4-138/+125
2008-05-20bug 233058 - support for remote process exit code in debug sessionAlena Laskavaia2-3/+3
2008-05-16Disabled disassembly memory rendering.Mikhail Khodjaiants1-1/+1
2008-05-15Monitor created with memory-space and address bypassed the address factory, t...John Cortell1-24/+30
2008-05-15Bug 232314 - added feature.properties to build.properties for GNU Build/Debug...Jason Montojo1-1/+2
2008-05-14Contributing new disassembly.Mikhail Khodjaiants8-21/+463
2008-05-13Fixed typo in method nameJohn Cortell1-2/+2
2008-05-09Fix up plugin dependencies.Doug Schaefer1-1/+0
2008-05-09Enable Resume Without Signal action only if plug-in is activeAnton Leherbauer1-1/+11
2008-05-09Avoid breaking API change by keeping and deprecating obsolete methods (bug 11...Anton Leherbauer1-8/+105
2008-05-08don't use the control if already disposed.Warren Paul1-10/+11
2008-05-08Fix label handling for ICBreakpoint.TEMPORARY and add label for new SOFTWARE ...John Cortell2-9/+24
2008-05-08Addressed two loose ends of bugzilla 118100John Cortell6-31/+135

Back to the top