llvm-project/lldb/source
Sean Callanan af8e96c185 Fixed a bug where named constants were being
treated as externals, causing problems when we
tried to look their locations up in the debug
info.  For example:

expr char c[] = "foo"; c[0]

would terminate when trying to find c in the
debug information, despite the fact that c was
defined inside the expression.

llvm-svn: 136629
2011-08-01 17:41:38 +00:00
..
API Public API changes: 2011-07-29 19:53:35 +00:00
Breakpoint Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Commands Public API changes: 2011-07-29 19:53:35 +00:00
Core Moved some functionality from ValueObject to ClangASTType. 2011-07-29 23:21:00 +00:00
Expression Fixed a bug where named constants were being 2011-08-01 17:41:38 +00:00
Host Add support for platforms without sa_len to SocketAddress, and modify 2011-07-22 19:12:42 +00:00
Interpreter Public API changes: 2011-07-29 19:53:35 +00:00
Plugins Remove the deprecated MacOSX native plug-in. 2011-08-01 17:08:02 +00:00
Symbol This change brings in the latest LLVM/Clang, and 2011-07-30 02:42:06 +00:00
Target Indent the frames in the "thread.GetStatus" frame listing. Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5" 2011-07-26 02:39:59 +00:00
Utility Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp some editing of data visualization error messages to make them more meaningful 2011-07-22 17:03:19 +00:00
lldb.cpp Remove the deprecated MacOSX native plug-in. 2011-08-01 17:08:02 +00:00