aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Host
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2-0/+4
2013-05-15Implement "platform process list" on LinuxDaniel Malea2-44/+251
2013-05-15Include also sys/wait.h in the case of a FreeBSD kernel with a glibc (Debian ...Sylvestre Ledru1-1/+2
2013-05-13Add setting of lldb thread names on Linux.Matt Kopec2-5/+78
2013-05-07Adding support for process attach by pid on Linux.Andrew Kaylor2-24/+98
2013-05-06A few small fixes to make things like image list notJason Molenda1-2/+4
2013-05-04fix a couple of clang static analyzer warnings.Jason Molenda1-0/+4
2013-05-03Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda1-11/+7
2013-05-01Build fixes for FreeBSD 9.1.Ashok Thirumurthi2-2/+5
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton1-3/+2
2013-04-29Don't return a reference to a local variable, and removed a redundant API.Greg Clayton1-13/+3
2013-04-29Add a few new methods to FileSpec to make it a little easier to workJason Molenda1-2/+27
2013-04-25More CMake fixes for OS X.Filipe Cabecinhas2-3/+19
2013-04-24<rdar://problem/13209140>Enrico Granata1-0/+6
2013-04-24<rdar://problem/13665446>Greg Clayton1-0/+26
2013-04-20Fixed being able to mmap an entire file by letting the default args "do the r...Greg Clayton1-1/+2
2013-04-19Fixed some linux buildbot warnings.Greg Clayton1-2/+1
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton5-5/+5
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton5-8/+7
2013-04-04Change EnumerateDirectory from using readdir() to using readdir_r()Jason Molenda1-2/+13
2013-03-27<rdar://problem/13521159>Greg Clayton2-20/+20
2013-03-08Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata2-0/+40
2013-03-07Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan2-2/+2
2013-03-06<rdar://problem/13119170>Han Ming Ong1-0/+30
2013-02-27Fixed a case where the result of std::string's c_str() method was being calle...Greg Clayton1-72/+22
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea5-0/+33
2013-02-17Added a host call to get the number of CPUs. It should work on all POSIX unix...Greg Clayton1-23/+72
2013-02-08Fixed a crash when we didn't get a plist but triedSean Callanan1-1/+1
2013-02-01<rdar://problem/13092722>Greg Clayton1-12/+0
2013-01-25<rdar://problem/13069948>Greg Clayton4-12/+12
2013-01-08Add initial support to trace spawned threads in a process on Linux.Matt Kopec1-7/+12
2013-01-04Fix lldb -P on LinuxDaniel Malea1-8/+12
2012-12-21Fixed a bug where we could accept the wrongSean Callanan1-1/+1
2012-12-19<rdar://problem/12446222>Enrico Granata1-1/+34
2012-12-14Fixed two conditionals that I accidentallySean Callanan1-2/+2
2012-12-13Removed the == and != operators from ArchSpec, sinceSean Callanan1-3/+3
2012-12-11Removed debugging code.Han Ming Ong1-1/+0
2012-12-10<rdar://problem/12850287>Han Ming Ong1-20/+33
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea3-8/+0
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-11-30Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham1-0/+9
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea3-8/+8
2012-11-19Linux fix: remove reference to cellspu (backend removed in llvm r167984)Daniel Malea1-1/+0
2012-11-03Fix a little think-o. In FileSpec::operator== we were trying to figure out w...Jim Ingham1-1/+1
2012-11-03Caught two cases where we were passing a Stream* without checking for NULLEnrico Granata1-4/+7
2012-10-30Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look upJason Molenda1-3/+19
2012-10-30Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR.Greg Clayton1-1/+1
2012-10-18<rdar://problem/12462048>Greg Clayton2-1/+25
2012-10-17<rdar://problem/12462048>Greg Clayton1-2/+1
2012-10-12Patch from Andrew Kaylor that centralized where the info for:Greg Clayton1-12/+0