Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Collapse)AuthorFilesLines
2012-05-01[reverse] Reverse debug buttons should handle the new debug global toolbarPawel Piech1-2/+2
Fixed eager search/replace in plugin.xml.
2012-05-01Bug 372032 - [reverse] Reverse debug buttons should handle the new debugPawel Piech2-93/+136
global toolbar Change-Id: I509928798950ee216d1be340d94aca4a34604af6 Reviewed-on: https://git.eclipse.org/r/5535 Reviewed-by: Pawel Piech <pawel.piech@windriver.com> IP-Clean: Pawel Piech <pawel.piech@windriver.com> Tested-by: Pawel Piech <pawel.piech@windriver.com>
2012-04-30Bug 376236 - [breakpoints] Create event breakpoints using breakpoint ↵Scott Tepavich10-31/+381
properties dialog
2012-04-20Bug 317173: Cleanup warnings for DSF-GDB.Marc Khouzam2-3/+8
2012-04-11Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpoint ↵Pawel Piech3-2/+4
modifiers in ruler popup menu Switched accelerator mnemonic for Toggle Breakpoint action from "Double Click" to "Shift+Ctrl+B".
2012-04-04Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpoint ↵Pawel Piech4-14/+130
modifiers in ruler popup menu Added accelerator mnemonic for CDT actions only.
2012-04-04Bug 375996 - [breakpoints] CDT's "Breakpoint Properties" popup menuPawel Piech1-1/+1
item is shown for a Java breakpoint Renamed 'Breakpoint Properties' -> 'Breakpoint Properties...'
2012-04-03Bug 374512 - breakpointContribution does not support customPawel Piech9-90/+321
field editors Also addresses: Bug 374514 - breakpointContribution always add Widgets on top of common properties page Bug 374508 - breakpointContribution does not support restrictions
2012-04-03Bug 375996 - [breakpoints] CDT's "Breakpoint Properties" popup menuPawel Piech2-4/+13
item is shown for a Java breakpoint
2012-04-03Bug 358382 - Instruction stepping mode button becomes disabledPawel Piech2-17/+44
2012-04-02Bug 375871 - Missing disassembly editor toggle breakpoint testerPatrick Chuong2-8/+13
2012-04-02Cosmetics.Sergey Prigogin1-6/+5
2012-04-02Bug 180256 - Launch configurations should support build variablesAnton Gorenkov5-7/+22
2012-03-23Bug 374988 - [breakpoints] Update "Add Watchpoint" action and "Add Event ↵Pawel Piech18-877/+1092
Breakpoint" actions to use new dialog
2012-03-21Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech1-0/+29
creating the breakpoint Restored original AddWatchpointDialog for backward compatibility.
2012-03-21Revert "Temporarily restored compatibility with Eclipse 3.7."Sergey Prigogin79-2722/+4869
This reverts commit ef07a1ef1fd345f9f50f8414560c5d2ee6c22f80.
2012-03-21Temporarily restored compatibility with Eclipse 3.7.Sergey Prigogin79-4869/+2722
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech1-2/+2
creating the breakpoint Fix CToggleMethodBreakpointActionDelegate to use correct create breakpoint method.
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its propertiesPawel Piech16-157/+407
prior to creating the breakpoint. - Added support for double-click action modifiers in the Disassembly view. - Added an "Add Breakpoint..." action to the Disassembly view as well. - Converted the Breakpoints view's "Add Watchpoint (C/C++)" action to use a full breakpoint properties dialog when creating a watchpoint. - Added an "Add Function Breakpoint (C/C++)" action to the Breakpoints view. The action opens the full properties dialog and allows user to enter the function name.
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech2-45/+35
creating the breakpoint Added a default toggle target to add watchpoint action.
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech4-22/+79
creating the breakpoint Started refactoring toggle adapter to add watchpoint interactively
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech2-7/+7
creating the breakpoint Added accelerator hint to the toggle actions in the editor gutter popup menu.
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech6-22/+81
creating the breakpoint Added ICBreakpointContext interface.
2012-03-19Bug 373040 - [breakpoints] Breakpoint Types submenu in editor ruler popup ↵Pawel Piech1-7/+14
doesn't work.
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech2-9/+4
creating the breakpoint Allow event to be null. Fix CBreakpointPropertyPage.okPressed().
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech76-2325/+4114
creating the breakpoint.
2012-03-07Bug 370462 - Improving the debug preferences - add support for different ↵Mathias Kunter3-39/+96
charsets and unify DSF and CDI debug preferences
2012-03-06Bug 370462: Improving the debug preferences. Better handling of octal ↵Mathias Kunter2-6/+28
addresses.
2012-03-06Bug 370462: Improving the debug preferences - add support for different ↵Marc Khouzam9-34/+38
charsets and unify DSF and CDI debug preferences. Update to number format changes to avoid API breakage.
2012-03-06Bug 370462: Improving the debug preferences - add support for different ↵Marc Khouzam1-1/+2
charsets and unify DSF and CDI debug preferences. Update to DSF-GDB to avoid API change.
2012-03-06Bug 370462: Improving the debug preferences - add support for different ↵Mathias Kunter7-60/+237
charsets and unify DSF and CDI debug preferences
2012-02-08Bug 360280 - [breakpoints] Reposition breakpoints when planted on invalid lineScott Tepavich16-39/+532
2012-02-07Bug 369594: GDB 7.4 now reports solib events in MI, but no longer in CLIMarc Khouzam1-6/+10
2012-02-05Increment versions so that they are >= Indigo SR2Marc-Andre Laperle6-6/+6
2012-01-26Bug 365541 - View an array variable whose length is very long (such asMikhail Khodjaiants2-0/+2
10000) in the editor or Variable View, will cause the interface to die.
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam558-265/+2939
2012-01-05Bug 364405 - [disassembly] Multiple instruction pointersPatrick Chuong3-3/+23
2012-01-03Bug 345118 - can not change the annotation style of texts in lines ofMarc-Andre Laperle1-0/+8
breakpoints
2011-12-21Bug 366942 - [disassembly] Extension point for contributing ruler columnsAnton Leherbauer11-0/+1249
2011-12-15Bug 358135 - [Pin&Clone] Pinned view shows wrong content for multiplePatrick Chuong1-3/+8
selection
2011-12-14Bug 353351 - DisassemblyBackendDsf.retrieveFrameAddressInSessionThread()Patrick Chuong1-1/+18
shows an error message to the user if stack.getFrameData fails.
2011-11-02Bug 362274: Use "Step" reason after 'step return' operationVladimir Prus1-1/+1
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin14-16/+16
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin11-11/+11
2011-10-18Switched to Java 1.6.Sergey Prigogin14-29/+29
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin8-9/+9
2011-09-22Update version numbers for Juno.Doug Schaefer2-2/+2
2011-09-16Bug 357440 - [disassembly] Add opcode ruler column to the disassembly viewScott Tepavich2-9/+16
2011-09-16Bug 357612 - [disassembly] Missing register tool-tipsScott Tepavich4-20/+48
2011-09-13fix version number on mi.core pom.Doug Schaefer1-1/+1

Back to the top