llvm-project/lldb/source
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
..
API Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where 2013-02-09 01:29:05 +00:00
Breakpoint Probably should return that value we took the trouble to compute. 2013-02-14 03:04:50 +00:00
Commands One to many always's. 2013-02-14 19:30:35 +00:00
Core Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
DataFormatters NSSet formatter is now C++ code 2013-02-15 23:38:37 +00:00
Expression Fixes in the IRInterpreter: 2013-02-15 23:07:52 +00:00
Host Fixed a crash when we didn't get a plist but tried 2013-02-08 23:17:17 +00:00
Interpreter <rdar://problem/13178743> 2013-02-12 18:52:24 +00:00
Plugins Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in POSIX plugin 2013-02-15 20:23:25 +00:00
Symbol Quiet "the missing case in switch statement" warnings from newer clang builds. 2013-02-13 18:15:56 +00:00
Target A little cleanup. {Disable/Enable}Breakpoint actually disables/enables BreakpointSites not breakpoints, it is confusing 2013-02-15 02:06:30 +00:00
Utility 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
Makefile Actually build DataFormatters dir. Fix for the r173732 fix. 2013-01-29 22:20:20 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00