Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Bug 374454: Better parsing of /proc/cpuMarc Khouzam1-21/+24
2012-03-20Bug 374823: NPE when trying to list remote processes with GDB 7.4Marc Khouzam1-0/+6
2012-03-20Bug 360314: Rename IGDBHardware to IGDBHardwareAndOS to prepare to use it for...Marc Khouzam8-23/+23
2012-03-16Bug 374024: In case /proc/cpuinfo cannot be fetched, rely on -list-thread-gro...Marc Khouzam3-23/+105
2012-03-16Bug 374024: Use GDB to fetch the /proc/cpuinfo file from the remote target.Marc Khouzam7-122/+321
2012-03-16Merge branch 'master' of ssh://mkhodjai@git.eclipse.org/gitroot/cdt/org.eclip...Mikhail Khodjaiants2-29/+118
2012-03-16Bug 373845 - Terminate should cancel the initialization sequence if itMikhail Khodjaiants1-13/+27
2012-03-15Bug 374374: Cancelling the launch before the finalLaunchSequence is started i...Marc Khouzam1-28/+71
2012-03-14Bug 374293: GDBHardware service should wait until the debug session is fully ...Marc Khouzam1-1/+47
2012-03-07Bug 373376: Save reference to debug view listener as intended.William R. Swanson1-11/+11
2012-03-07Bug 373376: remove Debug View listener in visualizer's dispose methodWilliam R. Swanson1-1/+23
2012-03-06Bug 369622 - Move to line fails using MinGW GDBRaphael Zulliger2-3/+11
2012-03-06Bug 373376: Multicore Visualizer should detect Debug View model changesWilliam R. Swanson1-0/+41
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Marc Khouzam1-2/+2
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Marc Khouzam11-89/+149
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Mathias Kunter10-4/+254
2012-03-06Bug 307311: Add back method to MIConst to avoid breaking API, use a map for t...Marc Khouzam4-76/+89
2012-03-06Bug 307311: Incorrect string display when using non-ASCII charactersMathias Kunter7-110/+923
2012-03-05Bug 350837: Need an interface to access the GDB error stream.Marc Khouzam4-11/+72
2012-03-02Bug 371198: Fixes for intermittent test failures.Marc Khouzam2-7/+19
2012-03-02Bug 371198 - Fix a couple of stopAtMain test cases.Marc Khouzam1-2/+6
2012-03-01Bug 372795 - Refactor common code in GDBControl* classesMikhail Khodjaiants2-31/+66
2012-02-29Bug 372795 - Refactor common code in GDBControl* classesMikhail Khodjaiants7-426/+213
2012-02-29Bug 371198: Restart is not supported in a remote debug session.Marc Khouzam3-6/+35
2012-02-17Bug 362039: New postmortem JUnit testsMarc Khouzam1-15/+280
2012-02-17Bug 362039: Default directory for "post mortem" debug, as well as handling th...Marc Khouzam6-49/+159
2012-02-11Rename "CDT Multicore Visualizer" feature to "C/C++ MulticoreMarc Khouzam1-1/+1
2012-02-11Fix gnu.multicorevisualizer's artifactIdMarc-Andre Laperle1-1/+1
2012-02-10Bug 335027: Visualizer View feature. Initial contribution.William R. Swanson47-5/+6149
2012-02-09Bug 346789: fix startup sequence for remote JUnits testsMarc Khouzam1-22/+42
2012-02-06Bug 210366: Use the process factory so also create the gdb process.Marc Khouzam5-7/+33
2012-02-06Bug 210366: Use a process factory so as to allow others to override.Anton Gorenkov7-9/+118
2012-02-05Increment versions so that they are >= Indigo SR2Marc-Andre Laperle4-4/+4
2012-02-02Bug 370375: [attach] List of processes returned by GDB 7.4 is not parsed prop...Marc Khouzam2-3/+34
2012-02-02Bug 370376: [remote] Remote non-attach should not have a console for the infe...Marc Khouzam2-0/+16
2012-01-27Bug 368597: Although we don't complete the launch, we still need to shutdown ...Marc Khouzam1-8/+15
2012-01-27Fix of indentation.Marc Khouzam1-14/+14
2012-01-27Bug 368597: [remote debug] if gdbserver fails to launch on target, launch doe...Marc Khouzam1-0/+3
2012-01-27Bug 369814: [junit] Tracepoint unit tests fail with GDB 7.4Marc Khouzam2-13/+152
2012-01-27Need to wait for a IBreakpointHit event instead of an ISuspended event. This...Marc Khouzam1-2/+6
2012-01-26Bug 365541: Extra JUnit tests for partitions. Also, don't look for all the c...Marc Khouzam2-5/+156
2012-01-26Bug 365541: Cleanup IndexedPartitionDMC.toString()Marc Khouzam1-1/+1
2012-01-26Bug 365541 - View an array variable whose length is very long (such asMikhail Khodjaiants4-93/+506
2012-01-25Bug 369583: [junit] Sessionless tests fail with NPEMarc Khouzam2-9/+28
2012-01-24Bug 369569: With GDB 7.4, breakpoints on invalid lines succeed as pending bre...Marc Khouzam1-0/+39
2012-01-24Bug 369569: Need JUnit tests for GDB 7.4Marc Khouzam20-3/+492
2012-01-24Bug 369377: Output for command -data-read-memory should include value of 'nr-...Harish Dewan1-2/+3
2012-01-20Bug 369168: threadOSId is not extracted for non-pthread programsMarc Khouzam2-0/+9
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam20-112/+254
2012-01-06Bug 367788: Use the new 'set python print-stack' command.Marc Khouzam3-10/+52

Back to the top