hanchenye-llvm-project/lldb
Daniel Malea 66d5714ae6 Mention how to do a (Linux) release build on the build instructions page.
Also, a few minor fixes:
- paragraph formatting
- capitalize "Python" where appropriate

llvm-svn: 170372
2012-12-17 21:32:49 +00:00
..
docs Avoid potentially disastrous mistakes when removing a file. 2012-11-05 18:41:33 +00:00
examples <rdar://problem/12848118> 2012-12-10 19:55:53 +00:00
include Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError. Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk. 2012-12-15 02:40:54 +00:00
lib Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
lldb.xcodeproj Remove references to files that Sean recently removed from the Xcode project. 2012-12-14 22:17:58 +00:00
lldb.xcworkspace
resources Get LLDB-Info.plist up to date with r169081. 2012-12-08 01:20:07 +00:00
scripts Fixed a few bugs in the "step in" thread plan logic. 2012-12-12 19:58:40 +00:00
source Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError. Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk. 2012-12-15 02:40:54 +00:00
test Skipping the DeadStripTestCase.test_with_dwarf test on Linux because the Linux ld lacks support for the -dead_strip option. 2012-12-14 21:11:46 +00:00
tools <rdar://problem/12890948> 2012-12-17 20:53:19 +00:00
utils
www Mention how to do a (Linux) release build on the build instructions page. 2012-12-17 21:32:49 +00:00
.gitignore
INSTALL.txt
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00