Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham5-7/+7
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham3-12/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham2-6/+6
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham16-44/+44
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham6-5/+12
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham126-4957/+5236
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham136-408/+816
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham3-420/+420
2018-06-13Bug 535836: Log instead of pop-up errors in disassembly viewJonah Graham1-1/+6
2018-05-15Bug 514838 - Return sessionId when context is IExecutionDMContextWilliam Riley1-1/+1
2018-02-08Remove unnecessare NON-NLS.Alexander Kurtakov1-2/+2
2018-02-06Bug 530635: Add ability to do "set remotetimeout" via UIJonah Graham1-2/+2
2017-05-09Bug 515296: Changed the message when only AddressYannick Mayeur1-31/+45
2017-05-05Reformat the file, tabs and spaces were mixedYannick Mayeur1-97/+79
2017-04-05Bug 510879: Remove requirement for suspended context in Disassembly ViewStephen Flynn2-9/+34
2017-03-23Generify ListenerList.Alexander Kurtakov3-32/+10
2016-04-27Bug 491417: fix occasional "..." updates in disassemblyJonah Graham1-1/+2
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-2/+2
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt3-8/+8
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-3/+3
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt2-4/+4
2016-03-30Bug 489278 - [disassembly] hover does not work for registersMarc Dumais1-1/+62
2016-03-11Bug 302305 - Added a timeout to queries which are run more frequently.Mario Pierro4-6/+45
2016-02-17Bug 487920 Check if widget is disposed before enable itMartin Schreiber1-1/+1
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-06Bug 484894: Update generification of DisassemblyDocumentJonah Graham1-52/+45
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam52-53/+53
2015-12-15[disassembly] Do not reuse label position for creating bp annotationAnton Leherbauer1-2/+2
2015-12-14Cleanups.Alexander Kurtakov1-4/+0
2015-12-13Fix compilation with Neon M4.Alexander Kurtakov3-38/+40
2015-09-17Bug 477610 - Remove any reference to platform .gif filesMarc Khouzam1-10/+10
2015-08-12Bug 474612 - Number format detail Shall report Error details of selectedAlvaro Sanchez-Leon3-3/+20
2015-07-14Fix Disassembly creating 64-bit address breakpoint for 32-bit targetAnton Leherbauer1-2/+6
2015-07-14Fix capitalization of Run to Line, Move to Line, etc.Anton Leherbauer1-3/+3
2015-07-01Bug 456958 Disassembly view sometimes doesn't update after steppingTeodor Madan1-2/+26
2015-04-19Move to new getAdapter() signature using genericsMarc Khouzam8-63/+57
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam5-5/+0
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam14-27/+27
2015-03-23CosmeticsMarc Khouzam1-7/+10
2015-03-23Adding friend accessMarc Khouzam3-18/+15
2015-03-23CosmeticsMarc Khouzam2-4/+4
2015-03-23CosmeticsMarc Khouzam2-11/+11
2015-03-04replace size()|length() > 0 with !isEmpty()Matthew Khouzam6-17/+17
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon7-2/+1223
2014-11-05Bug 449913 - "Source Not Found" Editor should present short paths inTeodor Madan1-2/+12
2014-07-29Disassembly: Improve reliability of client-side address navigationAnton Leherbauer1-5/+17
2014-07-02Bug 438367 - Expressions shown in advanced hover are re-evaluated onMarc Khouzam1-3/+14
2014-04-23Missing error messagesMarc Khouzam3-5/+8
2014-04-16Fixed integer overflow in binary search methods.Sergey Prigogin1-54/+38
2014-04-14Bug 432734 - Infinite loop retrieving disassembly when debuggingTeodor Madan1-1/+1

Back to the top