Skip to content
Commit 4b4b5fce authored by Greg Clayton's avatar Greg Clayton
Browse files

Fixed expression result printing to have the expression result type be in

parens and to have a space before the value.

Before:
(lldb) expr 3 + 1
int4

(lldb) expr 3 + 1
(int) 4

llvm-svn: 109793
parent 4ed7c5b2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment