1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/dsf
Jonah Graham ac2363cb92 Bug 535836: Log instead of pop-up errors in disassembly view
All sorts of views, variables, memory, etc can do a DSF operation
that causes an error. But for some reason only the disassembly
view generally displays this error to the user in a pop-up.

This change converts the pop-up (which says things like "Target not
available" or "Failed to execute MI command:
-var-create - * symbol_that_user_typed_that_doesnt_exist
Error message from debugger back end:
-var-create: unable to create variable object") to just log the
error instead.

Errors are dealt with in the UI already (example, bad location in
text box in toolbar gets an exclamation next to it). However, I don't
know if there are some errors that really do need to be displayed
to the user with a pop-up.

Change-Id: I27b398c34e558db98d34cef773a2689fa9222149
2018-06-13 16:15:09 +01:00
..
org.eclipse.cdt.dsf Bug 520245: Avoid writing launch files with no changes 2017-07-28 12:00:49 +01:00
org.eclipse.cdt.dsf.ui Bug 535836: Log instead of pop-up errors in disassembly view 2018-06-13 16:15:09 +01:00
org.eclipse.cdt.examples.dsf releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.examples.dsf-feature [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00
org.eclipse.cdt.examples.dsf.pda releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.examples.dsf.pda.ui releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.tests.dsf Remove old .cvsignore files 2016-06-30 09:58:00 -04:00
pom.xml [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00