summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host
Commit message (Expand)AuthorAgeFilesLines
...
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* 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-024-12/+14
* Add mips64 to the list of 64-bit Host architecturesEd Maste2014-04-011-0/+1
* lldb arm64 import.Jason Molenda2014-03-293-10/+34
* 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
* Change the type in va_arg call from char to int.Hafiz Abid Qadeer2014-03-201-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-202-29/+0
* build: fix libxml2 detection via CMakeSaleem Abdulrasool2014-03-141-1/+1
* Change type of a few members of a struct from unsigned to signed.Hafiz Abid Qadeer2014-03-131-2/+2
* 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-123-3/+3
* Added some missing header files.Hafiz Abid Qadeer2014-03-121-0/+1
* 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
* Move Windows getopt for building the DLLDeepak Panickal2014-03-031-2/+2
* Build liblldb.dll in WindowsDeepak Panickal2014-03-031-1/+0
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-8/+4
* Fix types to eliminate compiler warnings in FreeBSD host classEd Maste2014-02-281-2/+2
* 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
* Replaced custom variable arguments to standard library for correcting 64 bit ...Deepak Panickal2014-02-171-16/+33
* 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
* <rdar://problem/15996848>Han Ming Ong2014-02-103-4/+49
* Host: unconstify editline paramtersSaleem Abdulrasool2014-02-101-4/+8
* Only set EL_PROMPT_ESC when existing - fix typoSylvestre Ledru2014-02-081-1/+1
* Only set EL_PROMPT_ESC when existingSylvestre Ledru2014-02-081-0/+2
* Fixed an issue where "command source" would not do the right thing:Greg Clayton2014-02-051-3/+52
* Update header comment to match filenameEd Maste2014-02-021-1/+1
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-314-189/+526
* Pressing ^D in a non-empty input terminates LLDB. This was due to the fact th...Greg Clayton2014-01-301-1/+15
* Merging the iohandler branch back into main. Greg Clayton2014-01-273-27/+721
* Candidate fix for bug 18592.Todd Fiala2014-01-231-1/+1
* Unify OS X/POSIX/Linux Host spawn support.Todd Fiala2014-01-232-284/+233
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-2/+4
* Make lldb build with Makefiles on OS X.Todd Fiala2014-01-181-10/+14
* Added distribution info to ArchSpec and qHostInfo message.Todd Fiala2014-01-181-0/+6
* Undo change to triple behavior from r199510.Todd Fiala2014-01-171-7/+1
* Enable Linux distribution in vendor portion of host triple.Todd Fiala2014-01-172-1/+132
* Fixed the Visual Studio Windows buildDeepak Panickal2014-01-131-1/+1
* Update the lldb version number in the xcode project files from 310.99.0 to 32...Jason Molenda2014-01-102-2/+2
* Only check os version for POSIX_SPAWN_CLOEXEC_DEFAULT on desktop builds of LLDB.Greg Clayton2014-01-081-1/+1
* Fixed a kernel panic that would occur if you debug anything on MacOSX 10.7 or...Greg Clayton2014-01-081-43/+72
* <rdar://problem/15639995>Han Ming Ong2013-12-191-19/+8
* Fixes an issue where a signum => name mapping function has multiple case stat...Sylvestre Ledru2013-12-131-0/+4
OpenPOWER on IntegriCloud