summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common
Commit message (Expand)AuthorAgeFilesLines
* Fix pessimizing moves. Found by clang.Davide Italiano2015-11-071-1/+1
* LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...Jim Ingham2015-11-051-1/+3
* Fix editline unindentation code for more recent libedits.Todd Fiala2015-10-271-2/+5
* Use accept4 workaround for MIPS Android build.Chaoren Lin2015-10-271-3/+3
* Add Socket::Create factory method which uses socket protocol to find an appro...Oleksiy Vyalov2015-10-271-21/+41
* Add support for abstract domain sockets.Oleksiy Vyalov2015-10-221-0/+42
* When calling FileSpec::AppendPathComponent() we don't need to include "." in ...Greg Clayton2015-10-201-1/+1
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-0/+14
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-3/+3
* Fix temporary directory computation on linux (pr25147)Pavel Labath2015-10-161-13/+4
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-153-469/+546
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-1/+7
* Revert "Fix temporary directory computation on linux (pr25147)"Pavel Labath2015-10-151-4/+13
* Fix temporary directory computation on linux (pr25147)Pavel Labath2015-10-151-13/+4
* Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr...Vadim Macagon2015-10-131-0/+2
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-11/+14
* Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()Bruce Mitchener2015-10-061-5/+5
* Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath2015-10-011-14/+11
* Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda2015-10-011-11/+14
* Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanksSean Callanan2015-09-182-27/+1
* Added support for resolving symbolic links to FileSpec.Sean Callanan2015-09-182-1/+30
* Move GetOptInc to the common namespacePavel Labath2015-09-041-0/+473
* NetBSD ships with paccept(2), a superset of accept4(2)Stephane Sezer2015-09-031-2/+4
* Simplify find_first_of & find_last_of on single char.Bruce Mitchener2015-09-012-2/+2
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-0/+6
* Fix for build errors on arm-linux-gnueabi-gccOmair Javaid2015-08-091-0/+4
* Fix issues with separate symbolfile handlingTamas Berghammer2015-07-301-3/+7
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-282-4/+2
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+21
* Log socket communications to LIBLLDB_LOG_COMMUNICATION instead ofJason Molenda2015-07-241-3/+3
* Bind to the loopback when we are expecting a connection from 127.0.0.1 so we ...Greg Clayton2015-07-241-9/+18
* Disable mutex error checking so it doesn't create problems with the multi-thr...Greg Clayton2015-07-231-1/+1
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-6/+2
* Revert "Add Pipe::WriteWithTimeout method"Pavel Labath2015-07-211-9/+2
* Add Pipe::WriteWithTimeout methodPavel Labath2015-07-211-2/+9
* Fix FileSpec::IsSymlink implementation.Oleksiy Vyalov2015-07-211-0/+22
* freeaddrinfo(NULL) segfaults on Android.Chaoren Lin2015-07-171-2/+4
* Add missing include for android-arm buildTamas Berghammer2015-07-161-0/+1
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-2/+6
* Use accept instead of accept4 for Android.Chaoren Lin2015-07-151-2/+19
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-6/+2
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-14/+0
* Refactor Unix signals.Chaoren Lin2015-07-141-7/+3
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-0/+22
* Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS...Greg Clayton2015-07-061-59/+83
* Fix windows build.Ewan Crawford2015-06-301-34/+28
* Rewrite FileSpec::EnumerateDirectory to avoid code duplication.Chaoren Lin2015-06-291-197/+16
* Avoid a recursive function call that could run LLDB out of file descriptors i...Greg Clayton2015-06-291-0/+192
* [LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil2015-06-231-0/+6
OpenPOWER on IntegriCloud