summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb.cpp
Commit message (Expand)AuthorAgeFilesLines
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* lldb arm64 import.Jason Molenda2014-03-291-0/+7
* Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r20...Jason Molenda2014-03-071-4/+0
* Todd points out that my change to ProcessElfCore is probablyJason Molenda2014-03-071-0/+4
* Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:Greg Clayton2014-03-061-5/+1
* Fix Windows build break introduced in r203035.Ahmed Charles2014-03-061-1/+5
* Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the...Greg Clayton2014-03-061-23/+18
* Build JITLoader on FreeBSD alsoEd Maste2014-03-051-3/+3
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+3
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+2
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-151-0/+3
* Patch to add PlatformWindows, based on Carlo Kok's version from the Windows b...Deepak Panickal2013-10-151-4/+6
* Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a...Sylvestre Ledru2013-10-141-0/+2
* Remove useless declaration. If match_type == eNameMatchIgnore, we already lef...Sylvestre Ledru2013-09-281-2/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+1
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-1/+12
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-4/+1
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-1/+4
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-0/+7
* Remove the initialization/termination of the now-removed OperatingSystemDarwi...Jason Molenda2013-05-031-3/+0
* Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda2013-04-051-0/+3
* Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan2013-03-071-3/+18
* Made lldb.cpp build with clang 5.0. Greg Clayton2013-02-281-45/+57
* Remove LLDB dependency on xcodeworkspace (on Linux) for version numberDaniel Malea2013-02-281-0/+55
* Enable ProcessGDBRemote plugin on LinuxDaniel Malea2013-01-081-6/+3
* Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non...Andrew Kaylor2012-12-141-5/+5
* Rmoved the old LLVM disassembler based on libedis.Sean Callanan2012-12-141-3/+0
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-5/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton2012-08-231-0/+11
* Register the ProcessGDBRemote plugin ahead of the ProcessKDP pluginJason Molenda2012-06-011-2/+2
* Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:Johnny Chen2012-04-141-0/+3
* Revert r154086. It may be needed for Darwin. But the symbols are still missin...Bill Wendling2012-04-051-4/+2
* The DynamicLoaderPOSIXDYLD calls aren't available on Apple systems.Bill Wendling2012-04-051-2/+4
* Since we are having issues with the new LLVM MC disassembler, we can haveGreg Clayton2012-03-221-8/+0
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+1
* Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be usedGreg Clayton2012-02-271-13/+6
* Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode projectGreg Clayton2012-02-271-0/+3
* <rdar://problem/9886712>Greg Clayton2012-02-251-0/+3
* Updated LLVM to take some fixes that make theSean Callanan2012-02-231-1/+1
* Added a new disassembler plugin, DisassemblerLLVMC,Sean Callanan2012-02-171-0/+10
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-0/+4
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-5/+12
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-0/+1
* Patch from Dragos Tatulea to re-enable the PECOFF object file parser for allGreg Clayton2011-10-111-4/+0
* Patch from dawn@burble.org to build on linux!Johnny Chen2011-10-101-0/+4
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-0/+1
* Convert over to the latest and greatest on disc acceleratorGreg Clayton2011-09-281-2/+2
* Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton2011-09-091-2/+3
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-011-0/+2
OpenPOWER on IntegriCloud