1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-12 03:25:22 +02:00
cdt/dsf-gdb
Marc Dumais 143f85b06e Bug 510924 - Alt+Enter on breakpoint shows incomplete properties dialog
When using the "Alt-Enter" shortcut with a breakpoint selected, the
properties dialog that is created is missing some fields. This seems to
be caused by the fact that the dialog, when summoned in this way, is
created using a wrong context: an ICLineBreakpoint instead of the
expected CBreakpointContext. That context is then used to fetch
properties from the store, which fails.

This is a naive fix that attempts to work around this by creating a
proper context from the breakpoint.

Change-Id: I2b7c86965d09898dd1cd7eeb3c3f704bb2995e20
(cherry picked from commit 86189eeb86)
2017-02-07 14:01:54 -04:00
..
org.eclipse.cdt.dsf.gdb Bug 507950 - Answer query on MI channel to avoid GDB waiting forever 2017-01-25 15:50:22 -05:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.dsf.gdb.tests Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.dsf.gdb.ui Bug 510924 - Alt+Enter on breakpoint shows incomplete properties dialog 2017-02-07 14:01:54 -04:00
org.eclipse.cdt.examples.dsf.gdb Add id to GdbFullCliConsole and GdbBasicCliConsole menu 2016-11-21 13:29:13 -05:00
org.eclipse.cdt.gnu.dsf-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gnu.dsf.source-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.tests.dsf.gdb Bug 494246: prepare command line arguments properly for Windows GDB 2016-11-15 16:59:57 -04:00