Opened 12 years ago
Last modified 7 years ago
#9711 in-progress enhancement
Add support for remote debugging
Reported by: | anevilyak | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #9310, #9710 | Blocking: | |
Platform: | All |
Description
Eventually it would be nice to support debugging remote teams. This requires corresponding support in debug_server though.
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 10 years ago
Blocked By: | 9310 added |
---|
comment:3 by , 9 years ago
Status: | new → in-progress |
---|
comment:4 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | in-progress → assigned |
comment:5 by , 7 years ago
Status: | assigned → in-progress |
---|
Note:
See TracTickets
for help on using tickets.
As a note for when one of us gets around to implementing this, as far as I'm aware, all TODOs with regards to abstracting things to be done via DebuggerInterface have been resolved, with one exception: http://cgit.haiku-os.org/haiku/tree/src/apps/debugger/controllers/ThreadHandler.cpp#n79 . There still remain various Architecture and other TODOs for the case where the host and target systems are different hardware architectures though (e.g. floating point handling differences).