Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon3-73/+115
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-Leon2-6/+19
2014-09-22Bug 444395 - Breakpoints don't get set for second session.Marc Khouzam1-8/+11
2014-09-18Bug 442394 - Sometimes breakpoints set and immediately deleted whenMarc Khouzam1-10/+33
2014-09-11Bug 443687. Calculate the maximum partition size to decide if a tailabeerbagul1-2/+5
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-02Bug 438635 - executeWithTargetAvailable steps need public constructorsXavier Raynaud1-0/+19
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 Khouzam1-1/+7
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-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-Leon2-15/+20
2014-05-01Bug 400628 - Support Dynamic PrintfMarc Khouzam10-28/+583
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 Khouzam2-20/+35
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-03-31Bug 426834 - Failure to install breakpoint in GDB when spaces are in theMikhail Khodjaiants1-20/+3
2014-03-31Bug 357270 - Show opcodes in the disassembly viewWilliam Riley3-34/+137
2014-03-12Bug 429251: Breakpoint problem marker is not displayed in externalTeodor Madan1-0/+4
2014-03-11Bug 429124 - MIThread, MIThtreadInfo, MIThreadInfoInfo can be overriddenXavier Raynaud3-14/+33
2014-02-27Bug 428990 - Breakpoint problem marker has a too generic error messageTeodor Madan4-5/+17
2014-02-26Bug 426730: [Memory] Support 16 bit addressable sizeAlvaro Sanchez-Leon6-153/+320
2014-02-24Bug 427898: Allow changing breakpoint typeTeodor Madan1-0/+4
2014-02-13Bug 341731 - Use String.format instead of Message.formatMarc Khouzam2-4/+2
2014-02-13Bug 341731 - Show values returned from function calls when doing aMarc Khouzam4-28/+341
2014-02-05Bug 390827 - Trace View enhancementDmitry Kozlov6-27/+286
2014-01-13Bug 412547 - Selection is lost when stepping over "pthread_create" forMikhail Khodjaiants1-0/+14
2013-12-17Update name of company for previous contribution.Dmitry Kozlov1-1/+1
2013-12-11Bug 423731 - Cannot start debugging with Apple-gdb, -gdb-set languageMarc-Andre Laperle1-0/+12
2013-12-02Bug 419738 - Avoid blind casting when adding support to overrideMarc Khouzam1-3/+12
2013-11-29Bug 419738 Support overriding MIVariableManager and friendsDoug Schaefer2-18/+27
2013-11-25Bug 421541 - Support all languages for memory context's address sizePhilippe Gil5-1/+197
2013-11-07Bug 420366 - [expressions] ExpressionInfo.inMemory() does not work forMarc Khouzam1-3/+6
2013-11-04Revert "Bug 419738 Support overriding MIVariableManager and friends"Doug Schaefer2-27/+18
2013-11-04Bug 419738 Support overriding MIVariableManager and friendsDoug Schaefer2-18/+27
2013-10-29Bug 341336: fix empty names for functions in anonymous namespaces withJens Elmenthaler1-8/+27
2013-09-30Bug 418176 - Register view does not refresh register names per processAlvaro Sanchez-Leon1-4/+14

Back to the top