Opened 3 years ago
Last modified 3 years ago
#17176 new bug
bdb: could not resolve symbol '_kget_thread_registers_'
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/beta3 |
Keywords: | bdb, debugger | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
bdb 1.2 - could not resolve symbol '_kget_thread_registers_'
NOTE: Works for BeOS 4.5/5.0 x86 (GCC2).
Change History (2)
comment:2 by , 3 years ago
I don't think we plan to support the BeOS debugging protocol. We have our own one, usable with Debugger and our old gdb fork.
Note:
See TracTickets
for help on using tickets.
This seems some private BeOS-specific function that wraps syscall. Some reverse-engineering is needed to implement it on Haiku.