summaryrefslogtreecommitdiff
path: root/interf.c (unfollow)
AgeCommit message (Collapse)Author
2023-04-25Fix removing software breakpointsThomas Wucher
When a breakpoint is removed, the ebase.bpts array is correctly updated, but ebase.bpsave is not kept in sync. This results in wrong instructions being executed when adding multiple breakpoints and then removing any but the last. Fix this error by updating the ebase.bpsave array when removing a breakpoint.
2020-12-15Added support for RISCV32 systems with CLINT/PLICJiri Gaisler
2020-10-28Add networking support using host tap device2.23Jiri Gaisler
* Emulation of GRETH 10/100 Mbit MAC and PHY * Supported only on linux
2020-02-29Fix incorrect operation on big-endian hostsJiri Gaisler
2019-11-14Cross-platform support for async gdb break (ctrl-c)Jiri Gaisler
2019-11-08Replaced windows flushing with reg cacheJiri Gaisler
2019-11-02Added support for gdb hw break/watchpointsJiri Gaisler
2019-06-11Fix C formatting with indentJiri Gaisler
2019-06-11Silence warnings when compiled with LLVMJiri Gaisler