aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Host
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Merging r277997, r277999 and r278001:Hans Wennborg1-1/+1
2016-07-14Editing multi-line content in a terminal environment involves a lot ofKate Stone1-37/+81
2016-07-12Add logging to Linux Host::GetProcessAndStatInfo.Oleksiy Vyalov1-4/+16
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2-2/+2
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2-2/+2
2016-06-21Fix typo in eOpenOptionDontFollowSymlinksFrancis Ricci1-1/+1
2016-06-07Don't use SO_REUSEADDR for *client* socketsPavel Labath1-3/+0
2016-06-07LLDB is leaking memory in Editline.cpp on MacOSX. Greg Clayton1-43/+62
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-3/+3
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool6-84/+78
2016-05-13Disable HostThread::Cancel assertion on FreeBSDEd Maste1-0/+2
2016-05-12Fix some long standing issues that caused tests to be flaky. Greg Clayton1-6/+12
2016-05-11Generalize child process monitoring functionsPavel Labath7-64/+39
2016-05-03Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2-33/+21
2016-05-03Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2-21/+33
2016-04-27Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093Kate Stone1-1/+1
2016-04-21Host: fix some -Wformat-pedantic warningsSaleem Abdulrasool1-6/+6
2016-04-19llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton1-1/+15
2016-04-19Fix Windows build.Chaoren Lin1-0/+1
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+1
2016-04-14FileSpec: make matching separator-agnostic againPavel Labath1-0/+2
2016-04-12Revert to using libdispatch to reap threads on MacOSX. Code was accidentally ...Greg Clayton1-21/+33
2016-04-04Make FileSpec handling platform-independentPavel Labath1-26/+100
2016-03-22Unicode support on Win32.Zachary Turner12-149/+378
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan1-29/+17
2016-03-16Fix null pointer "dereference" in DomainSocketPavel Labath1-1/+1
2016-03-15Remove unnecessary <limits> includes.Jim Ingham1-2/+4
2016-03-11Fix a couple of cornercases in FileSpec + testsPavel Labath1-24/+22
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton1-51/+0
2016-03-02Add support for reading line tables from PDB files.Zachary Turner2-7/+33
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2-20/+20
2016-02-24Some fixes for case insensitive paths on Windows.Zachary Turner1-53/+61
2016-02-23[linux] Remove all traces of signalfd(2)Pavel Labath1-5/+0
2016-02-19Don't use an atexit handler for cleaning up the temp directory.Zachary Turner1-16/+17
2016-02-04Make HostThread SetName work on OS X. GetName doesn't currently work, the co...Jim Ingham2-14/+10
2016-02-03Fix an off-by-one in SocketTest::DecodeHostAndPortPavel Labath1-1/+1
2016-02-02We try to avoid static objects. These are on the error path for unsupported ...Jim Ingham1-4/+4
2016-01-28Remove autoconf support from source directories.Eugene Zelenko2-79/+0
2016-01-20Fix a problem where we were not calling fcntl() with the correct arguments fo...Enrico Granata1-2/+2
2016-01-13Fix TestProcessLaunch for Python 3.Zachary Turner1-2/+33
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata1-0/+9
2016-01-11Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer1-1/+1
2015-12-14[Editline] Redesign automatic indentation fix command for robustnessKate Stone1-20/+33
2015-11-21Add code to PlatformDarwin and HostInfoMacOSX so they return theJason Molenda1-0/+13
2015-11-19Fix an issue where LLDB would not launch argdumper correctly if there were sp...Enrico Granata2-2/+5
2015-11-07Fix pessimizing moves. Found by clang.Davide Italiano1-1/+1
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener3-3/+3
2015-11-06Jim thinks we shouldn't bother to pollute the svn repo with theseJason Molenda1-2/+2
2015-11-05Update the invocation to dsymForUUID (a script plugin usedJason Molenda1-2/+2
2015-11-05LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...Jim Ingham1-1/+3