[debugger] Unified breakpoint/watchpoint IPC.
Breakpoints and Watchpoint have a lot of overlap, especially in the client. Having a separate IPC type would duplicate a lot of handling within the client and console. This will permit to reuse a lot of that code. TEST=Updated the protocol unit tests. Change-Id: I02214064a71527cf147155280e15e18fb4f90336
Showing
- src/developer/debug/debug_agent/debug_agent.cc 2 additions, 2 deletionssrc/developer/debug/debug_agent/debug_agent.cc
- src/developer/debug/debug_agent/integration_tests/watchpoint_test.cc 5 additions, 5 deletions...er/debug/debug_agent/integration_tests/watchpoint_test.cc
- src/developer/debug/debug_agent/process_watchpoint_unittest.cc 4 additions, 4 deletions...eveloper/debug/debug_agent/process_watchpoint_unittest.cc
- src/developer/debug/debug_agent/watchpoint.cc 2 additions, 2 deletionssrc/developer/debug/debug_agent/watchpoint.cc
- src/developer/debug/debug_agent/watchpoint.h 2 additions, 2 deletionssrc/developer/debug/debug_agent/watchpoint.h
- src/developer/debug/ipc/agent_protocol.cc 11 additions, 3 deletionssrc/developer/debug/ipc/agent_protocol.cc
- src/developer/debug/ipc/client_protocol.cc 2 additions, 0 deletionssrc/developer/debug/ipc/client_protocol.cc
- src/developer/debug/ipc/protocol.h 0 additions, 1 deletionsrc/developer/debug/ipc/protocol.h
- src/developer/debug/ipc/protocol_unittests.cc 5 additions, 0 deletionssrc/developer/debug/ipc/protocol_unittests.cc
- src/developer/debug/ipc/records.h 8 additions, 34 deletionssrc/developer/debug/ipc/records.h
Loading
Please register or sign in to comment