llvm-project/lldb/source
Ed Maste f57dcbb615 Remove duplicated code
We preivously had two copies of ::BytesAvailable with only trivial
differences between them, and fixes have been applied to only one of
them.

Instead of duplicating the whole function, hide the FD_SET differences
behind a macro.  This leaves only one small __APPLE__-specific #if
block, and fixes ^C on non-__APPLE__ platforms.

llvm-svn: 210592
2014-06-10 21:33:43 +00:00
..
API Add support for inspecting enum members. 2014-06-02 20:55:29 +00:00
Breakpoint Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
Commands Fix Windows warnings. 2014-05-28 16:43:26 +00:00
Core Remove duplicated code 2014-06-10 21:33:43 +00:00
DataFormatters Introduce the concept of a "display name" for types 2014-05-17 19:14:17 +00:00
Expression Fix r209807 which inadvertently removed things 2014-05-29 13:42:17 +00:00
Host Windows fix: Condition::Wait returned failure when it actually succeeded (SleepConditionVariableCS returns non-zero for success) 2014-06-03 14:33:41 +00:00
Interpreter Args::StringToGenericRegister will now accept "lr" as 2014-05-09 04:09:48 +00:00
Plugins Fix most of the remaining Windows build warnings. 2014-06-02 17:30:22 +00:00
Symbol Small cleanups for the new enum fixes: 2014-06-02 21:58:30 +00:00
Target Fix Windows warnings. 2014-05-28 16:43:26 +00:00
Utility Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
CMakeLists.txt Fix windows build: SBTypeEnumMember.cpp added to the separate windows liblldb.dll project. 2014-06-03 13:01:18 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00