llvm-project/lldb/tools
Greg Clayton e48310dc6b Added a kqueue class which isn't being used yet, but was part of trying to work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors.
Also added a TimeSpecTimeout class which can be used with any calls that take a "struct timespec *" as an argument. It is used by the KQueue class.

Also updated some project settings.

llvm-svn: 175377
2013-02-16 22:46:58 +00:00
..
darwin-debug Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
darwin-threads Add code to retreive the mach port # for each thread in the inferior application's 2013-01-18 23:07:45 +00:00
debugserver Added a kqueue class which isn't being used yet, but was part of trying to work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors. 2013-02-16 22:46:58 +00:00
driver Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where 2013-02-09 01:29:05 +00:00
install-headers Fixed a bug where the LLDB_VERSION wasn't properly 2012-09-10 22:43:22 +00:00
lldb-platform Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
Makefile FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. 2012-03-29 17:46:11 +00:00