summaryrefslogtreecommitdiff
path: root/src/jib
diff options
context:
space:
mode:
authorAlasdair Armstrong2019-11-01 20:13:36 +0000
committerAlasdair Armstrong2019-11-01 20:13:36 +0000
commit3aca640eaf8cb10d473c64bd1ee7c462ab2236f4 (patch)
treeed3f87873bb564956c1256606b80f69b009bac8d /src/jib
parent24c0617820ff98a7cc46d21ededc13c9d6b56e24 (diff)
More work on GDB interface
The following now works to run sail on every HVC call with hafnium function gdb_init() -> unit = { // Connect to QEMU via GDB sail_gdb_qemu(""); sail_gdb_symbol_file("hafnium.elf.sym"); sail_gdb_send("break-insert sync_lower_exception") } function gdb() -> unit = { gdb_init(); while true do { sail_gdb_send("exec-continue"); sail_gdb_sync() } }
Diffstat (limited to 'src/jib')
0 files changed, 0 insertions, 0 deletions