| Index: debugger/rsp/rsp_packets.cc
|
| ===================================================================
|
| --- debugger/rsp/rsp_packets.cc (revision 931)
|
| +++ debugger/rsp/rsp_packets.cc (working copy)
|
| @@ -104,6 +104,8 @@
|
| packet_factory_["qfThreadInfo"] = new rsp::GetThreadInfoCommand;
|
| packet_factory_["qsThreadInfo"] = new rsp::GetThreadInfoCommand;
|
| packet_factory_["GetThreadInfo$Reply"] = new rsp::GetThreadInfoReply;
|
| + packet_factory_["qOffsets"] = new rsp::GetOffsetsCommand;
|
| + packet_factory_["qOffsets$Reply"] = new rsp::GetOffsetsReply;
|
| }
|
|
|
| void Packet::FreePacketFactory() {
|
|
|