aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins
AgeCommit message (Expand)Author
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-10-16[android/process list] support showing process argumentsWalter Erquinigo
2019-10-16update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna
2019-10-15eliminate virtual methods from PythonDataObjectsLawrence D'Anna
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna
2019-10-15[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo
2019-10-15[LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-11Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-11Set GNUC version in the LLDB expression parser.Adrian Prantl
2019-10-11[NativePDB] Remove unused references to ClangASTImporterAlex Langford
2019-10-11Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.Adrian Prantl
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-11[lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour
2019-10-11[lldb] Insert break to avoid unannotated fall-throughKadir Cetinkaya
2019-10-11minidump: Use llvm memory info list parserPavel Labath
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-10-10Fix process launch failure on FreeBSD after r365761Dimitry Andric
2019-10-10Speed up accelerator table lookupsAdrian Prantl
2019-10-10[lldb] Add log output for the support files we pass to the CppModuleConfigura...Raphael Isemann
2019-10-10Fix the unwinding plan augmentation from x86 assemblyPavel Labath
2019-10-10[Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-10-10[lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfigurationRaphael Isemann
2019-10-10[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann
2019-10-09Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton
2019-10-09Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton
2019-10-09SBFile support in SBCommandReturnObjectLawrence D'Anna
2019-10-09[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna
2019-10-09[LLDB] Fix for synthetic children memory leakCameron Desrochers
2019-10-09Remove obsolete parameter.Adrian Prantl
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl
2019-10-09Unify the two CRC implementationsHans Wennborg
2019-10-09[lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...Raphael Isemann
2019-10-08Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso
2019-10-08Revert Trust the arange accelerator tables in dSYMsAdrian Prantl
2019-10-08Trust the arange accelerator tables in dSYMsAdrian Prantl
2019-10-08StopInfo/Mach: Delete PPC supportVedant Kumar
2019-10-08StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar
2019-10-08exception handling in PythonDataObjects.Lawrence D'Anna