summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
...
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-186-61/+32
* [lldb][NFC] Fix typo in DWARFASTParserClang.cppRaphael Isemann2019-10-171-2/+2
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-172-27/+5
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-172-35/+215
* (NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine2019-10-171-1/+0
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-1726-289/+214
* [lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann2019-10-171-1/+4
* [ARC] Add SystemV ABITatyana Krasnukha2019-10-174-0/+734
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-1/+1
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-173-35/+7
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-1616-13/+51
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-162-0/+29
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-162-55/+52
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-152-380/+121
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-152-24/+80
* [LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo2019-10-151-1/+1
* [LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo2019-10-156-3/+1336
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-147-14/+25
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-111-1/+2
* Set GNUC version in the LLDB expression parser.Adrian Prantl2019-10-111-0/+3
* [NativePDB] Remove unused references to ClangASTImporterAlex Langford2019-10-112-3/+0
* Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.Adrian Prantl2019-10-111-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-2/+1
* [lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour2019-10-111-4/+13
* [lldb] Insert break to avoid unannotated fall-throughKadir Cetinkaya2019-10-111-0/+1
* minidump: Use llvm memory info list parserPavel Labath2019-10-113-123/+25
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-116-8/+652
* Fix process launch failure on FreeBSD after r365761Dimitry Andric2019-10-102-26/+32
* Speed up accelerator table lookupsAdrian Prantl2019-10-101-3/+24
* [lldb] Add log output for the support files we pass to the CppModuleConfigura...Raphael Isemann2019-10-101-0/+11
* Fix the unwinding plan augmentation from x86 assemblyPavel Labath2019-10-101-16/+15
* [Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov2019-10-101-6/+17
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-102-10/+9
* [lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfigurationRaphael Isemann2019-10-101-3/+3
* [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann2019-10-101-5/+6
* Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2019-10-092-11/+33
* Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton2019-10-091-13/+31
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-2/+3
* [LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers2019-10-093-5/+7
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-14/+401
* [LLDB] Fix for synthetic children memory leakCameron Desrochers2019-10-097-35/+64
OpenPOWER on IntegriCloud