Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-05Bug 302121: Fully support gdb pretty printersMarc Khouzam27-274/+2472
2010-10-08Bug 293109 - [debug view][view model] Terminate and Relaunch action not working.Pawel Piech1-4/+10
2010-10-04Bug 317500: Dissociates the groupId from the pId, since stating with GDB 7.2,...Marc Khouzam9-67/+100
2010-09-29Bug 325277 - [disassembly] add IInstruction#getSize() to fill single-instruct...Anton Leherbauer1-3/+3
2010-09-28Bug 196154: "Run to Line" command fails with native windows pathsJohn Cortell1-0/+24
2010-09-27Bug 326137: Missing @since tagMarc Khouzam1-0/+5
2010-09-27Bug 196154: "Run to Line" command fails with native windows pathsJohn Cortell2-8/+15
2010-09-27Bug 326137: Allow DSF-GDB attach session to work without a project or binary ...John Cortell1-0/+3
2010-09-27Bug 315796: Use proper "7.2" version string for GDB 7.2Marc Khouzam1-1/+1
2010-09-27Bug 326137: Allow DSF-GDB attach session to work without a project or binary.Marc Khouzam3-2/+37
2010-09-09Bug 316060: DSF-gdb freezes application while stepping through optimized codeMarc Khouzam1-0/+2
2010-09-02Bug 248595: Use the "set breakpoint pending on" command to make breakpoints/t...Marc Khouzam3-0/+55
2010-08-31Bug 321084: Create a new ReflectionSequence and have FinalLaunchSequence use ...Marc Khouzam1-575/+619
2010-08-30Bug 323996: Avoid potential NPEMarc Khouzam1-15/+7
2010-08-27Bug 322658: Support for new GDB MI command -data-read-memory-bytes. It is al...Marc Khouzam9-20/+387
2010-08-26Bug 323755: Rename properties file so they can match and be found.Marc Khouzam3-5/+5
2010-08-26Bug 248595: Add support pending breakpoints introduced in GDB 6.8. This allow...Marc Khouzam7-38/+189
2010-08-26Bug 323466: Allow for dynamic variables in gdb patch within the launch.Marc Khouzam1-2/+5
2010-08-25Bug 323636: The thread value was getting overwritten if the disabled flag was...Marc Khouzam1-3/+4
2010-08-20Bug 323276: We were using the wrong context when clearing the cache for the "...Marc Khouzam1-1/+4
2010-08-17Bug 315796: Support for GDB 7.2 where the MI event "=thread-group-created" ha...Marc Khouzam2-4/+6
2010-08-12Bug 237306: Added -add-inferior and -remove-inferior commandsMarc Khouzam4-0/+133
2010-08-12Copyright date had been removedMarc Khouzam1-1/+1
2010-08-02Old comment that is no longer valid.Marc Khouzam1-1/+0
2010-07-30Bug 317325: @since tags change for new 4.0 versionMarc Khouzam4-6/+6
2010-07-30Bug 318230: Show cores and user name when listing processes to attach too.Marc Khouzam5-32/+120
2010-07-30Bug 317325: Upversion dsf.gdb plug-in to 4.0Marc Khouzam8-13/+9
2010-07-29Bug 321259: Need to set environment dir before sourcing init file, so that we...Marc Khouzam1-22/+22
2010-07-15Bug 319307: Remote gdbserver attach does not show thread info right after the...Marc Khouzam2-2/+26
2010-07-12Bug 319257: Allow for overriding of when to use -exec-run or -exec-continueMarc Khouzam2-12/+36
2010-07-09Bug 318642: Make GDBLaunchDelegate easier to override with respect to non-stopMarc Khouzam2-34/+58
2010-07-08Bug 319165: Unnecessary step in GDBControl_7_0.startOrRestartMarc Khouzam1-28/+20
2010-07-06Bug 318230: Use GDB 7.1 support for displaying cores for threads and processe...Marc Khouzam6-10/+275
2010-07-06Bug 318322: Missing since tagMarc Khouzam1-0/+1
2010-07-06Bug 318322: Add "set solib-absolute-prefix" commandMarc Khouzam2-0/+32
2010-07-01Bug 318304: Allow for better overriding of the class.Marc Khouzam1-2/+5
2010-06-30Bug 311965: Ignore bogus processes returned by -list-thread-groups of GDB 7.1...Marc Khouzam2-7/+22
2010-06-28Bug 318230: Add infrastructure to read the new core field from theMarc Khouzam4-15/+250
2010-06-25Bug 315677: The getNumChildren() method was not actually used and was causing...Marc Khouzam2-7/+37
2010-06-24Bug 315677 - [variables] Add "hasSubExpressions" method to IExpressionsMikhail Khodjaiants2-34/+34
2010-06-21Removed hardcoded bundle names.Sergey Prigogin1-5/+3
2010-06-17Bug 314447: Missing rm.done()Marc Khouzam1-0/+2
2010-06-03Bug 315439 Fix up copyrightVivian Kong161-160/+170
2010-05-29Bug 314899: Disable RunControl buttons when looking at trace frames in non-st...Marc Khouzam1-3/+41
2010-05-28 Bug 314628: Always restore the target state even if a failure has happened.Marc Khouzam3-1/+11
2010-05-26Bug 310274: Need a longer timeout for remote targets. Ultimately this timeou...Marc Khouzam1-3/+6
2010-05-25Bug 314303: Protect against NPE.Marc Khouzam1-5/+13
2010-05-21Bug 166960: Set environment before loading executable to allow for dynamicall...Marc Khouzam1-44/+44
2010-05-20Bug 313806: Export all debug packagesJohn Cortell4-5/+17
2010-05-20Bug 305385: Disabled use of 'info program' because the output is inconsistent.Marc Khouzam2-34/+46

Back to the top