summaryrefslogtreecommitdiffstats
path: root/interf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix removing software breakpointsThomas Wucher2023-04-251-0/+1
| | | | | | | | 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.
* Added support for RISCV32 systems with CLINT/PLICJiri Gaisler2020-12-151-1/+1
|
* Add networking support using host tap device2.23Jiri Gaisler2020-10-281-2/+2
| | | | | | * Emulation of GRETH 10/100 Mbit MAC and PHY * Supported only on linux
* Fix incorrect operation on big-endian hostsJiri Gaisler2020-02-291-2/+2
|
* Cross-platform support for async gdb break (ctrl-c)Jiri Gaisler2019-11-141-1/+5
|
* Replaced windows flushing with reg cacheJiri Gaisler2019-11-081-1/+6
|
* Added support for gdb hw break/watchpointsJiri Gaisler2019-11-021-26/+68
|
* Fix C formatting with indentJiri Gaisler2019-06-111-153/+187
|
* Silence warnings when compiled with LLVMJiri Gaisler2019-06-111-2/+2
|
* Standalone sis - initial commitJiri Gaisler2019-05-141-0/+321