Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-07Renamed ICBreakpointTyped to ICBreakpointTypeJohn Cortell13-40/+40
2008-05-07TypoJohn Cortell1-1/+1
2008-05-07Bug 230820 - externalized strings for org.eclipse.cdt.gnu.{build,debug}-featu...Jason Montojo4-27/+255
2008-05-06Updated to provide clarity on the use of TEMPORARY as a special-case, bit-wis...John Cortell1-79/+57
2008-05-06bug 118100 - moving breakpoints types in ICBreakpointTypedAlena Laskavaia11-113/+120
2008-05-06API change in AbstractHandler.Mikhail Khodjaiants1-1/+1
2008-05-06Follow up fix for 228063Anton Leherbauer1-10/+24
2008-05-03Fixed compilation errors with Eclipse 3.4M7.Sergey Prigogin2-2/+0
2008-05-02Provide new breakpoint type constant and provide detailed explanation of all ...John Cortell1-0/+83
2008-05-02Bug 228063: applied patch from Pawel Piech (WindRiver).Mikhail Khodjaiants1-38/+55
2008-05-01- added couple more of working catchpoints: fork, vfork and execAlena Laskavaia3-1/+32
2008-04-30Fix NPE in action adapters when editor is not fed by a file.John Cortell2-2/+6
2008-04-29- added debugModelId for breakpoint contributionAlena Laskavaia1-1/+2
2008-04-28- update to exclude unused Type attributeAlena Laskavaia1-1/+2
2008-04-28- ui for hardware breakpoints in PropertiesAlena Laskavaia2-0/+19
2008-04-28- bug 118100 - hardware breakpoints supportAlena Laskavaia7-27/+144
2008-04-28- implement correct LabelFieldEditor which would be aligned with other fields...Alena Laskavaia1-58/+13

Back to the top