1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

3444 commits

Author SHA1 Message Date
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Mikhail Khodjaiants
9fe63ea09d Bug 379043 - Safer to explicitly set 'target-async off' (CDI) 2012-05-09 15:17:19 -04:00
Marc Khouzam
7d4ea8bd44 Bug 372032: Make Reverse Resume visible in run menu
Change-Id: I10713bbfa2ff0dd4a66e555e496c0163d718a64d
Reviewed-on: https://git.eclipse.org/r/5885
Reviewed-by: Pawel Piech <pawel.piech@windriver.com>
Tested-by: Pawel Piech <pawel.piech@windriver.com>
IP-Clean: Pawel Piech <pawel.piech@windriver.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-08 14:38:52 -04:00
Mikhail Khodjaiants
9b66c60825 Bug 378417 - Values of "int32_t" variable and register types are shown
as 64bit.
2012-05-03 17:20:35 -04:00
Pawel Piech
a601dc93f9 [reverse] Reverse debug buttons should handle the new debug global toolbar
Fixed eager search/replace in plugin.xml.
2012-05-01 09:47:33 -07:00
Pawel Piech
f0a95edace Bug 372032 - [reverse] Reverse debug buttons should handle the new debug
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-05-01 09:54:11 -04:00
Scott Tepavich
99b0e4643d Bug 376236 - [breakpoints] Create event breakpoints using breakpoint properties dialog 2012-04-30 11:38:33 -07:00
Marc Khouzam
6abf9e1a42 Bug 317173: Cleanup warnings for DSF-GDB. 2012-04-20 15:38:21 -04:00
Pawel Piech
1a0bdf2d5d Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpoint modifiers in ruler popup menu
Switched accelerator mnemonic for Toggle Breakpoint action from
"Double Click" to "Shift+Ctrl+B".
2012-04-11 14:37:20 -07:00
Pawel Piech
309010c452 Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpoint modifiers in ruler popup menu
Added accelerator mnemonic for CDT actions only.
2012-04-04 15:04:06 -07:00
Pawel Piech
8679f1acd1 Bug 375996 - [breakpoints] CDT's "Breakpoint Properties" popup menu
item is shown for a Java breakpoint

 Renamed 'Breakpoint Properties' -> 'Breakpoint Properties...'
