Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-04 Bug 301706: Mac OS: Debugger can not handle file paths with spaces.Mikhail Khodjaiants1-3/+6
2010-02-03 Bug 265483 - GDB can't halt debugging processKen Ryall1-0/+5
2010-02-03 Bug 294537 - Registers view very slow to open the first timeKen Ryall2-1/+26
2010-02-03 Bug 294538 - Debug launch takes 20 extra sec (CLI problem)Ken Ryall4-1/+220
2010-02-03Bug 270369 Display stderr from the debugger in the console logJames Blackburn2-1/+82
2010-01-07 Bug 250037 - Debug value view fails to update 'Value' column. Patch for CDI.Mikhail Khodjaiants3-0/+189
2010-01-07Increment version number to 7.0Ken Ryall1-1/+1
2009-11-24Bug 296006 nullify cached underlying Expression Variable if it's unable to pr...James Blackburn1-4/+12
2009-11-24Bug 295988 Inability to create asynchronously created variable during update ...James Blackburn2-2/+8
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 Cortell3-5/+11
2009-09-30Increment bundle versionAnton Leherbauer1-1/+1
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-03[286785] - undoing early escaping in RxThread and adding to MIParserAlena Laskavaia2-2/+6
2009-09-01[287927] - fixed lost console output during gdb initialisationAlena Laskavaia1-34/+4
2009-08-13[244025] - fixed details for variable in base class for c++, based on patch f...Alena Laskavaia1-0/+10
2009-08-10Bug 285481 - duplicate properties file entriesVivian Kong1-1/+0
2009-06-02Bug 214463 - disabled watchpoints aren't disabled during launchJames Blackburn1-0/+15
2009-05-26update copyrightsVivian Kong1-8/+8
2009-05-26bug 254307 - brandingVivian Kong1-2/+3
2009-05-19[255946] - fixing escaping for MI output, patch applied kind ofAlena Laskavaia1-9/+18
2009-04-22RESOLVED - bug 272986: changes to ICommandLauncherChris Recoskie2-8/+21
2009-04-09bug 268581 individual source bundlesVivian Kong1-1/+2
2009-04-08Bug 271599: Non-externalized strings are ignored in the debug plugins' config...Mikhail Khodjaiants1-2/+6
2009-03-17[207549] - fixed NumberFormat exception tooAlena Laskavaia1-2/+8
2009-03-17[268830] - fixing the case when value string is empty or nullAlena Laskavaia1-4/+3
2009-03-16RESOLVED - bug 268615: add a way to specify a command launcher for the manage...Chris Recoskie2-4/+6
2009-03-13bug 254200 - use ICU4JVivian Kong5-6/+7
2009-02-25Bug 265796Ken Ryall7-2/+45
2009-02-25Fix API tooling problems and first pass and cleanup of the Executables view s...Ken Ryall1-1/+1
2009-02-23[265866] - fixed parsing gdb reply from line infoAlena Laskavaia1-4/+4
2009-02-05- fixed minor issue with src_asm if request is emptyAlena Laskavaia1-2/+5
2009-01-06Fixed bugzilla 219798. Reference variables show an address rather than a value.John Cortell3-22/+47
2009-01-05[259765] - applied patch for better support of adding breakpointsAlena Laskavaia1-5/+4
2008-11-21PR: 255946 -Console output incorrect. Escape charecters should not interpret.Alena Laskavaia1-1/+1

Back to the top