summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-093-2/+77
* Remove llvm include from debugserver, change Jason Molenda2018-11-092-5/+3
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Annotate switch with LLVM_FALLTHROUGHAdrian Prantl2018-11-092-2/+3
* [NativePDB] Fix completion of enum types.Zachary Turner2018-11-092-1/+3
* [NativePDB] Add support for bitfield records.Zachary Turner2018-11-093-4/+86
* Resubmit "Fix bug in PE/COFF plugin."Zachary Turner2018-11-094-7/+49
* revert rL346478Kadir Cetinkaya2018-11-091-2/+2
* [lldb] Fix signature in test to match rL346453Kadir Cetinkaya2018-11-091-2/+2
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-0911-43/+21
* Fix a test whose output changed.Zachary Turner2018-11-091-2/+2
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-0911-21/+43
* Fix CMake build when building with -fmodules-local-submodule-visibility.Adrian Prantl2018-11-091-0/+2
* Update FileSpec constructor signatureJonas Devlieghere2018-11-081-2/+5
* Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."Davide Italiano2018-11-085-61/+11
* Change $CURRENT_ARCH settings in xcode project file to hardcodedJason Molenda2018-11-081-6/+6
* [lldb] Silence unhandled enums warning.Jorge Gorbe Moya2018-11-081-0/+14
* [lldb] Fix initialization order warnings.Jorge Gorbe Moya2018-11-081-1/+1
* Fix bug in PE/COFF plugin and ValueObjectVariable.Zachary Turner2018-11-085-11/+61
* [NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner2018-11-0810-36/+496
* Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour2018-11-088-47/+117
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-0817-28/+44
* Re-commit regularization of the lldb-gtest-build target.Jason Molenda2018-11-071-0/+8
* Adjust some id bit shifts to fit inside 32 bit integersNathan Lanza2018-11-074-6/+107
* Revert r346285 until I can make it work correctlyJason Molenda2018-11-071-68/+8
* Add a break to avoid an unannotated fall-through.Eric Christopher2018-11-071-0/+1
* Standardize the OTHER_LDFLAGS for the lldb-gtest-build target.Jason Molenda2018-11-071-8/+68
* Compiler warning pointed out a mistake - fix it.Jason Molenda2018-11-071-1/+1
* Remove working directory for debugserver code signing targetNathan Lanza2018-11-061-2/+0
* Add MSVCUndecoratedNameParser.cpp.Jason Molenda2018-11-061-0/+6
* [ObjectFile] Prefer reinterpret_cast<>Davide Italiano2018-11-061-2/+2
* [ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano2018-11-062-15/+23
* CPlusPlusLanguage: Use new demangler API to implement type substitutionPavel Labath2018-11-062-62/+81
* Add parens to silence warningBenjamin Kramer2018-11-061-1/+1
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-0611-123/+333
* [TestVLA] Fix a python decorator.Davide Italiano2018-11-061-1/+2
* Adjust the comment section of CreateSource to account for lines longer than 60Nathan Lanza2018-11-051-2/+6
* Set stdout/stdin to binary mode on WindowsNathan Lanza2018-11-051-0/+12
* Skip this test on older versions of clang.Adrian Prantl2018-11-051-0/+1
* Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza2018-11-054-3/+252
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-0533-51/+231
* Fix the Xcode project for the removal of the Go, Java & OCamlJim Ingham2018-11-051-186/+0
* Remove OCaml debugger pluginJonas Devlieghere2018-11-0515-1410/+0
* Remove Java debugger pluginJonas Devlieghere2018-11-0522-2906/+0
* Remove Go debugger pluginJonas Devlieghere2018-11-0552-9892/+4
* Properly cast from DeclContext to Decl.Zachary Turner2018-11-052-5/+4
* Add a target modules dump ast command.Zachary Turner2018-11-0513-10/+140
* [LLDB] Fix FreeBSD/Darwin buildDavid Carlier2018-11-042-9/+12
* Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski2018-11-043-3/+3
OpenPOWER on IntegriCloud