[debugger] Extended breakpoint Add IPC request to support watchpoints.
This required to extract a bit the "breakpoint type" from the settings. This change is a no-op but requires to touch quite a bit of files because of our "use the ipc type as our internal storage" strategy. TEST=host + target tests. Change-Id: Ia24efea188224a330e38ff1c5a44585f0021da8b
Showing
- src/developer/debug/debug_agent/breakpoint.cc 7 additions, 3 deletionssrc/developer/debug/debug_agent/breakpoint.cc
- src/developer/debug/debug_agent/breakpoint.h 9 additions, 1 deletionsrc/developer/debug/debug_agent/breakpoint.h
- src/developer/debug/debug_agent/breakpoint_unittest.cc 12 additions, 6 deletionssrc/developer/debug/debug_agent/breakpoint_unittest.cc
- src/developer/debug/debug_agent/debug_agent.cc 40 additions, 9 deletionssrc/developer/debug/debug_agent/debug_agent.cc
- src/developer/debug/debug_agent/debug_agent.h 6 additions, 0 deletionssrc/developer/debug/debug_agent/debug_agent.h
- src/developer/debug/debug_agent/hardware_breakpoint.cc 1 addition, 1 deletionsrc/developer/debug/debug_agent/hardware_breakpoint.cc
- src/developer/debug/debug_agent/integration_tests/breakpoint_test.cc 1 addition, 1 deletion...er/debug/debug_agent/integration_tests/breakpoint_test.cc
- src/developer/debug/debug_agent/integration_tests/debugged_job_test.cc 1 addition, 1 deletion.../debug/debug_agent/integration_tests/debugged_job_test.cc
- src/developer/debug/debug_agent/process_breakpoint.cc 2 additions, 2 deletionssrc/developer/debug/debug_agent/process_breakpoint.cc
- src/developer/debug/debug_agent/process_breakpoint_unittest.cc 12 additions, 10 deletions...eveloper/debug/debug_agent/process_breakpoint_unittest.cc
- src/developer/debug/ipc/agent_protocol.cc 8 additions, 5 deletionssrc/developer/debug/ipc/agent_protocol.cc
- src/developer/debug/ipc/client_protocol.cc 1 addition, 1 deletionsrc/developer/debug/ipc/client_protocol.cc
- src/developer/debug/ipc/protocol.h 5 additions, 0 deletionssrc/developer/debug/ipc/protocol.h
- src/developer/debug/ipc/protocol_unittests.cc 2 additions, 0 deletionssrc/developer/debug/ipc/protocol_unittests.cc
- src/developer/debug/ipc/records.cc 16 additions, 0 deletionssrc/developer/debug/ipc/records.cc
- src/developer/debug/ipc/records.h 3 additions, 3 deletionssrc/developer/debug/ipc/records.h
- src/developer/debug/zxdb/client/breakpoint_impl.cc 1 addition, 1 deletionsrc/developer/debug/zxdb/client/breakpoint_impl.cc
- src/developer/debug/zxdb/console/command_utils.cc 0 additions, 9 deletionssrc/developer/debug/zxdb/console/command_utils.cc
- src/developer/debug/zxdb/console/command_utils.h 0 additions, 1 deletionsrc/developer/debug/zxdb/console/command_utils.h
Loading
Please register or sign in to comment