hanchenye-llvm-project/lldb/source
Jason Molenda fa76156064 Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case where
a new section is added to the executable after the dSYM has been created, e.g.
the CTF segment added to mach_kernel after all other linking and processing has
been finished.
<rdar://problem/13258780> 

llvm-svn: 181375
2013-05-07 22:55:04 +00:00
..
API fix a couple of clang static analyzer warnings. 2013-05-04 00:39:52 +00:00
Breakpoint Optimized the way breakpoint conditions are evaluated. 2013-04-19 07:09:15 +00:00
Commands A few small fixes to make things like image list not 2013-05-06 10:21:11 +00:00
Core Converting ScanFormatDescriptor to use std::string instead of a manually managed buffer of bytes 2013-05-06 17:18:22 +00:00
DataFormatters <rdar://problem/11669154> 2013-05-06 18:55:52 +00:00
Expression Since the IR interpreter does not (currently) 2013-05-02 00:33:44 +00:00
Host Adding support for process attach by pid on Linux. 2013-05-07 22:46:38 +00:00
Interpreter Remove the UUID::GetAsCString() method which required a buffer to save the 2013-05-03 23:56:12 +00:00
Plugins Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case where 2013-05-07 22:55:04 +00:00
Symbol <rdar://problem/13338477> 2013-05-02 18:54:54 +00:00
Target Reinstating r181091 and r181106 with fix for Linux regressions. 2013-05-07 18:35:34 +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 Fixing lldb log list text for commands category 2013-04-26 17:44:41 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00