llvm-project/lldb/source
Greg Clayton 884fb69460 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
2011-07-08 21:46:14 +00:00
..
API Add SBValue::GetID() member method call API. 2011-07-07 20:46:23 +00:00
Breakpoint Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than 2011-06-29 19:42:28 +00:00
Commands Added the ability to see global variables with a variable expression path so 2011-07-08 21:46:14 +00:00
Core Added the ability to see global variables with a variable expression path so 2011-07-08 21:46:14 +00:00
Expression remove errant parenthesis. 2011-07-08 18:34:32 +00:00
Host Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
Interpreter final fix for the global constructors issue 2011-07-08 02:51:01 +00:00
Plugins LLDB now has a Kernel dynamic linker that can detect where kexts are 2011-07-08 04:11:42 +00:00
Symbol Added the ability to see global variables with a variable expression path so 2011-07-08 21:46:14 +00:00
Target Added the start of the darwin dynamic loader plug-in. It isn't hooked up to 2011-07-08 00:48:09 +00:00
Utility API fix and missing headers. 2011-05-19 23:07:19 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp LLDB now has a Kernel dynamic linker that can detect where kexts are 2011-07-08 04:11:42 +00:00