Fix breaking on request start/end/psp
commit18f717296527925e5d054dd5caacdcce021e734f
authorMike Magruder <mikemag@fb.com>
Tue, 14 May 2013 21:04:43 +0000 (14 14:04 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 15 May 2013 20:05:07 +0000 (15 13:05 -0700)
treea6b7032ca9418b871b4e3e906a0f9fed7b94fcbb
parent69dc698997d6c623f44f9d6a5d58d71224f423db
Fix breaking on request start/end/psp

Breaking at the start of the request, end of the request, or end of PSP has been broken for a while. Giving these events a site with the proper URL in them ensures that the rest of the original logic to match and stop on these breakpoints works again. Also updated the help for the breakpoint cmd using the old text from the reference, which seemed reasonable.
hphp/doc/debugger.refs
hphp/runtime/eval/debugger/cmd/cmd_break.cpp
hphp/runtime/eval/debugger/debugger.cpp
hphp/runtime/eval/debugger/debugger.h
hphp/runtime/eval/debugger/debugger_proxy.cpp