summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/libunwind
Commit message (Collapse)AuthorAgeFilesLines
* Removed libunwind sources as we aren't using them anymore.Greg Clayton2010-12-1726-11506/+0
| | | | llvm-svn: 122059
* Remove unused powerpc unwind support.Jason Molenda2010-08-097-615/+0
| | | | llvm-svn: 110626
* Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton2010-07-235-10/+10
| | | | llvm-svn: 109226
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-11/+14
| | | | | | virtual functions and caught some things and did some general code cleanup. llvm-svn: 108299
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+3
| | | | | | | enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009
* Avoid duplicate names (something else that clang++ really doesn't like) inGreg Clayton2010-07-061-1/+1
| | | | | | function prototype (from Jean-Daniel Dupas). llvm-svn: 107693
* Plugged 4 more leaks in the libunwind code. One leaks is still left in as itGreg Clayton2010-07-024-30/+60
| | | | | | | is quite gnarly code and there is no good way to clean it up. I will have Jason look at a fix for this. llvm-svn: 107539
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-0826-0/+12088
llvm-svn: 105619
OpenPOWER on IntegriCloud