Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: debugger/rsp/rsp_packets.cc

Issue 7466014: Add rsp::GetOffsets command + reply (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « debugger/rsp/rsp_packets.h ('k') | debugger/rsp/rsp_packets_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « debugger/rsp/rsp_packets.h ('k') | debugger/rsp/rsp_packets_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698