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

Issue 6312039: RSP proxy that can record session (for playback testing).... (Closed)

Created:
9 years, 10 months ago by garianov
Modified:
9 years, 7 months ago
Reviewers:
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

RSP proxy that can record session (for playback testing). I will add more comments in another CL.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2135 lines, -0 lines) Patch
A build_tools/debug_server/debug_server/common/common.vcproj View 1 chunk +219 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/debug_blob.h View 1 chunk +39 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/debug_blob.cpp View 1 chunk +126 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/debug_command_line.h View 1 chunk +27 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/debug_command_line.cpp View 1 chunk +52 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/debug_socket.h View 1 chunk +60 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/debug_socket.cpp View 1 chunk +245 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/rsp_packet_utils.h View 1 chunk +19 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/rsp_packet_utils.cc View 1 chunk +78 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/rsp_packetizer.h View 1 chunk +48 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/rsp_packetizer.cc View 1 chunk +154 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/rsp_session_log.h View 1 chunk +25 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/common/rsp_session_log.cc View 1 chunk +87 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/debug_server.sln View 1 chunk +56 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/rsp_recorder/rsp_recorder.h View 1 chunk +72 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/rsp_recorder/rsp_recorder.cc View 1 chunk +169 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/rsp_recorder/rsp_recorder.vcproj View 1 chunk +197 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/rsp_recorder/rsp_recorder_main.cc View 1 chunk +39 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/unit_tests/rsp_packetizer_test.h View 1 chunk +31 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/unit_tests/rsp_packetizer_test.cc View 1 chunk +184 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/unit_tests/unit_tests.cc View 1 chunk +15 lines, -0 lines 0 comments Download
A build_tools/debug_server/debug_server/unit_tests/unit_tests.vcproj View 1 chunk +193 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698