summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common
Commit message (Expand)AuthorAgeFilesLines
* Creates a socket host object.Zachary Turner2014-08-064-11/+697
* Resolve the executable _before_ we try to get the module specifications.Greg Clayton2014-07-291-0/+11
* 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-181-1/+5
* 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-091-1/+1
* Implment "platform process list" for Windows.Zachary Turner2014-07-081-1/+2
* 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
* Fix typos.Bruce Mitchener2014-07-012-3/+3
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-3011-0/+1686
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-272-3/+5
* Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...Greg Clayton2014-05-301-35/+8
* Fix Windows warnings.Todd Fiala2014-05-281-0/+1
* "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
* Use getpgid() with waitpid() in case the process pgid is not equal to its pid...Andrew MacPherson2014-04-021-1/+1
* sanitise sign comparisonsSaleem Abdulrasool2014-04-022-6/+8
* Add mips64 to the list of 64-bit Host architecturesEd Maste2014-04-011-0/+1
* lldb arm64 import.Jason Molenda2014-03-291-2/+2
* Add the "lldb_complete" .editrc command back in case veteran users of LLDB ha...Greg Clayton2014-03-261-1/+2
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-3/+66
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-5/+0
* Replace some Windows specific string functions with std::string.Hafiz Abid Qadeer2014-03-121-4/+3
* Moved a check in HostGetOpt.h.Hafiz Abid Qadeer2014-03-121-4/+0
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-122-2/+2
* Fix Mingw build error by using lower case name for windows header files.Hafiz Abid Qadeer2014-03-101-1/+1
* Allow line numbers to be shown in multi-line expressions.Greg Clayton2014-03-071-0/+1
* Check if the terminal is interactive and set the flags accordinglyDeepak Panickal2014-03-031-1/+7
* Check call to fgetc for EINTR.Jim Ingham2014-02-271-20/+31
* There’s no need to call posix_spawnp_setbinpref_np when we are launching in...Jim Ingham2014-02-211-18/+25
* Fix Windows build, broken by the inclusion of sys/ioctl.h and isatty()Deepak Panickal2014-02-171-1/+4
* Fix the LLDB prompt for older Editline versions, specifically running on Ubun...Deepak Panickal2014-02-171-0/+5
* Avoid leaking namebuf in case of an early exitEnrico Granata2014-02-121-7/+5
* Host: unconstify editline paramtersSaleem Abdulrasool2014-02-101-4/+8
* Only set EL_PROMPT_ESC when existing - fix typoSylvestre Ledru2014-02-081-1/+1
OpenPOWER on IntegriCloud