aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2019-10-10Fix process launch failure on FreeBSD after r365761Dimitry Andric
2019-10-10update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna
2019-10-10Speed up accelerator table lookupsAdrian Prantl
2019-10-10Implement serializing scripted breakpoints and their extra args.Jim Ingham
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-10File: Handle more cases in GetOptionsFromModePavel 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] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael 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-09remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna
2019-10-09SBFile support in SBCommandReturnObjectLawrence D'Anna
2019-10-09[Reproducer] Add convenience methods IsCapturing and IsReplaying.Jonas Devlieghere
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-09protect libedit and LLDB gui from receiving null FILE* streamsLawrence 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-08Add test coverage to printing of enums and fix display of unsigned valuesFrederic Riss
2019-10-08StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar
2019-10-08[Reproducer] Don't isntrument methods that get called from the signal handler.Jonas Devlieghere
2019-10-08Fix sign extension handling in DumpEnumValueFrederic Riss
2019-10-08exception handling in PythonDataObjects.Lawrence D'Anna
2019-10-08ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)Adrian Prantl
2019-10-08Replace regex match with rfind (NFCish)Adrian Prantl
2019-10-08Replace static const StringRef with StringRef (NFC)Adrian Prantl
2019-10-08Remove constructor and unused method (NFC).Adrian Prantl
2019-10-08Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour
2019-10-08[lldb] Avoid resource leakKonrad Kleine
2019-10-08Simplify LZMA decoding by using ArrayRef::take_backKonrad Kleine
2019-10-08Add pretty printing of Clang "bitfield" enumsFrederic Riss
2019-10-08Extract and simplify DumpEnumValueFrederic Riss
2019-10-08Revert "[lldb-server/android] Show more processes and package name when neces...Pavel Labath
2019-10-08Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...Jonas Devlieghere
2019-10-08[lldb] Reverts part of 61f471aHaibo Huang
2019-10-08[MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere
2019-10-07[lldb] Unifying lldb python pathHaibo Huang
2019-10-07[Symbol] Remove unused method ClangASTContext::GetObjCClassNameAlex Langford
2019-10-07Mark constructor as default and remove implementation (NFC)Adrian Prantl