Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Bug 378834 - Add Debug JUnit tests to HudsonMikhail Khodjaiants2-2/+24
2013-03-06Missing @since tagMarc Khouzam1-0/+1
2013-03-06Change org.junit4 requires to be org.junit 4.8.1 or greater.Jeff Johnston1-1/+1
2013-03-06Bug 402217 - [breakpoints] Make use of the new "thread-groups" MI fieldMarc Khouzam4-1/+98
2013-02-28Bug 396268 - [Visualizer] Add CPU/core load information to the multicoreMarc Dumais22-22/+1885
2013-02-21Bug 398913 - 'Connect' button remains disabled after being usedMikhail Khodjaiants3-7/+76
2013-02-15Bug 394183 - MIBreakpointChangedEvent causing NullPointerException inMarc Khouzam2-18/+32
2013-02-13Bug 400152 - Add org.eclipse.debug.core and org.eclipse.resources.core importsPawel Piech2-2/+5
2013-02-12Bug 400231 - MulticoreVisualizer: NPE inMarc Dumais1-1/+5
2013-02-08Cleanup importsMarc Khouzam2-14/+15
2013-02-08Bug 400350 - [tests] LaunchUtilsTest use JUnit3 instead of JUnit4Marc Khouzam1-4/+4
2013-02-08Bug 400328 - [visualizer] Make Multicore Visualizer packages internalMarc Khouzam2-5/+192
2013-02-06Bug 399281 - MulticoreVisualizer: disposeVisualizer() is not gettingMarc Dumais2-6/+13
2013-02-06Bug 400023 - [launch] Services tracker not disposed inMarc Khouzam1-5/+3
2013-01-31Bug 399163 - [reverse] Make use of GDB's new =record-started/stopped MIMarc Khouzam6-5/+367
2013-01-28Bug 397715 - Update JUnit tests to verify value of change memory andMarc Khouzam2-6/+71
2013-01-28Bug 399123 - [reverse] Uncall does not work with instruction steppingMarc Khouzam1-2/+2
2013-01-25Bug 397715 - [memory][expressions] Make use of GDB 7.6 newMarc Khouzam7-19/+551
2013-01-24Temporarily disable CommandTimeoutTests as they may be the ones thatMarc Khouzam1-1/+1
2013-01-23Bug 344890 - [remote] Cannot start a new process on a remote target withMikhail Khodjaiants15-51/+670
2013-01-21bug 378834: allow profiles other than "production" use ${gdbPathOption} propertyAndrew Gvozdev1-9/+4
2013-01-21Revert "Bug 344890 - [remote] Cannot start a new process on a remote target w...Mikhail Khodjaiants10-537/+17
2013-01-21Bug 344890 - [remote] Cannot start a new process on a remote target withMikhail Khodjaiants10-17/+537
2013-01-14Bug 378834 - Re-order debug tests to avoid hanging on Hudson. I don'tMarc Khouzam2-2/+2
2013-01-14Bug 378834 - Update Debug JUnit tests to run on Hudson Marc Khouzam12-69/+117
2013-01-10Bug 397906 - [tests] JUnit tests for upcoming GDB 7.6Marc Khouzam23-0/+624
2013-01-07Bug 380344 - RunToLine or MoveToLine doesn't use sourcelookup to set itsMarc Khouzam2-54/+127
2013-01-07Bug 396081 - Duplicate target breakpoints created when setting a GDBMikhail Khodjaiants2-78/+232
2013-01-04Bug 397460 - [breakpoints] Duplicate GDB breakpoints do not getMarc Khouzam1-8/+2
2012-12-23Bug 397039 - Avoid extra empty white spaces.Marc Khouzam2-2/+9
2012-12-21Bug 397039ajin2-4/+12
2012-12-21Bug 396386 - Cannot attach to process when prompted for a pidMarc Khouzam1-2/+7
2012-12-19Bug 394408: Support enhanced-expressions for local variables. ProperMarc Khouzam2-0/+56
2012-12-18Bug 394408: Support enhanced-expressions for local variables. ThisMarc Khouzam5-265/+1243
2012-12-17Bug 392512: Support GDB breakpoint notifications. JUnit tests.Mikhail Khodjaiants9-4/+1087
2012-12-14CosmeticsMarc Khouzam1-12/+12
2012-12-13Bug 365776 - [breakpoints] Add breakpoint action to toggle reverseMarc Dumais2-1/+95
2012-12-11Bug 396293 - [Visualizer] right side cpu_margin not taken into accountMarc Dumais1-1/+2
2012-12-11Bug 396200 - [Visualizer] m_recache is never reset to falseMarc Dumais1-0/+2
2012-12-11Bug 396184 - [visualizer] - m_cpuMap and m_coreMap are not cleared whenMarc Dumais1-0/+3
2012-12-10Bug 396076 - [Visualizer] Cores displayed non-optimally when there areMarc Dumais1-1/+7
2012-11-29Bug 392512 - Support GDB breakpoint notificationsMikhail Khodjaiants7-36/+1672
2012-11-27Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after aMarc Khouzam1-4/+4
2012-11-27Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after aMarc Khouzam1-5/+15
2012-11-21Bug 394797 - LargePipedInputStream can use java 6's new constructor forMarc Khouzam1-4/+5
2012-11-15Bug 360314: Improve diagnostics of invalid selections in OS Resources view.Vladimir Prus3-15/+44
2012-11-08Bug 393474: In Expression view: cannot cast to type that contain commas.Marc Khouzam1-72/+73
2012-11-08Bug 393474: In Expression view: cannot cast to type that contain commasGrzegorz Kuligowski1-2/+4
2012-10-31Bug: 376203 Launch job never completes if GDB terminates on start.Mark Bozeman1-7/+38
2012-10-30Bug 376203: Launch job never completes if getting gdb version hangs.Marc Khouzam1-2/+29

Back to the top