Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-16[305949] Allow to cleanly cancel a progress monitor during a launchMarc Khouzam1-0/+7
2010-03-13[302628] - [breakpoints][cdi] Implement linking of active debug context with ...Pawel Piech2-3/+100
2010-03-12Revert previous change to avoid breaking APIMarc Khouzam1-1/+1
2010-03-12doIntialize() should be privateMarc Khouzam1-1/+1
2010-03-12[305178] Make MonitorInterruptJob protected.Marc Khouzam1-1/+3
2010-03-12[305178] Improved interface for interrupt()Marc Khouzam4-14/+43
2010-03-12[285907] Align DSF-GDB CMainTab with CDI one, for user-friendlinessMarc Khouzam3-8/+8
2010-03-12[305554] Incorrect check in MIBreakpointsManager.modifyBreakpoint()John Cortell1-19/+26
2010-03-12[249223] Better comment to explain that ResumeWithoutSignal is not complete.Marc Khouzam1-1/+4
2010-03-11[249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal act...Marc Khouzam2-0/+145
2010-03-11[284286] Support for setting tracepoint actionsMarc Khouzam27-65/+2128
2010-03-11Fixed remaining edge case floating point math failureJohn Cortell1-1/+1
2010-03-10Someone reported failures in the expressions tests because of small variation...John Cortell1-15/+39
2010-03-10Fixed common programming goofJohn Cortell1-1/+1
2010-03-10[228703] comment #6 - Cleanup of Breakpoints Hit featurePawel Piech4-23/+44
2010-03-09Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MOD...Ken Ryall1-1/+2
2010-03-09[305178] Handling of failure cases when interrupting the target.Marc Khouzam6-43/+209
2010-03-09Bug 305071 - Support breakpoints in Disassembly at the DSF level.Ken Ryall5-251/+0
2010-03-09[242943] Cleanup of code that was moved to MIRunControlMarc Khouzam1-128/+0
2010-03-09Add -m32 flag to make the tests programs build properly on 64-bit machines.uid89411-1/+1
2010-03-09Have CAbstractMainTab share the common portions of CDI CMainTab and DSF CMain...Ken Ryall1-311/+14
2010-03-09Use the super's verifyCProject.Ken Ryall1-1/+1
2010-03-08[304588] Pointers could point to a complex structure and therefore we cannot ...Marc Khouzam1-5/+10
2010-03-05Don't wait foreverJohn Cortell1-6/+5
2010-03-05Fixed processes test. Shouldn't create a process context based on PID=UNIQUE_...John Cortell1-20/+51
2010-03-05Revert last change.Ken Ryall1-1/+1
2010-03-05Reworked awkward junit assertion flow (have seen this in various places)John Cortell1-12/+10
2010-03-05[228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service.Pawel Piech5-15/+205
2010-03-05Additional cygwin-only checkJohn Cortell1-0/+6
2010-03-05[303968] RunToLine and ResumeAtLine were overridden in GDBRunControl and GDBR...Marc Khouzam3-22/+160
2010-03-05[304146] Didn't update MacOSMIVarUpdate properly after recent changes to MIVa...Marc Khouzam1-1/+1
2010-03-04Fix tests for cygwinJohn Cortell1-32/+80
2010-03-04[304754] MIThreadCreatedEvent not being generated in a cygwin/mingw debug se...John Cortell1-2/+7
2010-03-04More cleanup for bug 303968.Ken Ryall4-162/+27
2010-03-04Fixed race condition test failure. The secondary thread, because it does noth...John Cortell1-2/+2
2010-03-04[263689] Special handling of -environment-cd for MacOSMarc Khouzam1-1/+15
2010-03-04[303968] Register with the new IRunControl2 name, to enable RunToLine, MoveTo...Marc Khouzam2-1/+7
2010-03-04[304146] Use the command factory in AbstractMIControlMarc Khouzam1-5/+5
2010-03-04Write L-value test works with gdb >= 6.8, so refactor to make it available fo...John Cortell3-1/+16
2010-03-04fixed warningsJohn Cortell2-0/+2
2010-03-04Fix runcontrol test on Windows. If the program is built with cygwin, there is...John Cortell1-3/+12
2010-03-04[304588] Return the problem number of children even if GDB counts private/pub...Marc Khouzam4-25/+254
2010-03-04fix indentation; no functional changeJohn Cortell1-13/+12
2010-03-04[304618] Most MICommands were created with their parameters treated as options.Marc Khouzam10-32/+20
2010-03-04Fix tests on Windows. orig_eax is apparently not a reported register on WindowsJohn Cortell1-9/+14
2010-03-03[280607] fixed copy-n-paste mistake in last commit. Also enhanced the documen...John Cortell1-10/+44
2010-03-03[219202] Comment #6 - Fixed type returned for a composite.Pawel Piech1-1/+1
2010-03-03[219202] - [variables][cdi] Variables view should use icons to represent typesPawel Piech4-25/+668
2010-03-03[304561] While-target-running breakpoint tests are failing because of Windows...John Cortell1-16/+82
2010-03-03[303503] Hybrid solution to rely on GDB command when possible and on our inte...Marc Khouzam1-8/+31

Back to the top