llvm-project/lldb/source
Greg Clayton 7f98240df6 <rdar://problem/13793059>
Added a setting to control timeout for kdp response packets. While I was at it, I also added a way to control the response timeout for gdb-remote packets.

KDP defaults to 5 seconds, and GDB defaults to 1 second. These were the default values that were in the code prior to adding these settings.

(lldb) settings set plugin.process.gdb-remote.packet-timeout 10
(lldb) settings set plugin.process.kdp-remote.packet-timeout 10

llvm-svn: 186360
2013-07-15 22:54:20 +00:00
..
API Fixed GetModuleSpecifications() to work better overall: 2013-07-12 22:07:46 +00:00
Breakpoint Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Commands Fixed GetModuleSpecifications() to work better overall: 2013-07-12 22:07:46 +00:00
Core <rdar://problem/13793059> 2013-07-15 22:54:20 +00:00
DataFormatters Huge change to clean up types. 2013-07-11 22:46:58 +00:00
Expression Actually use the return value we get back when 2013-07-15 18:43:36 +00:00
Host Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
Interpreter Added Repr() and Str() member functions to our PythonObject class to allow easy conversion to-string of every PythonObject 2013-07-12 21:11:02 +00:00
Plugins <rdar://problem/13793059> 2013-07-15 22:54:20 +00:00
Symbol Fixed GetModuleSpecifications() to work better overall: 2013-07-12 22:07:46 +00:00
Target Fixed GetModuleSpecifications() to work better overall: 2013-07-12 22:07:46 +00:00
Utility Add new files to CMakeLists.txt to fix cmake build error. 2013-06-17 23:07:22 +00:00
CMakeLists.txt Revert the ELF core file support until a few things can be worked out: 2013-07-12 22:52:22 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Don't compare 4 characters on a 2 character string. 2013-05-22 23:36:10 +00:00
lldb.cpp Revert the ELF core file support until a few things can be worked out: 2013-07-12 22:52:22 +00:00