aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Platform
AgeCommit message (Expand)Author
2013-11-05Add Android.mk support for building LLDB on Linux host.Todd Fiala
2013-07-01Following the modification introduced in llvm by commit 185311Sylvestre Ledru
2013-06-24Sync FreeBSD files to Linux equivalents, to reduce noise in diffEd Maste
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-18PlatformDarwinKernel was treating its file path arg as a kext bundle id -- bu...Jason Molenda
2013-05-17Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...Michael Sartain
2013-05-16Fix Linux 'platform status' command. Its output is now closer to that on Mac ...Daniel Malea
2013-05-13Fix Mac OS X build issue introduced by incorrect using statementsDaniel Malea
2013-05-13Fixed build break introduced by r181717Daniel Malea
2013-05-13<rdar://problem/13875830>Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-03Small adjustment to PlatformDarwinKernel::ExamineKextForMatchingUUID toJason Molenda
2013-05-03Pass down the architecture of the module we're trying toJason Molenda
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-29Add a final fall-back to PlatformDarwin::GetDeveloperDirectory() whichJason Molenda
2013-04-29Add a few new methods to FileSpec to make it a little easier to workJason Molenda
2013-04-25More CMake fixes for OS X.Filipe Cabecinhas
2013-04-23Also look for kexts in /Library/Extensions if that directory exists.Jason Molenda
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-12Change the default for PlatformDarwinKernel to be enabled a laJason Molenda
2013-04-11cmake build of lldb was complaining about missing files.Sylvestre Ledru
2013-04-08Update PlatformDarwinKernel::GetMacDirectoriesToSearch to also tryJason Molenda
2013-04-06Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts'Jason Molenda
2013-04-05Reorder the Platform plugin settings so that they're nowJason Molenda
2013-04-05Add support for Platform plugins to have settings.Jason Molenda
2013-04-05Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda
2013-04-04Revert code I didn't mean to check in.Greg Clayton
2013-04-03Playing around with making performance test cases run from within python. Greg Clayton
2013-03-08Update PlatformDarwin to understand how armv7m / armv7em relateJason Molenda
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea
2013-02-14<rdar://problem/13218655>Greg Clayton
2013-01-26Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham
2013-01-12Don't always strip the first extension from the module basename when looking ...Greg Clayton
2013-01-11<rdar://problem/12973809> Greg Clayton
2013-01-08<rdar://problem/12968925>Enrico Granata
2012-12-20Clarify the comments in PlatformDarwin::LocateExecutableScriptingResourceJason Molenda
2012-12-20<rdar://problem/12903081>Enrico Granata
2012-12-13Removed the == and != operators from ArchSpec, sinceSean Callanan
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-11-12Fixed a potential crash in the Darwin platform.Sean Callanan
2012-11-10Don't assume that Modules have directories. They may be in-memory-onlyJason Molenda
2012-11-08Adding support for loading the scripting resource as part of a framework, lac...Enrico Granata
2012-11-08<rdar://problem/12586350>Enrico Granata
2012-11-06Make sure to check the module is valid after trying to find a shared module.Greg Clayton
2012-10-20Also remove PlatformiOSSimulator::GetProcessInfo decl fromJason Molenda
2012-10-20Fixed the iOS simulator platform:Sean Callanan
2012-10-18<rdar://problem/12462048>Greg Clayton
2012-09-29Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda
2012-09-25The iOSSimulator platform should create a PlatformDarwin with Jason Molenda
2012-09-12<rdar://problem/11374963>Greg Clayton