genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.03k stars 249 forks source link

ports: add 'gdb_support' #5163

Closed cproc closed 1 month ago

cproc commented 1 month ago

Add a component which watches /config/managed/runtime on Sculpt and creates symbolic links to binaries and debug info files of monitored components in a temporary /debug directory. The GDB user can then load the symbols of the currently selected inferior like follows:

(gdb) cd /debug/black_hole
(gdb) file black_hole
cproc commented 1 month ago

Fixed by 8b7c923.

cproc commented 1 month ago

Depends on #5162.

nfeske commented 1 month ago

Merged to staging.