aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-07-17Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi
2013-07-12Revert the ELF core file support until a few things can be worked out:Greg Clayton
2013-07-12Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-07-01Following the modification introduced in llvm by commit 185311Sylvestre Ledru
2013-06-14Fix autohell build.Rafael Espindola
2013-05-17Allow LLDB to be built on a system with an installed gcc/g++ that isn't the d...Greg Clayton
2013-05-13Under GNU/Linux, do not build lldbPluginDynamicLoaderDarwinKernel.a. It was b...Sylvestre Ledru
2013-05-03Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r1...Sylvestre Ledru
2013-03-28Fix makefile build by linking needed library 'irreader'Daniel Malea
2013-01-30Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (D...Filipe Cabecinhas
2013-01-17Under GNU/Linux & HURD, add a soname to the liblldb shared library. Sylvestre Ledru
2012-12-10Enable RTTI for liblldbCore.a when GCC is the compilerDaniel Malea
2012-10-31Use libxml2 on Mac OS X.Filipe Cabecinhas
2012-10-04Patch submitted by Dan Malea -- I introduced a dependency betweenJason Molenda
2012-09-26Patch by Matt, to get lldb to build with the updated llvm+clang versions (via...Filipe Cabecinhas
2012-08-28Fixes by Daniel Malea.Filipe Cabecinhas
2012-05-29Continue the work started by Dragos' Makefile patch (LLVMLibsOptions usage)Filipe Cabecinhas
2012-04-05Add Security framework to the list of frameworks needed for linking.Bill Wendling
2012-03-14Makefile build: clang now depends on libclangEdit.Benjamin Kramer
2012-02-28Fix the linux build now that we link against the Linux and FreeBSD platforms.Greg Clayton
2012-02-24Makefiles for new mach-core directory.Johnny Chen
2012-01-05This patch combines common code from Linux and FreeBSD intoJohnny Chen
2011-12-08libEnhancedDisassembly.a is gone from recent LLVM.Peter Collingbourne
2011-11-01build: liblldb now depends on the linker libraryDaniel Dunbar
2011-10-31build: Build in the Darwin-Kernel OperatingSystem plugin.Daniel Dunbar
2011-10-31build: Fix Makefiles on Darwin to link proper dynamic loader plugin.Daniel Dunbar
2011-10-31build: Fix Darwin linker flags which weren't properly passed (and aren't valid).Daniel Dunbar
2011-10-31build: Fixup Darwin process plugin build for Makefiles.Daniel Dunbar
2011-10-11Patch from Dragos Tatulea to re-enable the PECOFF object file parser for allGreg Clayton
2011-08-23Patch by Filipe to build lldb usng 'make'!Johnny Chen
2011-08-02Patch by David Forsythe to build lldb on FreeBSD!Johnny Chen
2011-05-24Link in the MCJIT. Fixes makefile build.Charles Davis
2011-05-19Add the LanguageRuntime plugins to liblldb. Fixes link errors for me; if thisCharles Davis
2011-05-19python-config in MakefilesJohnny Chen
2011-05-19Build and initialise the Darwin ABI plugins on all platformsPeter Collingbourne
2011-05-19Link to LLVM instrumentation libPeter Collingbourne
2011-05-19Add UnwindAssembly plugins to makefile buildPeter Collingbourne
2011-04-08Add makefile support for the ARM instruction emulation plugin.Stephen Wilson
2011-03-26Add PlatformGDBServer and ProcessGDBRemote to the build system.Stephen Wilson
2011-03-23linux: add Host/linux subdirectoryStephen Wilson
2011-03-10Add Makefile support for the Platform plugins.Stephen Wilson
2011-03-08Add Makefile support for the new DynamicLoaderStatic plugin.Stephen Wilson
2011-02-05Python override patch from Jai Menon.Greg Clayton
2011-01-25Simple makefile fixups.Stephen Wilson
2011-01-16Initial support for a DynamicLoader plugin on Linux.Stephen Wilson
2011-01-06Makefile updates.Stephen Wilson
2010-09-07Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse moreGreg Clayton
2010-07-24Missed an aspect of the previous makefile patch.Stephen Wilson
2010-07-24Fix makefiles to build properly on Darwin.Stephen Wilson