Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam558-265/+2939
2012-01-05Bug 364405 - [disassembly] Multiple instruction pointersPatrick Chuong3-3/+23
2012-01-03Bug 345118 - can not change the annotation style of texts in lines ofMarc-Andre Laperle1-0/+8
2011-12-21Bug 366942 - [disassembly] Extension point for contributing ruler columnsAnton Leherbauer11-0/+1249
2011-12-15Bug 358135 - [Pin&Clone] Pinned view shows wrong content for multiplePatrick Chuong1-3/+8
2011-12-14Bug 353351 - DisassemblyBackendDsf.retrieveFrameAddressInSessionThread()Patrick Chuong1-1/+18
2011-11-02Bug 362274: Use "Step" reason after 'step return' operationVladimir Prus1-1/+1
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin14-16/+16
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin11-11/+11
2011-10-18Switched to Java 1.6.Sergey Prigogin14-29/+29
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin8-9/+9
2011-09-22Update version numbers for Juno.Doug Schaefer2-2/+2
2011-09-16Bug 357440 - [disassembly] Add opcode ruler column to the disassembly viewScott Tepavich2-9/+16
2011-09-16Bug 357612 - [disassembly] Missing register tool-tipsScott Tepavich4-20/+48
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-09-03Fix poms for tycho 0.13.Doug Schaefer4-4/+8
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-07-17Bug 345151 - Executable View should create virtual folders whentmadan1-1/+2
2011-07-12Remove obsolete internal constant, preventing potential illegal thread access...Anton Leherbauer2-16/+6
2011-06-29More tests for the Maven build.Doug Schaefer1-0/+35
2011-06-28Mavenizing CDT releng.Doug Schaefer24-0/+1502
2011-06-25Bug 335402 - Breakpoint Sound Action fails to change wav fileMarc-Andre Laperle2-14/+23
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong4-4/+4
2011-05-27Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode...Sergey Prigogin1-2/+1
2011-05-26Cosmetics.Sergey Prigogin1-1/+1
2011-05-26Cosmetics.Sergey Prigogin1-1/+1
2011-05-26Cosmetics.Sergey Prigogin1-2/+2
2011-05-26Generics.Sergey Prigogin1-30/+22
2011-05-26Comment adjustment.Sergey Prigogin1-2/+1
2011-05-26Cosmetics.Sergey Prigogin1-7/+6
2011-05-25Cosmetics.Sergey Prigogin1-10/+9
2011-05-20Bug 346568 - Update licenses for IndigoVivian Kong8-8/+16
2011-05-16Bug 331232 - There are memory leaks with each GDB debug session (partial fix)v201105160958Anton Leherbauer1-1/+3
2011-05-16Bug 340526 - Create watch expression: line endings should be removedAnton Leherbauer1-2/+3
2011-05-16Hover should return nothing in case of an interrupt.Anton Leherbauer1-1/+1
2011-05-12Bug 342141 - Executables view content goes stale in various scenarios [Discov...John Cortell1-40/+35
2011-05-12Forgot copyright boilerplateJohn Cortell1-4/+17
2011-05-10Bug 345164: Revert changes to Spawner and instead explicitly close streams in...Marc Khouzam1-0/+13
2011-05-10Bug 345134 - Cannot Cast multiple variable at once. Perform cast on all eleme...Teodor Madan3-60/+96
2011-05-02Bug 344408: Cannot show mixed-mode disassembly when doing project-less debugMarc Khouzam1-2/+2
2011-04-15Bug 342141 - Executables view content goes stale in various scenarios [correc...John Cortell1-1/+3
2011-04-14Bug 341168 - EDC Dwarf Reader shouldn't do source mappingJohn Cortell2-20/+46
2011-04-14Bug 342141 - Executables view content goes stale in various scenariosJohn Cortell14-522/+1071
2011-04-13Pattern for using DebugTrace within plug-ins.John Cortell1-54/+62
2011-04-13Pattern for using DebugTrace within plug-ins.John Cortell3-0/+116
2011-04-12Bug 342096 - Executables view shows binaries for all build configurations ins...John Cortell2-5/+44
2011-04-08Bug 341607 - Fixed potential NPE when director is nullTeodor Madan1-12/+13
2011-04-06[Pin&Clone] Pinned view not update when stepping/runningPatrick Chuong2-15/+10

Back to the top