summaryrefslogtreecommitdiff
path: root/source/Plugins
AgeCommit message (Expand)Author
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-21[LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-18ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet
2019-10-18LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet
2019-10-17[lldb][NFC] Fix typo in DWARFASTParserClang.cppRaphael Isemann
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna
2019-10-17(NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-17[lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann
2019-10-17[ARC] Add SystemV ABITatyana Krasnukha
2019-10-17[ARC] Basic support in gdb-remote process pluginTatyana Krasnukha
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
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