Bug 316048 - [expressions] Evaluating an expression in an unsupported format should return an error status.
Summary: [expressions] Evaluating an expression in an unsupported format should return...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 7.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 15:01 EDT by Pawel Piech CLA
Modified: 2020-09-04 15:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2010-06-07 15:01:34 EDT
This is an off shoot of bug 311564.  MIExpressions service returns a value string of "<error reading variable>" when a client requests a value of an invalid expression or a value in a format not supported by a given expression.  This can lead to the client throwing runtime exceptions due to an unexpected format of the expression.  Instead, service should return the error information in the request monitor status.