2012-04-04 08:12:39 -07:00
Pawel Piech
6d107cd42e Bug 374512 - breakpointContribution does not support custom
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-03 14:17:57 -07:00
Pawel Piech
dce877458e Bug 375996 - [breakpoints] CDT's "Breakpoint Properties" popup menu
item is shown for a Java breakpoint
2012-04-03 14:14:03 -07:00
Pawel Piech
b32dd2799c Bug 358382 - Instruction stepping mode button becomes disabled 2012-04-03 11:50:34 -07:00
Patrick Chuong
01bc5a5c1f Bug 375871 - Missing disassembly editor toggle breakpoint tester 2012-04-02 16:31:30 -04:00
Sergey Prigogin
850063c25d Cosmetics. 2012-04-02 10:50:08 -07:00
Anton Gorenkov
4a793c0801 Bug 180256 - Launch configurations should support build variables 2012-04-02 10:47:17 -07:00
Pawel Piech
7c29ca49ce Bug 374988 - [breakpoints] Update "Add Watchpoint" action and "Add Event Breakpoint" actions to use new dialog 2012-03-23 11:40:18 -07:00
Pawel Piech
2789b67a23 Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
Restored original AddWatchpointDialog for backward compatibility.
2012-03-21 13:44:17 -07:00
Sergey Prigogin
7ce6b19d32 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit ef07a1ef1f.
2012-03-20 18:27:25 -07:00
Sergey Prigogin
ef07a1ef1f Temporarily restored compatibility with Eclipse 3.7. 2012-03-20 18:23:29 -07:00
Pawel Piech
54b5e33af4 Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
Fix CToggleMethodBreakpointActionDelegate to use correct create breakpoint method.
2012-03-19 11:09:31 -07:00
Pawel Piech
dd069579ac Bug 360588 - [breakpoints] Allow user to edit all its properties
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-18 20:54:10 -07:00
Pawel Piech
bfdf65cacd Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
Added a default toggle target to add watchpoint action.
2012-03-18 20:53:39 -07:00
Pawel Piech
d76485935e Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
Started refactoring toggle adapter to add watchpoint interactively
2012-03-18 20:52:35 -07:00
Pawel Piech
8b6befdf03 Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
Added accelerator hint to the toggle actions in the editor gutter popup menu.
2012-03-18 20:51:22 -07:00
Pawel Piech
b9f5e87587 Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
Added ICBreakpointContext interface.
2012-03-18 20:50:44 -07:00
Pawel Piech
5fc0587f6d Bug 373040 - [breakpoints] Breakpoint Types submenu in editor ruler popup doesn't work. 2012-03-18 20:49:58 -07:00
Pawel Piech
7872ff527c Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
Allow event to be null.
Fix CBreakpointPropertyPage.okPressed().
2012-03-18 20:49:14 -07:00
Pawel Piech
7c1e0556b6 Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint. 2012-03-18 20:48:56 -07:00
Mathias Kunter
baeccceba6 Bug 370462 - Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-07 09:33:31 -05:00
Mathias Kunter
cd1de04157 Bug 370462: Improving the debug preferences. Better handling of octal addresses. 2012-03-06 09:23:36 -05:00
Marc Khouzam
49c5be791f Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to number format changes to avoid API breakage. 2012-03-06 09:23:34 -05:00
Marc Khouzam
23a8adbdb7 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to DSF-GDB to avoid API change. 2012-03-06 09:23:30 -05:00
Mathias Kunter
c61ae8a137 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-06 09:23:28 -05:00
Scott Tepavich
b9255e88a5 Bug 360280 - [breakpoints] Reposition breakpoints when planted on invalid line 2012-02-08 11:16:58 -08:00
Marc Khouzam
8a73a23e9d Bug 369594: GDB 7.4 now reports solib events in MI, but no longer in CLI 2012-02-07 09:20:10 -05:00
Marc-Andre Laperle
a4538dbc3a Increment versions so that they are >= Indigo SR2 2012-02-05 15:35:26 -05:00
Mikhail Khodjaiants
15ab0165f1 Bug 365541 - View an array variable whose length is very long (such as
10000) in the editor or Variable View, will cause the interface to die.
2012-01-26 11:59:27 -05:00
Marc Khouzam
2bafef2e42 Code cleanup, mostly about missing @Override 2012-01-17 09:42:18 -05:00
Patrick Chuong
11995a20be Bug 364405 - [disassembly] Multiple instruction pointers 2012-01-05 11:23:02 -05:00
Marc-Andre Laperle
5e1ffb9940 Bug 345118 - can not change the annotation style of texts in lines of
breakpoints
2012-01-03 12:52:56 -05:00
Anton Leherbauer
c7803d38e9 Bug 366942 - [disassembly] Extension point for contributing ruler columns 2011-12-21 14:11:35 +01:00
Patrick Chuong
349cdb089d Bug 358135 - [Pin&Clone] Pinned view shows wrong content for multiple
selection
2011-12-15 15:05:02 -05:00
Patrick Chuong
cffc23093a Bug 353351 - DisassemblyBackendDsf.retrieveFrameAddressInSessionThread()
shows an error message to the user if stack.getFrameData fails.
2011-12-14 16:05:27 -05:00
Vladimir Prus
09874c7c09 Bug 362274: Use "Step" reason after 'step return' operation 2011-11-02 10:36:49 -04:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1 Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60 Changed the execution environment to JavaSE-1.6 2011-10-17 16:44:49 -07:00