summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host
Commit message (Expand)AuthorAgeFilesLines
...
* [Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere2019-09-231-1/+1
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-232-2/+2
* [LLDB] Remove a now redundant windows specific workaroundMartin Storsjo2019-09-231-5/+0
* [LLDB] Add a void* cast when passing object pointers to printf %pMartin Storsjo2019-09-231-14/+10
* [LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo2019-09-211-4/+4
* Fix error in ProcessLauncherWindows.cppAdrian McCarthy2019-09-131-1/+1
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-131-1/+1
* [LLDB] Do not try to canonicalize gethostname() resultDavid Zarzycki2019-09-111-12/+1
* [LLDB] FreeBSD fix new SetFile call.David Carlier2019-09-101-1/+1
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-4/+6
* LLDB - Simplify GetProgramFileSpecDavid Carlier2019-09-091-7/+4
* Remove call to obsolete gethostbyname, using getaddrinfoSerge Guelton2019-09-061-4/+10
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-11/+20
* [lldb] Fix log statement in Socket::WriteRaphael Isemann2019-09-041-1/+2
* [lldb][NFC] Remove unused overload of File::ReadRaphael Isemann2019-09-031-44/+0
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-271-0/+6
* Fix an unused variable warning in no-assert buildsPavel Labath2019-08-271-0/+1
* [ConnectionFileDescriptor] Add shutdown check in ::Write.Jonas Devlieghere2019-08-271-3/+12
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-72/+83
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-19/+17
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-3/+12
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* Enable lldb-server on WindowsAaron Smith2019-08-131-1/+17
* Various build fixes for lldb on MinGWHaibo Huang2019-08-061-0/+1
* Remove usage of usleep in generic codePavel Labath2019-08-051-5/+0
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-2/+0
* [Reproducers] Pass FileCollector around as a shared_ptr (NFC)Jonas Devlieghere2019-07-291-1/+1
* [FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)Jonas Devlieghere2019-07-251-2/+2
* [FileSystem] Fix ambiguous symbol on Windows.Jonas Devlieghere2019-07-251-1/+1
* [FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere2019-07-251-2/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-2413-218/+192
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-231-0/+54
* Options: Reduce code duplicationPavel Labath2019-07-101-3/+5
* [lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncherStella Stamenova2019-07-091-1/+1
* [lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova2019-07-091-2/+2
* Fix ASCII art headerJonas Devlieghere2019-07-091-2/+1
* [Windows] Include ErrorHandling.hJonas Devlieghere2019-07-091-0/+2
* [ThreadLauncher] Use mapWindowsError and LLDB_INVALID_HOST_THREADJonas Devlieghere2019-07-081-4/+2
* [lldb, windows] When StartMonitoring fails, return a proper errorStella Stamenova2019-07-081-7/+8
* [Windows] Convert GetLastError to std::error_codeJonas Devlieghere2019-07-081-2/+4
* [lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...Stella Stamenova2019-07-081-1/+1
* [Host] Fix out-of-line definition on WindowsJonas Devlieghere2019-07-082-2/+2
* [Host] Fix out-of-line definition of StartMonitoringChildProcessJonas Devlieghere2019-07-081-1/+1
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-085-6/+15
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-053-21/+24
* Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso2019-06-251-54/+0
* Add ReadCStringFromMemory for faster string readsAntonio Afonso2019-06-181-0/+54
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-181-2/+3
* Silence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3Alexandre Ganea2019-06-011-1/+1
* Fix problem with r362192Richard Trieu2019-05-311-5/+8
OpenPOWER on IntegriCloud