summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when specifying a core file that isn't readable.Greg Clayton2014-08-151-0/+9
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-142-3/+69
* Host: remove unused functionSaleem Abdulrasool2014-08-091-21/+0
* Implement some common file operations on Windows.Zachary Turner2014-08-092-60/+111
* Fix bug causing FileSpec::GetPath() to crash with a null dest.Zachary Turner2014-08-081-0/+3
* r215124 missed a few Mac OS X only uses of FileSpec::Resolve, fixing to matchJim Ingham2014-08-071-11/+10
* Use standard realloc so FreeBSD Host.cpp can use glibcEd Maste2014-08-071-3/+7
* Optimizations for FileSpec.Zachary Turner2014-08-072-144/+81
* Fix FileSpec to be able to understand Windows paths.Zachary Turner2014-08-072-45/+74
* Creates a socket host object.Zachary Turner2014-08-064-11/+697
* Now that setting an architecture from a mach-o CPU type and subtype doesn't s...Greg Clayton2014-08-021-0/+2
* Resolve the executable _before_ we try to get the module specifications.Greg Clayton2014-07-291-0/+11
* [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func.Zachary Turner2014-07-291-19/+2
* Fix compile error on Windows.Zachary Turner2014-07-291-1/+1
* Use llvm Support functions to get the user's home directory.Zachary Turner2014-07-281-0/+18
* Fix configure/make builds on MacOSX.Todd Fiala2014-07-241-0/+3
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-0/+23
* Host: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+2
* Make lldb -P work on Windows.Zachary Turner2014-07-182-1/+19
* Fixing warnings shouldn't introduce a crasher.Greg Clayton2014-07-181-1/+3
* Add Host::MAX_THREAD_NAME_LENGTH constant.Todd Fiala2014-07-161-0/+9
* lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.Greg Clayton2014-07-141-9/+15
* Fix tests broken by the OptionValidator changes.Zachary Turner2014-07-091-1/+16
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-093-10/+10
* Simplify Host::GetOSVersion() on macosx.Jean-Daniel Dupas2014-07-081-46/+7
* Implment "platform process list" for Windows.Zachary Turner2014-07-082-2/+125
* Fix compilation errors introduced by host Pipe abstractionZachary Turner2014-07-031-6/+5
* Add host layer support for pipes.Greg Clayton2014-07-022-0/+173
* Removing Carbon dependency by removing obsolete code.Jean-Daniel Dupas2014-07-021-93/+0
* Fix typos.Bruce Mitchener2014-07-014-10/+10
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-3012-0/+1692
* Factored out Linux proc file reading into separate class.Todd Fiala2014-06-301-62/+7
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-272-3/+5
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-1/+1
* Rework fix in r201744. You really DO need to waitpid twice to get theJim Ingham2014-06-241-1/+6
* Windows fix: Condition::Wait returned failure when it actually succeeded (Sle...Colin Riley2014-06-031-1/+1
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-021-1/+6
* Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...Greg Clayton2014-05-301-35/+8
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-7/+31
* Fix Windows warnings.Todd Fiala2014-05-281-0/+1
* Implement Host::GetThreadName for FreeBSDEd Maste2014-05-211-0/+29
* "process kill" and "process detach" were causing double prompts or prompts th...Greg Clayton2014-05-081-46/+35
* control-D on empty line to quit lldb stopped working in Release builds on Mac...Greg Clayton2014-05-061-1/+2
* Use posix_spawn on NetBSD as well.Joerg Sonnenberger2014-05-021-6/+6
* EOF is outside the value range of char on architectures with unsignedJoerg Sonnenberger2014-05-021-1/+1
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-27/+65
* Since one or more Editline instances of the same kind (lldb commands, express...Greg Clayton2014-04-251-57/+157
* Change the default key bindings for multi-line mode:Greg Clayton2014-04-231-2/+3
* Fixed a case where if someone added a "bind -v" to their ~/.editrc file, key ...Greg Clayton2014-04-231-6/+18
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-11/+7
OpenPOWER on IntegriCloud