Add more server-side debugger logging, small tweaks to server-side error paths
commite967eb197f03a4d424e3f0d2232015a68264b70a
authorMike Magruder <mikemag@fb.com>
Wed, 8 May 2013 22:06:40 +0000 (8 15:06 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 10 May 2013 17:54:24 +0000 (10 10:54 -0700)
tree715f4830e25972ec5558ed1c3135f44c83e224d1
parent0aad5e95bfe09734f34dba7b8e67b57e599bded0
Add more server-side debugger logging, small tweaks to server-side error paths

Added some more logging on the server when debugging. Log warnings during shutdown (normal and from the signal handler) when there are debuggers attached. Minor tweaks to some of the error handling paths, with more log messages instead of silent failures. Also moved server-side closing of the thrift buffer to proxy destruction.
hphp/runtime/base/crash_reporter.cpp
hphp/runtime/eval/debugger/debugger.cpp
hphp/runtime/eval/debugger/debugger.h
hphp/runtime/eval/debugger/debugger_command.cpp
hphp/runtime/eval/debugger/debugger_command.h
hphp/runtime/eval/debugger/debugger_proxy.cpp