summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Unify the two CRC implementationsHans Wennborg2019-10-091-5/+3
* [lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...Raphael Isemann2019-10-091-39/+54
* Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso2019-10-085-6/+191
* Revert Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-13/+7
* Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-7/+13
* StopInfo/Mach: Delete PPC supportVedant Kumar2019-10-081-103/+0
* Add test coverage to printing of enums and fix display of unsigned valuesFrederic Riss2019-10-083-35/+66
* StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar2019-10-082-498/+488
* [Reproducer] Don't isntrument methods that get called from the signal handler.Jonas Devlieghere2019-10-082-5/+6
* [CMake] Fix building without python on WindowsAlex Langford2019-10-081-2/+7
* Reflow/fix doxygen comments.Adrian Prantl2019-10-081-10/+16
* Fix sign extension handling in DumpEnumValueFrederic Riss2019-10-081-0/+1
* exception handling in PythonDataObjects.Lawrence D'Anna2019-10-082-36/+392
* ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)Adrian Prantl2019-10-082-18/+40
* Replace regex match with rfind (NFCish)Adrian Prantl2019-10-082-17/+16
* Replace static const StringRef with StringRef (NFC)Adrian Prantl2019-10-083-16/+16
* Remove constructor and unused method (NFC).Adrian Prantl2019-10-081-15/+3
* Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour2019-10-085-72/+4
* [Testsuite] Get rid of most of the recursive shared library MakefilesFrederic Riss2019-10-0828-221/+85
* [lldb] Avoid resource leakKonrad Kleine2019-10-081-1/+1
* Simplify LZMA decoding by using ArrayRef::take_backKonrad Kleine2019-10-081-6/+6
* Add pretty printing of Clang "bitfield" enumsFrederic Riss2019-10-084-13/+113
* Extract and simplify DumpEnumValueFrederic Riss2019-10-081-39/+29
* Tweak minidebuginfo-set-and-hit-breakpoint.testPavel Labath2019-10-081-5/+8
* Revert "[lldb-server/android] Show more processes and package name when neces...Pavel Labath2019-10-081-45/+34
* Fix a -Wpedantic warningPavel Labath2019-10-081-1/+1
* Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...Jonas Devlieghere2019-10-082-18/+1
* test fix: TestLoadUsingPaths should use realpathLawrence D'Anna2019-10-081-1/+1
* Fixing missing lldb-scripts rename from D68370Antonio Afonso2019-10-081-1/+1
* [CMake] Add two more uses of add_lldb_test_dependencyJonas Devlieghere2019-10-083-11/+2
* [lldb] Reverts part of 61f471aHaibo Huang2019-10-081-1/+6
* DWIMy filterspecs for dotest.pyLawrence D'Anna2019-10-082-19/+29
* [CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere2019-10-086-38/+37
* [CMake] Remove stale commentJonas Devlieghere2019-10-081-2/+0
* [MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere2019-10-082-23/+754
* [lldb] Unifying lldb python pathHaibo Huang2019-10-078-214/+49
* [Symbol] Remove unused method ClangASTContext::GetObjCClassNameAlex Langford2019-10-072-22/+0
* [CMake] We only want to copy the headers for macOS.Davide Italiano2019-10-071-0/+2
* Mark constructor as default and remove implementation (NFC)Adrian Prantl2019-10-072-3/+1
* [debugserver] Include the correct header.Davide Italiano2019-10-071-1/+1
* [test] Rename `Modules` to `ObjectFile` (NFC)Jonas Devlieghere2019-10-0762-0/+0
* [MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere2019-10-071-5/+4
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-072-3/+7
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-075-4/+68
* [DWARFASTParserClang] Factor out structure-like type parsing, NFCVedant Kumar2019-10-074-432/+473
* [DWARFASTParserClang] Delete commented-out typedef, NFCVedant Kumar2019-10-071-18/+19
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-072-1/+18
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-0715-8/+481
* Do not install lit-cpuidSylvestre Ledru2019-10-051-1/+1
* [MachO] Reduce indentation further in ParseSymtab (NFC)Jonas Devlieghere2019-10-041-176/+177
OpenPOWER on IntegriCloud