summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host
Commit message (Expand)AuthorAgeFilesLines
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-3/+3
* Removed debugging code.Han Ming Ong2012-12-111-1/+0
* <rdar://problem/12850287>Han Ming Ong2012-12-101-20/+33
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-073-8/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham2012-11-301-0/+9
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-293-8/+8
* Linux fix: remove reference to cellspu (backend removed in llvm r167984)Daniel Malea2012-11-191-1/+0
* Fix a little think-o. In FileSpec::operator== we were trying to figure out w...Jim Ingham2012-11-031-1/+1
* Caught two cases where we were passing a Stream* without checking for NULLEnrico Granata2012-11-031-4/+7
* Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look upJason Molenda2012-10-301-3/+19
* Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR.Greg Clayton2012-10-301-1/+1
* <rdar://problem/12462048>Greg Clayton2012-10-182-1/+25
* <rdar://problem/12462048>Greg Clayton2012-10-171-2/+1
* Patch from Andrew Kaylor that centralized where the info for:Greg Clayton2012-10-121-12/+0
* Patch from Andrew Kaylor that fixes Linux default host triple values.Greg Clayton2012-10-111-0/+5
* Patch from Dan Malea to fix a build break I introduced yesterday.Jason Molenda2012-10-091-1/+1
* Add a parameter to Symbols::DownloadObjectAndSymbolFile() to controlJason Molenda2012-10-091-2/+38
* Symbols::LocateMacOSXFilesUsingDebugSymbols() - perform tildeJason Molenda2012-10-051-1/+1
* Change DynamicLoaderDarwinKernel::OSKextLoadedKextSummary to useJason Molenda2012-10-021-3/+3
* Implementing plugins that provide commands.Enrico Granata2012-09-281-0/+27
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-42/+123
* Added the ability to download a symboled executable and symbol file given a U...Greg Clayton2012-09-274-14/+149
* Bump to lldb-168, debugserver-193.Jason Molenda2012-09-202-2/+2
* <rdar://problem/12219840>Greg Clayton2012-09-181-1/+7
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* <rdar://problem/11374963>Greg Clayton2012-09-141-3/+13
* <rdar://problem/11374963>Greg Clayton2012-09-122-7/+14
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-4/+4
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-0/+6
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-302-3/+33
* <rdar://problem/11757916>Greg Clayton2012-08-292-9/+33
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-7/+1
* rdar://problem/11324515Johnny Chen2012-08-221-2/+6
* Updating Xcode project version numbers for lldb-165 and debugserver-192Sean Callanan2012-08-072-2/+2
* Updating Xcode project version numbers for lldb-164 and debugserver-191Sean Callanan2012-08-022-2/+2
* Make glibc and its developers happy. Circumvent the lack of strlcat in glibc.Filipe Cabecinhas2012-07-301-1/+3
* Fixed ePathTypePythonDir for Linux and FreeBSD (at least). This works for non...Filipe Cabecinhas2012-07-301-3/+7
* Updating Xcode project version numbers for lldb-163 and debugserver-190Sean Callanan2012-07-262-2/+2
* Call "drain" on the auto release pool as it will do the right thing for both ...Greg Clayton2012-07-171-5/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-172-189/+193
* Bump to lldb-162 / debugserver-189.Jason Molenda2012-07-142-2/+2
* Resolve source paths that start with ~ when doing substitutions.Greg Clayton2012-07-131-0/+5
* Unify how we get host version on Mac OS X & iOS.Jim Ingham2012-07-121-43/+57
* Provide more information when process launch can't change directory to theFilipe Cabecinhas2012-07-121-1/+10
* Fixed errors and warnings on debug code.Filipe Cabecinhas2012-07-091-4/+4
* Bump versions to lldb-161, debugserver-188.Jason Molenda2012-07-062-2/+2
* Bump version number to lldb-160.Jason Molenda2012-06-212-2/+2
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-71/+60
* When the Platform launches a process for debugging, make sure it goes into a ...Jim Ingham2012-06-011-0/+3
OpenPOWER on IntegriCloud