mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 10:21:04 +00:00
The following features are tested (currently on Fiasco.OC only): - breakpoint in 'main()' - breakpoint in a shared library function - stack trace when not in a syscall - thread info - single stepping - handling of segmention fault exception - stack trace when in a syscall This patch fixes #105.