summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncherStella Stamenova2019-07-091-1/+1
* 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
* [Windows] Convert GetLastError to std::error_codeJonas Devlieghere2019-07-081-2/+4
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-084-5/+14
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-052-18/+18
* 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
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-302-0/+16
* Revert "[lldb] followup fix for https://reviews.llvm.org/D62305"Jonas Devlieghere2019-05-241-4/+4
* [lldb] followup fix for https://reviews.llvm.org/D62305Konrad Kleine2019-05-231-4/+4
* [HostNativeThreadBase] Undo nullptr changesJonas Devlieghere2019-05-231-4/+4
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-231-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-2312-33/+35
* Ack, added DWARFTypeUnit to the wrong target...Jim Ingham2019-05-231-1/+3
* [EditLine] Rewrite GetHistoryFilePathJonas Devlieghere2019-05-221-13/+18
* [FileSystem] Fix regression in FileSystem::ResolveJonas Devlieghere2019-05-211-8/+12
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-213-4/+6
* [EditLine] Check string pointers before dereferencing them.Davide Italiano2019-05-171-2/+3
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-4/+0
* Editline: Fix an msan errorPavel Labath2019-04-291-3/+7
* Hide stderr output from lldb-argdumperAdrian Prantl2019-04-241-8/+13
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1011-82/+0
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-0/+27
* Fix a stack buffer overflow found by ASAN.Adrian Prantl2019-04-081-5/+6
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-213-5/+9
* Make sure FileSystem::Resolve preserves the path/file distinction.Adrian Prantl2019-03-131-1/+4
* Fix invalid use of StringRef::data in Socket::DecodeHostAndPortPavel Labath2019-03-111-5/+3
* [ExpressionParser] Implement ComputeClangResourceDir for WindowsAlex Langford2019-03-071-0/+32
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-7/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-113/+0
* Delete commented-out code.Adrian Prantl2019-03-011-6/+0
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-383/+0
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-152-5/+11
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-152-11/+5
* [lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny2019-02-151-2/+8
* [lldb] [MainLoop] Remove redundant termination clause (NFCI)Michal Gorny2019-02-141-3/+0
* [lldb] [MainLoop] Report errno for failed kevent()Michal Gorny2019-02-141-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-17/+17
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-122-3/+3
* [lldb] [MainLoop] Initialize empty sigset_t correctlyMichal Gorny2019-02-111-4/+6
* [lldb-server] Improve support on WindowsAaron Smith2019-02-072-3/+6
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-045-3/+553
* [Reproducers] Add file providerJonas Devlieghere2019-01-291-4/+64
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1931-124/+93
* [lldb] - Fix crash when listing the history with the key up.George Rimar2019-01-161-1/+1
OpenPOWER on IntegriCloud