summaryrefslogtreecommitdiffstats
path: root/lldb/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2020-02-191-0/+5
* Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2020-02-191-1/+22
* [lldb] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in De...Raphael Isemann2020-01-101-1/+5
* RangeDataVector: Support custom sorting for D63540Jan Kratochvil2020-01-101-0/+42
* [lldb] Remove default llvm::Triple argument from ClangASTContext constructorRaphael Isemann2020-01-081-2/+3
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-071-2/+1
* [lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann2020-01-021-0/+49
* [lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann2019-12-231-1/+1
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-2327-231/+261
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-232-3/+2
* [lldb] Fix windows build after getASTContext() changeRaphael Isemann2019-12-211-3/+2
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-214-79/+79
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-211-0/+2
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-212-2/+2
* [lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere2019-12-204-0/+103
* [lldb][NFC] Remove utility methods in TestClangASTImporterRaphael Isemann2019-12-201-35/+8
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-202-17/+7
* [lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...Raphael Isemann2019-12-204-84/+129
* [lldb] Put the headers in unittests/TestingSupport/ into modulesRaphael Isemann2019-12-201-0/+11
* [lldb] Add tests for ClangASTImporter's DeportType and DeportDecl methodsRaphael Isemann2019-12-201-11/+82
* [lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...Raphael Isemann2019-12-181-13/+100
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-1/+1
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+1
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-172-0/+60
* [lldb] Add unit test for ClangASTImporterRaphael Isemann2019-12-162-0/+221
* [lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath2019-12-161-4/+36
* [lldb][NFC] Fix file header of TestClangASTContext.cppRaphael Isemann2019-12-161-3/+1
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-133-5/+7
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-121-1/+1
* [lldb][NFC] Cleanup includes in FormatManagerTests.cppRaphael Isemann2019-12-111-13/+0
* [FormatManager] Add a unittest for GetCandidateLanguages()Davide Italiano2019-12-103-0/+63
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-0/+2
* [LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...shafik2019-12-051-1/+10
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-31/+27
* [lldb/cpluspluslanguage] Add constructor substitutorPavel Labath2019-12-051-0/+2
* Avoid triple corruption while merging core infoMuhammad Omair Javaid2019-12-051-0/+35
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-041-9/+0
* [lldb] Add test for Stream::Address and Stream::AddressRangeRaphael Isemann2019-12-041-0/+92
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-0/+21
* [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea2019-12-031-0/+12
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-291-19/+19
* [lldb] Fix windows build for 38870afPavel Labath2019-11-291-1/+1
* [lldb] Add FileSpec::Equal unit testsPavel Labath2019-11-281-0/+20
* [lldb] Simplify and improve FileSpecTestPavel Labath2019-11-281-24/+24
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-9/+0
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-201-2/+1
* [lldb] [unittest] Skip TestStopReplyContainsThreadPcs on NetBSDMichał Górny2019-11-181-1/+7
* [lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSDMichał Górny2019-11-181-4/+0
* [lldb] Fix JSON parser to allow empty arraysAlex Cameron2019-11-182-1/+92