llvm-project/lldb/source
Sean Callanan efa7d1f117 Fixed a problem where local variables conflict with
types of the same name.  If a local variable with the
given name is found (and we are not searching a
specific namespace) we stop right then and there and
report it.

llvm-svn: 142962
2011-10-25 20:36:57 +00:00
..
API Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
Breakpoint Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
Commands Patch from Dragos to fix Linux build! 2011-10-25 17:58:16 +00:00
Core Move Python.h includes out of the headers into the .cpp file where it's actually used. 2011-10-23 16:49:03 +00:00
Expression Fixed a problem where local variables conflict with 2011-10-25 20:36:57 +00:00
Host Fix build under gcc. 2011-10-18 19:28:30 +00:00
Interpreter Updated all commands that use a "--format" / "-f" options to use the new 2011-10-25 06:44:01 +00:00
Plugins <rdar://problem/10335756> 2011-10-25 01:25:35 +00:00
Symbol Added template support when parsing DWARF into types. We can now use STL 2011-10-22 03:33:13 +00:00
Target Add more context information to the stop-hook mechanism by displaying the stop-hook 2011-10-24 23:01:06 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00