summaryrefslogtreecommitdiff
path: root/lldb/unittests/Host
Commit message (Expand)AuthorAgeFilesLines
* Revert "Host: generalise `GetXcodeSDKPath`"Douglas Yung2023-05-011-2/+1
* Host: generalise `GetXcodeSDKPath`Saleem Abdulrasool2023-04-281-1/+2
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* [lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song2022-12-171-1/+1
* [lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-041-1/+1
* Improve error logging when xcrun fails to execute successfullyAdrian Prantl2022-12-012-3/+14
* [lldb] [MainLoopPosix] Fix crash upon adding lots of pending callbacksMichał Górny2022-10-171-0/+11
* [lldb] Go back to process-directed signals in MainLoopTest.cppPavel Labath2022-09-061-6/+6
* [lldb] Enable the insertion of "pending callbacks" to MainLoops from other th...Pavel Labath2022-09-061-0/+27
* [test] Remove problematic thread from MainLoopTest to fix flakinessJordan Rupprecht2022-09-021-16/+7
* [lldb] Make CommunicationTest compatible with windowsPavel Labath2022-08-265-179/+3
* Use value instead of getValue (NFC)Kazu Hirata2022-07-151-1/+1
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-251-1/+1
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-251-1/+1
* [lldb] [MainLoop] Support "pending callbacks", to be called onceMichał Górny2022-06-211-0/+50
* [lldb] Remove ConnectionFileDescriptorTest.Connectv(4|6)Jonas Devlieghere2022-04-281-21/+0
* [lldb] Fix crash when launching in terminalJonas Devlieghere2022-04-281-1/+22
* Prevent GetAugmentedArchSpec() from attaching "unknown" environmentsAdrian Prantl2022-04-041-0/+3
* [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour2022-03-141-2/+2
* [lldb] Modernize ThreadLauncherPavel Labath2022-02-232-0/+30
* [lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated structMichał Górny2021-10-281-50/+25
* [lldb] [Host] Move port predicate-related logic to gdb-remoteMichał Górny2021-10-262-4/+2
* [lldb] [Utility/UriParser] Return results as 'struct URI'Michał Górny2021-10-252-27/+8
* [lldb] Support serial port parity checkingMichał Górny2021-10-251-0/+30
* [lldb] [Utility/UriParser] Replace port==-1 with llvm::NoneMichał Górny2021-10-222-5/+5
* [lldb] [unittest] Disable SetParity() tests on Linux entirelyMichał Górny2021-10-211-9/+5
* [lldb] [Host] Add setters for common teletype properties to TerminalMichał Górny2021-10-211-0/+143
* [lldb] [Host] Make Terminal methods return llvm::ErrorMichał Górny2021-10-191-4/+4
* [lldb] Fix an include in HostTest.cppPavel Labath2021-10-151-1/+1
* [lldb] [test] Use secondary pty end for testing TerminalMichał Górny2021-10-081-24/+25
* [lldb testing] NFC: run through clang-formatDavid Zarzycki2021-10-051-2/+4
* [lldb testing] Avoid subtle terminfo behavioral differencesDavid Zarzycki2021-10-051-18/+6
* [lldb] Add unit tests for Terminal APIMichał Górny2021-10-042-0/+132
* [lldb] [Host] Refactor XML converting gettersMichał Górny2021-09-272-0/+120
* [lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM APIMichał Górny2021-09-241-39/+36
* Revert "[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API"Michał Górny2021-09-241-36/+39
* [lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM APIMichał Górny2021-09-241-39/+36
* [lldb] Fix DomainSocket::GetSocketName for unnamed socketsPavel Labath2021-09-231-0/+2
* [lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny2021-08-092-2/+2
* [lldb] Fix leak in testVitaly Buka2021-06-111-0/+13
* Bump googletest to 1.10.0Benjamin Kramer2021-05-141-1/+1
* [lldb][NFC] Fix unsigned/signed cmp warning in MainLoopTestRaphael Isemann2021-04-221-2/+2
* [lldb] [MainLoop] Support multiple callbacks per signalMichał Górny2021-04-211-0/+45
* [lldb] Disable PipeTest.OpenAsReader on windowsPavel Labath2021-01-111-0/+3
* [lldb] Fix some bugs in the Pipe class and add testsPavel Labath2021-01-102-0/+49
* [lldb] Modernize PseudoTerminal::OpenSecondaryPavel Labath2020-10-161-1/+1
* [lldb] Modernize PseudoTerminal::OpenFirstAvailablePrimaryPavel Labath2020-10-141-1/+1
* [lldb/ipv6] Support running lldb tests in an ipv6-only environment.Jordan Rupprecht2020-09-302-22/+58
* [lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere2020-06-151-4/+4