Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon8-109/+1294
2014-12-05Bug 434558 - Disconnect actually terminates the session if launchMikhail Khodjaiants2-6/+193
2014-12-03Bug 378154 - Display thread name reported by GDB in Debug viewSimon Marchi1-3/+5
2014-12-02Bug 453568 - RM.done() can be called twice under heavy load at terminationMarc Khouzam1-2/+3
2014-11-25MIThread: Use "enhanced" for loopSimon Marchi1-9/+8
2014-11-15Bug 378154 - Have MIThread provide thread nameSimon Marchi1-3/+24
2014-11-14Bug 451396 - Improve extensibility to process MI -thread-infoAlvaro Sanchez-Leon3-24/+45
2014-10-09Bug 445360 - Restore calling of old methods in case they are overriddenMarc Khouzam1-13/+28
2014-10-01Bug 445360 - Can't debug when GDB path contains spaces.Iulia Vasii2-18/+52
2014-09-25Bug 444636- Make CBreakpointGdbThreadsFilterExtension thread-safeMarc-Andre Laperle1-16/+17
2014-09-22Bug 444395 - Breakpoints don't get set for second session.Marc Khouzam1-8/+11
2014-09-22Bug 444207 - Activate multicore visualizer on non-linux hosts for remoteTeodor Madan1-5/+33
2014-09-18Bug 442394 - Sometimes breakpoints set and immediately deleted whenMarc Khouzam5-19/+38
2014-09-11Bug 443687. Calculate the maximum partition size to decide if a tailabeerbagul1-2/+5
2014-07-30TypoMarc Khouzam1-1/+1
2014-07-29Bug 440587 - Extra output in gdb console when using '-interpreter-execMarc Khouzam1-2/+2
2014-07-28Create constant for number of concurrent commands sent to GDBMarc Khouzam1-1/+2
2014-07-25CosmeticsMarc Khouzam1-1/+1
2014-07-25Pass optional arguments, in case base class ever needs them.Marc Khouzam1-1/+1
2014-07-25Bug 440387 - Allow to easily extend ServicesLaunchSequence Marc Khouzam1-2/+15
2014-07-25Cleanup ServicesLaunchSequenceMarc Khouzam1-8/+4
2014-07-24CosmeticsMarc Khouzam1-31/+17
2014-07-02Bug 438635 - executeWithTargetAvailable steps need public constructorsXavier Raynaud2-0/+38
2014-07-02Bug 434889 - GDBHardwareAndOS#isAvailable() always returns falseMarc Dumais2-6/+3
2014-06-30Bug 429621 - [non-stop] CDT doesn't wait for "stopped" notification fromMarc Khouzam2-28/+129
2014-06-02Bug 436349 - Local variables incorrectly show as "returned" in variablesMarc Khouzam2-2/+6
2014-05-29Bug 435142 - Duplicate *running events cause UI slownessMarc Khouzam2-2/+14
2014-05-28Update contributors list to match Bug 435606Teodor Madan1-0/+1
2014-05-26Bug 435606: Using BigInteger instead of Integer makes it possible toMartin Schreiber1-1/+2
2014-05-21Bug 435401 - Mixed-mode disassembly does not display the same source asTeodor Madan1-1/+15
2014-05-21Bug 434645 - Terminate GDB launch using registered terminate handlerTeodor Madan1-18/+42
2014-05-14Bug 434645 - Deadlock in DsfExecutor on project close while in debugTeodor Madan1-0/+30
2014-05-07Bug 432963 - [Memory] Cache associated to memory spaces context are notAlvaro Sanchez-Leon1-27/+25
2014-05-05Bug 433761 - Breakpoint Actions Dialog should not allow creating unnamed actionsTeodor Madan1-9/+11
2014-05-02Bug 431627 - [mem] Need additional API to extend support for memoryAlvaro Sanchez-Leon5-215/+178
2014-05-01Bug 400628 - Support Dynamic PrintfMarc Khouzam17-30/+1143
2014-04-29Bug 432888 - Properly update relative expression for existing childMarc Khouzam1-2/+12
2014-04-29Bug 393930 - Unable to examine a sub-expression using "watch" Marc Khouzam1-1/+7
2014-04-25Bug 433329 - Thread-specific bp created from gdb console loose theirMarc Khouzam1-2/+19
2014-04-25Bug 432988 - Breakpoint Log action cannot evaluate expression atTeodor Madan1-4/+2
2014-04-22Bug 433044 - Deleting a bp from gdb console causes it to be re-installed Marc Khouzam1-0/+18
2014-04-17Bug 389945 - Only set breakpoints once for GDB >= 7.4Marc Khouzam9-43/+152
2014-04-17Bug 432597 - GDB Memory services should report address size in octetsTeodor Madan2-3/+16
2014-04-16Bug 431986 - Thread filtering logic should not require coupling betweenMarc Khouzam1-122/+186
2014-04-16Bug 432888 - Missing rm.done() for a fetched child of an expressionMarc Khouzam1-0/+11
2014-04-14Bug 432734 - Infinite loop retrieving disassembly when debuggingTeodor Madan1-0/+10
2014-04-11Bug 432254 - Add memory monitor does not check for address out of rangeTeodor Madan3-1/+24
2014-04-09Removed unused codeMarc Khouzam2-7/+0
2014-04-03Remove unused suppressWarningMarc Khouzam1-1/+0
2014-03-31Bug 426834 - Failure to install breakpoint in GDB when spaces are in theMikhail Khodjaiants1-20/+3

Back to the top