llvm-project/lldb/source
Sean Callanan 8ef197729d Fixed a crash in ClangASTSource when logging is
disabled.

llvm-svn: 180563
2013-04-25 18:50:43 +00:00
..
API Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API. 2013-04-22 22:57:56 +00:00
Breakpoint Optimized the way breakpoint conditions are evaluated. 2013-04-19 07:09:15 +00:00
Commands <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
Core <rdar://problem/13565393> 2013-04-25 01:06:07 +00:00
DataFormatters See: http://stackoverflow.com/questions/16166897/c-how-to-obtain-address-of-stdvector-object-in-lldb-xcode 2013-04-24 21:52:24 +00:00
Expression Fixed a crash in ClangASTSource when logging is 2013-04-25 18:50:43 +00:00
Host More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
Interpreter Look for an inexact match in just the commands before searching the alias commands as well. 2013-04-23 16:17:32 +00:00
Plugins More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
Symbol Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)). 2013-04-24 22:29:28 +00:00
Target In Process::ProcessEventData::DoOnRemoval, we need to handle the case where NO thread has a stop reason 2013-04-25 02:04:59 +00:00
Utility More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
CMakeLists.txt More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
lldb.cpp Add a new PlatformDarwinKernel for kernel debugging. This Platform 2013-04-05 01:03:25 +00:00