| 2071 | } |
| 2072 | |
| 2073 | int Debugger::SendStandardResponse(char *aCommandName, char *aTransactionId) |
| 2074 | { |
| 2075 | mResponseBuf.WriteF("<response command=\"%s\" transaction_id=\"%e\"/>" |
| 2076 | , aCommandName, aTransactionId); |
| 2077 | |
| 2078 | return SendResponse(); |
| 2079 | } |
| 2080 | |
| 2081 | int Debugger::SendContinuationResponse(char *aCommand, char *aStatus, char *aReason) |
| 2082 | { |