Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-20Bug 284286: Missing action to exit trace visualization mode.Marc Khouzam10-25/+145
2010-05-20Some variable renaming. Be consistent in referring to memory spaces (don't us...John Cortell1-13/+12
2010-05-20Bug 309032: Need APIs to support memory pages (add ability for backend to ind...John Cortell1-0/+11
2010-05-20Bug 304096: Interrupting a Windows target does not always work (fixed last tw...John Cortell3-3/+50
2010-05-20Bug 305385: The pid of the inferior is not set pre-GDB 7.0John Cortell5-9/+194
2010-05-18Bug 309505 - Launches should use the same environment as build. Grabs the bui...Doug Schaefer2-4/+72
2010-05-18Bug 313372: Re-create the CLIEventProcessor when we restart the program, so a...Marc Khouzam1-3/+10
2010-05-17Bug 248587: Support "Event' Breakpoints (backed out unused API changes)John Cortell3-37/+11
2010-05-14Bug 309032: Need APIs to support memory pages (or memory spaces)John Cortell6-1/+691
2010-05-14Bug 312813 - [Launch] MIInferiorProcess.exitValue() never returnsPawel Piech1-1/+2
2010-05-12Added EXPERIMENTAL keyworkd, which I just found out about.Marc Khouzam1-3/+4
2010-05-12Bug 312467: Improperly externalized stringMarc Khouzam3-1/+47
2010-05-11Bug 306555: Need extra parens for Cast To TypeMarc Khouzam1-7/+4
2010-05-11Bug 306555: Some cleanup for Cast To Type and Display As ArrayMarc Khouzam2-43/+49
2010-05-11Bug 306555: Support for Cast To Type and Display As Array for DSF-GDBMarc Khouzam2-5/+100
2010-05-11Bug 306555: It is valid for the platform to request more children that what w...Marc Khouzam1-4/+8
2010-05-10Bug 264895: Allow the visible console to match the currently selected debug c...Marc Khouzam1-2/+18
2010-05-10Missing @Override tagsMarc Khouzam1-0/+2
2010-05-10Bug 312055 - [registers][cdi] DSF mishandles empty register names in -data-l...Mikhail Khodjaiants1-8/+11
2010-05-07 Bug 312092 - TVT36:TCT174: FRA - Duplicate mnemonic for Browse (same string...Vivian Kong1-1/+2
2010-05-04Corrected command description. This was accidentally given the description fo...John Cortell1-9/+9
2010-05-04Bug 311416: Small simplification in logic check.Marc Khouzam1-2/+2
2010-05-04Bug 311416 - [vm][cache] Stack frames missing in debug view.Pawel Piech1-1/+3
2010-05-03Bug 311380: Interrupting target can leave Debug view in awkward stateJohn Cortell1-3/+44
2010-05-03 Bug 311210 - [commands][cdi] Missing support for "target-download".Mikhail Khodjaiants3-0/+186
2010-05-03 Bug 311219 - [commands][cdi] MITargetSelect is too restrictive.Mikhail Khodjaiants2-5/+9
2010-04-30Bug 304096: Handle cases for GDB < 7.0 where interrupting the target does not...Marc Khouzam1-0/+38
2010-04-30Bug 311118: Attach does not work with MinGW gdb 7.0John Cortell1-3/+8
2010-04-29Bug 310914: Fix to avoid fallback of obtaining process list natively when deb...John Cortell1-22/+34
2010-04-29 Bug 311059: workaround for another bug (305385) which is not fixed yet.Marc Khouzam1-1/+7
2010-04-29Bug 310914: Optimize retrieval of process names.Marc Khouzam1-19/+7
2010-04-29Bug 311059: Process list shown during attach launch with gdb 6.8 has bogus en...John Cortell1-5/+18
2010-04-29Bug 310914: An attach launch with MinGW gdb 7.0 gives no processes to choose ...John Cortell1-10/+65
2010-04-28Bug 284286: Trace Record visualization for DSF-GDBMarc Khouzam25-354/+1218
2010-04-27Bug 310565: Support for new format for Apple GDB.Marc Khouzam1-2/+2
2010-04-26Bug 304096: restore interrupt behavior for remote debugging case.John Cortell1-2/+24
2010-04-26Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a ...John Cortell1-2/+2
2010-04-23Bug 310274: Need to set the fInterruptFailedJob to null in the executor to av...Marc Khouzam1-1/+1
2010-04-23Bug 310274 - Need to set the fInterruptFailedJob to null to prevent completin...Marc Khouzam1-0/+1
2010-04-22Fixed warningJohn Cortell1-3/+4
2010-04-22[280631] Thread list in Debug view not updated with non-Linux targetJohn Cortell5-6/+70
2010-04-22Added assert. Defensive programmingJohn Cortell1-0/+3
2010-04-20[309887] The dsf-gdb preference page lacks context helpJohn Cortell1-2/+0

Back to the top