aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/lldb.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Remove the initialization/termination of the now-removed OperatingSystemDarwi...Jason Molenda1-3/+0
2013-04-05Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda1-0/+3
2013-03-07Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan1-3/+18
2013-02-28Made lldb.cpp build with clang 5.0. Greg Clayton1-45/+57
2013-02-28Remove LLDB dependency on xcodeworkspace (on Linux) for version numberDaniel Malea1-0/+55
2013-01-08Enable ProcessGDBRemote plugin on LinuxDaniel Malea1-6/+3
2012-12-14Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non...Andrew Kaylor1-5/+5
2012-12-14Rmoved the old LLVM disassembler based on libedis.Sean Callanan1-3/+0
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea1-5/+0
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-08-23Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton1-0/+11
2012-06-01Register the ProcessGDBRemote plugin ahead of the ProcessKDP pluginJason Molenda1-2/+2
2012-04-14Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:Johnny Chen1-0/+3
2012-04-05Revert r154086. It may be needed for Darwin. But the symbols are still missin...Bill Wendling1-4/+2
2012-04-05The DynamicLoaderPOSIXDYLD calls aren't available on Apple systems.Bill Wendling1-2/+4
2012-03-22Since we are having issues with the new LLVM MC disassembler, we can haveGreg Clayton1-8/+0
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton1-1/+1
2012-02-27Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be usedGreg Clayton1-13/+6
2012-02-27Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode projectGreg Clayton1-0/+3
2012-02-25<rdar://problem/9886712>Greg Clayton1-0/+3
2012-02-23Updated LLVM to take some fixes that make theSean Callanan1-1/+1
2012-02-17Added a new disassembler plugin, DisassemblerLLVMC,Sean Callanan1-0/+10
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton1-0/+4
2012-01-05This patch combines common code from Linux and FreeBSD intoJohnny Chen1-5/+12
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton1-0/+1
2011-10-11Patch from Dragos Tatulea to re-enable the PECOFF object file parser for allGreg Clayton1-4/+0
2011-10-10Patch from dawn@burble.org to build on linux!Johnny Chen1-0/+4
2011-10-04Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton1-0/+1
2011-09-28Convert over to the latest and greatest on disc acceleratorGreg Clayton1-2/+2
2011-09-09Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton1-2/+3
2011-09-01Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton1-0/+2
2011-08-22Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton1-6/+6
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton1-0/+3
2011-08-02Patch by David Forsythe to build lldb on FreeBSD!Johnny Chen1-0/+11
2011-08-01Remove the deprecated MacOSX native plug-in.Greg Clayton1-3/+0
2011-07-17Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton1-0/+3
2011-07-08LLDB now has a Kernel dynamic linker that can detect where kexts areGreg Clayton1-0/+3
2011-05-19Build and initialise the Darwin ABI plugins on all platformsPeter Collingbourne1-6/+6
2011-05-19Initialise the Darwin ABI plugins only on DarwinPeter Collingbourne1-7/+7
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton1-10/+7
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton1-1/+1
2011-04-25Even more renaming.Greg Clayton1-1/+1
2011-04-25More moving things around for the unwind plan and assembly unwind plug-ins.Greg Clayton1-5/+8
2011-04-25Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton1-3/+3
2011-04-05Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice1-0/+3
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-3/+3
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton1-0/+12
2011-03-22Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton1-5/+2
2011-03-19Added more platform support. There are now some new commands:Greg Clayton1-0/+3
2011-03-13Add a missing include.Stephen Wilson1-0/+1