Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-03Bug 315439 Fix up copyrightVivian Kong10-10/+10
2010-05-13Bug 312848: Remove CDI-GDB pref to enable distinct code and data spacesJohn Cortell2-14/+0
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 Cortell2-3/+3
2010-04-28Bug 304096: Interrupting a Windows target does not always work, revisited. CD...John Cortell2-18/+130
2010-04-26Bug 304096: restore interrupt behavior for remote debugging case.John Cortell2-1/+14
2010-04-26Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a ...John Cortell2-42/+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 Cortell3-289/+0
2010-04-12[176636] CDT debugger shows the wrong source file if filenames are the sameJohn Cortell1-1/+1
2010-03-13Wrong @since tagMarc Khouzam1-1/+1
2010-03-12[305752] Constants for standard event breakpoint types should be outside the ...John Cortell1-1/+1
2009-10-14[292300] MIProcessAdapter doesn't destroy process even if launch timed outJohn Cortell1-1/+1
2009-09-30Added @since tag on new fieldJohn Cortell1-0/+1
2009-09-30[290896] Trace checks should be lightweightJohn Cortell1-3/+9
2009-09-11[289123 ] - fixed problem introduced by fix of 287927 - delay in gdb startAlena Laskavaia1-5/+26
2009-09-11[ 289002] - hook for process creation for gdbAlena Laskavaia1-2/+18
2009-09-01[287927] - fixed lost console output during gdb initialisationAlena Laskavaia1-34/+4
2009-03-13bug 254200 - use ICU4JVivian Kong4-6/+6
2008-08-18PR: 109999 - use variable substitution for gdb commandAlena Laskavaia1-2/+11
2008-04-24- added log methods for pluginsAlena Laskavaia1-0/+32
2008-03-28*org.eclipse.cdt.debug.mi.core/{AbstractGDBCDIDebugger,IMILaunchConfiguration...Alain Magloire2-2/+26
2008-01-28Bug 215416 - Patch for Alena - remove the hardcoding of some of the MI timeouts.Doug Schaefer1-18/+21
2008-01-15Patch by Alena Laskavaia for 186172: NullPointerException in debugger consoleAnton Leherbauer1-4/+7
2007-12-12211923. Make the memory space support in gdb/mi optional, via a global pref.John Cortell2-0/+15
2007-07-25Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been load...Mikhail Khodjaiants1-7/+1
2007-06-14Fix up copyrights.Doug Schaefer3-3/+3
2007-05-17Fix up interrupt signalling for cygwin and mingw gdb. As a side affect, mingw...Doug Schaefer3-48/+60
2007-05-04Better MI support on Mac OS: MI version of shared lib info, also allow Comman...Ken Ryall1-1/+2
2007-04-30Bug 179755 - Introduced mechanism to allow debuggers to specify a regex patte...Doug Schaefer1-0/+21
2006-11-29Fix 80092.Ken Ryall1-0/+3
2006-08-23Fix #146725 - Erreneous error message during GDB startupNorbert Plött2-8/+9
2006-07-28Adding guards against null message in Exception - bug #151663Norbert Plött1-2/+4
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer2-2/+2
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer17-17/+17
2006-06-14update copyrightsChris Recoskie3-3/+3
2006-05-25Bug 137970: No default debugger in C++ managed project.Mikhail Khodjaiants1-0/+7
2006-04-21Don't create pty when using gdbserver.Mikhail Khodjaiants2-1/+12
2006-04-21Close the pty if the session creation failed.Mikhail Khodjaiants1-11/+37
2006-04-18Duplicate message key.Mikhail Khodjaiants2-2/+2
2006-04-16Bug 113107: Make trace logs more readily available.Mikhail Khodjaiants2-1/+24
2006-04-13Bug 113107: Make trace logs more readily available. Core support for the "Ver...Mikhail Khodjaiants2-2/+36
2006-04-12Write log messages to the system out instead of err.Mikhail Khodjaiants1-3/+3
2006-04-12Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants3-4/+6
2006-04-10Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants3-0/+47
2006-04-03Bug 134617: The "stop on shared library event" option doesn't work.Mikhail Khodjaiants1-0/+1
2006-03-31Corrected position of the "try-catch-finally" clause in createSession.Mikhail Khodjaiants1-27/+28
2006-03-31Throw OperationCanceledException instead of IOException when getGDBprocess is...Mikhail Khodjaiants1-2/+2
2006-03-27Added the "getSessionConfiguration" method to allow clients to provide their ...Mikhail Khodjaiants1-1/+12

Back to the top