Skip to content
Commit 884fb694 authored by Greg Clayton's avatar Greg Clayton
Browse files

Added the ability to see global variables with a variable expression path so

you can do things like:

(lldb) target variable g_global.a
(lldb) target variable *g_global.ptr
(lldb) target variable g_global.ptr[1]

llvm-svn: 134745
parent 112fcc16
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