Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-07Bug 369594: GDB 7.4 now reports solib events in MI, but no longer in CLIMarc Khouzam1-6/+10
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam185-0/+523
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin2-2/+2
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-13fix version number on mi.core pom.Doug Schaefer1-1/+1
2011-09-12Bug 357073: MIDataDisassemble should support modes 2 and 3 added in GDB 7.3Daniel Thomas3-17/+48
2011-07-29Fix compile error in RegisterManager and bundle versionsAnton Leherbauer3-4/+7
2011-07-28Bug 353326 - compile error due to unused import in RegisterManagerChris Recoskie2-2/+1
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
2011-05-10Bug 345164: Revert changes to Spawner and instead explicitly close streams in...Marc Khouzam1-0/+13
2011-03-08Bug 308516 - The gdb directory argument (--cd) is always the project path. Ge...Marc-Andre Laperle1-5/+19
2011-02-15Bug 335648: Differentiate between hw breakpoint and watchpointMarc Khouzam1-1/+0
2011-02-02Bug 335648: Differentiate between hw breakpoint and watchpointMarc Khouzam1-3/+6
2010-09-08Bug 323630 - Expanding registers in the register view triggers an infinite re...Anton Leherbauer4-23/+62
2010-07-23Bug 80700: modern gdb does need argument be quoted for environment-cd, let ...Alena Laskavaia1-14/+0
2010-07-23Bug 320629 - MI command -gdb-set does not properly escape argumentAlena Laskavaia1-0/+10
2010-07-15bug 319748: Missing/unnecessary $NON-NLS$ tagsAndrew Gvozdev8-17/+17
2010-06-24Bug 314637 Register manager shouldn't log exception during debug session tear...James Blackburn1-1/+2
2010-06-20Fixed a typo.Sergey Prigogin1-1/+1
2010-06-20Added missing NON-NLS tag.Sergey Prigogin1-1/+1
2010-06-03Bug 315439 Fix up copyrightVivian Kong48-47/+57
2010-05-14Bug 312848: Remove CDI-GDB pref to enable distinct code and data spaces. Also...John Cortell1-7/+4
2010-05-13Bug 312848: Remove CDI-GDB pref to enable distinct code and data spacesJohn Cortell3-36/+1
2010-04-30Updated comment to reflect the current status given a fix earlier today.John Cortell1-20/+7
2010-04-30Remove check that became unnecessary when I moved the logic back into this cl...John Cortell1-59/+53
2010-04-28Adjustment to last commit. No need to make isAttached and isRemote mutually e...John Cortell3-13/+10
2010-04-28Bug 304096: Interrupting a Windows target does not always work, revisited. CD...John Cortell4-22/+157
2010-04-26Bug 304096: restore interrupt behavior for remote debugging case.John Cortell3-1/+37
2010-04-26Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a ...John Cortell4-65/+5
2010-04-19update copyrightVivian Kong1-1/+2
2010-04-14Revert last commit. Reason: https://bugs.eclipse.org/bugs/show_bug.cgi?id=176...John Cortell1-1/+2
2010-04-13[309023] Remove obsolete and redundant CDI debuggersJohn Cortell5-311/+2
2010-04-12[176636] CDT debugger shows the wrong source file if filenames are the sameJohn Cortell1-1/+1
2010-04-08[304010] - exploring values of base class fieldsAlena Laskavaia1-2/+3
2010-04-08[305752] Moved gdb event breakpoint constants into new common gdb plugin as w...John Cortell3-62/+16
2010-04-08- added since tagAlena Laskavaia1-0/+3
2010-04-08[221844] - support cases with multiple breakpoints (gdb does not return break...Alena Laskavaia2-0/+10
2010-03-18[303569] Realized there's no need for a catchpoint-hit object in order to sup...John Cortell4-63/+30
2010-03-16Cleanup and optimization of logic that records the console, target and log st...John Cortell1-27/+22
2010-03-13[303569] Additional fix for gdb >= 7.0John Cortell4-11/+68
2010-03-13Corrected commentJohn Cortell1-7/+6
2010-03-13Wrong @since tagMarc Khouzam1-1/+1
2010-03-12[305752] Constants for standard event breakpoint types should be outside the ...John Cortell6-68/+37
2010-02-23fixed warningJohn Cortell1-2/+2
2010-02-23[303569] Debug view does not reveal reason when thread is stopped by event br...John Cortell4-6/+86
2010-02-22Bug 302927 (again) ensure the oobList doesn't get too large, but keep it non-...James Blackburn1-6/+7
2010-02-18[302927] Reverting fix because it broke shared library event handlingMarc Khouzam1-2/+3
2010-02-17Bug 302927 - Don't cache strings in oobList if we're not expecting an out of ...James Blackburn1-11/+14

Back to the top