summaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)Author
2019-01-16TestClangASTContext: Rewrite an if-else chain into a switchPavel Labath
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner
2019-01-04[Scalar] Simplify comparison operators and add coverage.Davide Italiano
2019-01-04[CMake] Streamline code signing for debugserver #2Stefan Granitz
2019-01-04RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2019-01-02NativeProcessProtocolTest: fix -Winconsistent-missing-override warningPavel Labath
2018-12-28Fix signed-unsigned comparisons in MinidumpParserTestPavel Labath
2018-12-27Fix assertion failure in NativeProcessProtocolTestPavel Labath
2018-12-21[Scalar] Simplify as Jonas suggested. NFCI.Davide Italiano
2018-12-21[Scalar] Implement operator!= using operator==.Davide Italiano
2018-12-18Fix the "dangerous use of tempnam" warning in Host/SocketTest.cppPavel Labath
2018-12-18Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton
2018-12-14Add missing .dmp files to test inputs.Greg Clayton
2018-12-14Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-12-14Fix minidump unit test failures from r349062Pavel Labath
2018-12-13Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton
2018-12-06Add another ArchSpec unit test.Adrian Prantl
2018-12-06Add a unit test for ArchSpec matching to document how it behaves (and test it).Adrian Prantl
2018-12-04[FileSystem] Migrate CommandCompletionsJonas Devlieghere
2018-12-04Fix lldb-server unit tests for the MonitoringProcessLauncher refactorPavel Labath
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-11-30[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov
2018-11-28[unittests] Fix the File System Test on WindowsStella Stamenova
2018-11-28[unittest] Fix the FileSystem test on Windows. (Attempt #2)Jonas Devlieghere
2018-11-27[Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere
2018-11-27[unittest] Fix the FileSystem test on Windows.Jonas Devlieghere
2018-11-27Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano
2018-11-20[CMake] Streamline code signing for debugserver and pass entitlements to exte...Stefan Granitz
2018-11-15Fix compilation failure in unit tests on Windows.Zachary Turner
2018-11-14Move DataExtractorTest to unittests/UtilityPavel Labath
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-09revert rL346478Kadir Cetinkaya
2018-11-09[lldb] Fix signature in test to match rL346453Kadir Cetinkaya
2018-11-09Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere
2018-11-09[FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere
2018-11-06[ObjectFile] Prefer reinterpret_cast<>Davide Italiano
2018-11-06[ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano
2018-11-06CPlusPlusLanguage: Use new demangler API to implement type substitutionPavel Labath
2018-11-06[PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov
2018-11-05Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza
2018-11-05Remove OCaml debugger pluginJonas Devlieghere
2018-11-05Remove Java debugger pluginJonas Devlieghere
2018-11-05Remove Go debugger pluginJonas Devlieghere