aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Utility
AgeCommit message (Expand)AuthorFilesLines
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-67/+41
2022-07-22Cache the value for absolute path in FileSpec.Greg Clayton1-0/+26
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-41/+41
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-17/+17
2022-07-11[lldb] Add support for escaping fish argumentsRaphael Isemann1-0/+7
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-17/+17
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-17/+17
2022-06-23[lldb] Make thread safety the responsibility of the log handlersJonas Devlieghere1-2/+1
2022-06-16[lldb] Add RotatingLogHandlerJonas Devlieghere1-0/+22
2022-06-16[lldb] Introduce the concept of a log handler (NFC)Jonas Devlieghere1-39/+65
2022-06-16Fix TraceGDBRemotePacketsTestWalter Erquinigo1-3/+3
2022-06-15Fix failuresWalter Erquinigo1-3/+2
2022-06-15[trace][intelpt] Support system-wide tracing [12] - Support multi-core trace ...Walter Erquinigo1-7/+6
2022-04-13[lldb] Expand $ when using tcshJonas Devlieghere1-2/+2
2022-04-12[lldb] Escape semicolons for all shellsRaphael Isemann1-6/+17
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere2-0/+57
2022-03-26[lldb] Fix interpreting absolute Windows paths with forward slashesMartin Storsjö1-0/+3
2022-03-24[trace][intelpt] Server side changes for TSC to wall time conversionJakob Johnson2-0/+102
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu1-0/+55
2022-02-15[lldb] Don't rely on wrapping in PutRawBytes/PutBytesAsRawHex8Jonas Devlieghere1-0/+24
2022-02-04[lldb] Remove Log:Channel::GetLogIfAllPavel Labath1-6/+5
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-1/+1
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-1/+1
2022-01-25[lldb] Make logging machinery type-safePavel Labath1-23/+37
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere2-1168/+0
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere1-76/+0
2021-12-07Fix buildbots after https://reviews.llvm.org/D115073.Greg Clayton1-18/+18
2021-12-07Modify DataEncoder to be able to encode data in an object owned buffer.Greg Clayton2-0/+535
2021-12-07[lldb] Fix windows path guessing for root pathsJaroslav Sevcik1-0/+2
2021-10-25[lldb] [Utility/UriParser] Return results as 'struct URI'Michał Górny1-114/+35
2021-10-22[lldb] [Utility/UriParser] Replace port==-1 with llvm::NoneMichał Górny1-11/+12
2021-06-21[lldb] Add support for escaping zsh argumentsRaphael Isemann1-0/+6
2021-06-03[lldb][NFC] Remove unused 'using ArrayRef' in RegisterValueTestRaphael Isemann1-1/+0
2021-04-15[lldb] Fix incorrect test data in FileSpecTest.IsRelativeRaphael Isemann1-1/+1
2021-04-01[lldb] Fix compilation with gcc-6.5Pavel Labath1-3/+3
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny2-0/+186
2020-12-10[lldb] Deal gracefully with concurrency in the API instrumentation.Jonas Devlieghere1-2/+53
2020-12-02[lldb] Return the original path when tilde expansion fails.Jonas Devlieghere1-0/+3
2020-11-04[lldb] Improve RegisterValue::GetScalarValuePavel Labath1-4/+2
2020-11-03[lldb/Utility] Add unit tests for RegisterValue::GetScalarValuePavel Labath1-0/+36
2020-10-22[lldb][NFC] Make GetShellSafeArgument return std::string and unittest it.Raphael Isemann1-0/+23
2020-10-08[LLDB] On Windows, fix testsAlexandre Ganea1-4/+16
2020-08-27[lldb/Utility] Use APSInt in the Scalar classPavel Labath1-8/+11
2020-08-22[lldb] Extract reproducer providers & co into their own header.Jonas Devlieghere1-3/+3
2020-08-20[lldb/Utility] Simplify Scalar handling of float typesPavel Labath1-4/+5
2020-08-17[lldb/Utility] Simplify and generalize Scalar classPavel Labath1-53/+28
2020-08-12[lldb] Fix unit test parsing to handle CR+LF as well as LFAdrian McCarthy1-1/+1
2020-08-06Correctly detect legacy iOS simulator Mach-O objectfilesAdrian Prantl1-0/+19
2020-07-27[lldb/ArchSpec] Always match simulator environment in IsEqualToFred Riss1-0/+8