| commit | 884fb69460ed9e09b3c363ab280e5051e49cc29d | [log] [tgz] |
|---|---|---|
| author | Greg Clayton <gclayton@apple.com> | Fri Jul 08 21:46:14 2011 +0000 |
| committer | Greg Clayton <gclayton@apple.com> | Fri Jul 08 21:46:14 2011 +0000 |
| tree | cf59b6760a49efa38ddad897f54a9e8b54fd7b98 | |
| parent | 112fcc164a427f7a9ae4800b7ea11c3ae4493c62 [diff] |
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