hanchenye-llvm-project/lldb/tools
Greg Clayton 73bf5dbd16 Improved the packet throughput when debugging with GDB remote by over 3x on
darwin (not sure about other platforms).

Modified the communication and connection classes to not require the
BytesAvailable function. Now the "Read(...)" function has a timeout in
microseconds.

Fixed a lot of assertions that were firing off in certain cases and replaced
them with error output and code that can deal with the assertion case.

llvm-svn: 133224
2011-06-17 01:22:15 +00:00
..
darwin-debug Added the ability to get a 32 or 64 bit simple return value from the 2011-05-15 22:49:24 +00:00
darwin-threads A tool for examining a mach process and its threads. 2011-02-05 05:27:30 +00:00
debugserver Don't codesign with lldb_codesign for non MacOSX SDKs. 2011-06-03 22:08:56 +00:00
driver Don't have the debugger default to ignoring EOF. This is only what the driver 2011-05-29 04:06:55 +00:00
lldb-platform Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00