mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
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