Atmosphere/thermosphere/src
2020-02-04 19:12:25 +00:00
..
gdb thermosphere: rewrite watchpoints.c 2020-02-04 19:12:25 +00:00
platform thermosphere: I wish ld wasn't dumb (also, bugfix). This saves 4K 2020-02-04 19:12:25 +00:00
asm_macros.s thermosphere: optimize barrier and core_ctx 2020-02-04 19:12:23 +00:00
barrier.c thermosphere: optimize barrier and core_ctx 2020-02-04 19:12:23 +00:00
barrier.h thermosphere: rewrite debug pause & fix single step state machine 2020-02-04 19:12:21 +00:00
breakpoints.c thermosphere: fix watchpoint creation, fix wp&bp allocation 2020-02-04 19:12:25 +00:00
breakpoints.h thermosphere: fix watchpoint creation, fix wp&bp allocation 2020-02-04 19:12:25 +00:00
breakpoints_watchpoints_common.h thermosphere: rewrite sysreg trapping code, add skeleton code for timer val trap handling; support A32 EL1 once again 2020-02-04 19:12:20 +00:00
breakpoints_watchpoints_load.h thermosphere: remove breakpoint/watchpoint reg dump functions 2020-02-04 19:12:19 +00:00
breakpoints_watchpoints_load.s thermosphere: rewhoops 2020-02-04 19:12:25 +00:00
caches.c thermosphere: trap set/way dcache access 2020-02-04 19:12:21 +00:00
caches.h thermosphere: implement reading and writing guest memory 2020-02-04 19:12:21 +00:00
core_ctx.c thermosphere: major refactor of memory map 2020-02-04 19:12:21 +00:00
core_ctx.h thermosphere: add structural changes needed for range step 2020-02-04 19:12:23 +00:00
data_abort.c thermosphere: major refactor of memory map 2020-02-04 19:12:21 +00:00
data_abort.h thermosphere: fix multiple bugs 2020-02-04 19:12:19 +00:00
debug_log.c thermosphere: add more debugging strings 2020-02-04 19:12:24 +00:00
debug_log.h thermosphere: add more debugging strings 2020-02-04 19:12:24 +00:00
debug_manager.c thermosphere: fix continue logic for full-stop & some refactoring 2020-02-04 19:12:24 +00:00
debug_manager.h thermosphere: fix continue logic for full-stop & some refactoring 2020-02-04 19:12:24 +00:00
exception_vectors.s thermosphere: optimize barrier and core_ctx 2020-02-04 19:12:23 +00:00
exceptions.c thermosphere: suppress potential unused variable warnings 2020-02-04 19:12:25 +00:00
exceptions.h thermosphere: rewrite gdb/reg 2020-02-04 19:12:23 +00:00
execute_function.c thermosphere: unfuck sw breakpoint logic 2020-02-04 19:12:21 +00:00
execute_function.h thermopshere: add "execute function" sgi 2020-02-04 19:12:19 +00:00
fmt.c thermosphere: fix fmt.c "l" handling 2020-02-04 19:12:21 +00:00
fpu.c thermosphere: the fpu cache is only being really modified by gdb anyway 2020-02-04 19:12:25 +00:00
fpu.h thermosphere: the fpu cache is only being really modified by gdb anyway 2020-02-04 19:12:25 +00:00
fpu_regs_load_store.s thermosphere: rework fpu register handling 2020-02-04 19:12:23 +00:00
gicv2.h thermosphere: major refactor of memory map 2020-02-04 19:12:21 +00:00
guest_memory.c thermosphere: implement reading and writing guest memory 2020-02-04 19:12:21 +00:00
guest_memory.h thermosphere: add src/gdb to build list, fix subsequent warnings and errors 2020-02-04 19:12:23 +00:00
guest_timers.h thermosphere: fix ptimer time freezing (again) 2020-02-04 19:12:21 +00:00
hvc.c thermosphere: seriaLog => debugLog, add DEBUG macro 2020-02-04 19:12:19 +00:00
hvc.h thermosphere: add hypercall support... even if unused 2020-02-04 19:12:18 +00:00
initSystem.c thermosphere: implement reading and writing guest memory 2020-02-04 19:12:21 +00:00
irq.c thermosphere: fix continue logic for full-stop & some refactoring 2020-02-04 19:12:24 +00:00
irq.h thermosphere: gdb/debug: avoid pause/unpause race condition in vCont + bugfix 2020-02-04 19:12:23 +00:00
main.c thermosphere: suppress potential unused variable warnings 2020-02-04 19:12:25 +00:00
memory_map.c thermosphere: reduce usage of nonvolatile memory by around 4KB 2020-02-04 19:12:24 +00:00
memory_map.h thermosphere: better self-debug fault reporting 2020-02-04 19:12:24 +00:00
mmu.h thermosphere: implement reading and writing guest memory 2020-02-04 19:12:21 +00:00
my_libc.c thermosphere: libc: fix missing macro 2020-02-04 19:12:24 +00:00
pattern_utils.c thermosphere: gdb/net: reduce stack/memory usage by using memmove 2020-02-04 19:12:22 +00:00
pattern_utils.h thermosphere: gdb/net: reduce stack/memory usage by using memmove 2020-02-04 19:12:22 +00:00
preprocessor.h thermosphere: add more sysreg stuff & start writing trap stuff 2020-02-04 19:12:18 +00:00
semihosting.c thermosphere: add semihosting support & load a kernel using it when needed 2020-02-04 19:12:19 +00:00
semihosting.h thermosphere: add semihosting support & load a kernel using it when needed 2020-02-04 19:12:19 +00:00
single_step.c thermosphere: actually report the debug events 2020-02-04 19:12:24 +00:00
single_step.h thermosphere: rewrite debug pause & fix single step state machine 2020-02-04 19:12:21 +00:00
smc.c thermosphere: gdb: add core_on and core_off handling 2020-02-04 19:12:23 +00:00
smc.h thermosphere: add smc trap handler 2020-02-04 19:12:18 +00:00
software_breakpoints.c thermosphere: fix software breakpoints 2020-02-04 19:12:24 +00:00
software_breakpoints.h thermosphere: fix software breakpoints 2020-02-04 19:12:24 +00:00
spinlock.c thermopshere: add spinlock try lock 2020-02-04 19:12:23 +00:00
spinlock.h thermopshere: add spinlock try lock 2020-02-04 19:12:23 +00:00
spinlock_impl.s thermosphere: optimize barrier and core_ctx 2020-02-04 19:12:23 +00:00
start.s thermosphere: fix bug where x0 isn't saved 2020-02-04 19:12:24 +00:00
sysreg.h thermosphere: forgot compiler barrier in get_sysreg 2020-02-04 19:12:24 +00:00
sysreg_traps.c thermosphere: introduce "ENSURE" 2020-02-04 19:12:23 +00:00
sysreg_traps.h thermosphere: rewrite sysreg trapping code, add skeleton code for timer val trap handling; support A32 EL1 once again 2020-02-04 19:12:20 +00:00
timer.c thermosphere: major refactor of memory map 2020-02-04 19:12:21 +00:00
timer.h thermosphere: major refactor of memory map 2020-02-04 19:12:21 +00:00
transport_interface.c thermosphère: fix deadlock 2020-02-04 19:12:24 +00:00
transport_interface.h thermosphere: add TransportInterface abstraction layer 2020-02-04 19:12:21 +00:00
traps.c thermosphere: trap set/way dcache access 2020-02-04 19:12:21 +00:00
traps.h thermosphere: add some basic sysreg trapping code 2020-02-04 19:12:18 +00:00
types.h thermosphere: add fpu regs save/restore 2020-02-04 19:12:21 +00:00
utils.c thermosphere: implement reading and writing guest memory 2020-02-04 19:12:21 +00:00
utils.h thermosphere: reduce usage of nonvolatile memory by around 4KB 2020-02-04 19:12:24 +00:00
vgic.c thermosphere: introduce "ENSURE" 2020-02-04 19:12:23 +00:00
vgic.h thermosphere: implement reading and writing guest memory 2020-02-04 19:12:21 +00:00
watchpoints.c thermosphere: fix watchpoint creation, fix wp&bp allocation 2020-02-04 19:12:25 +00:00
watchpoints.h thermosphere: fix watchpoint creation, fix wp&bp allocation 2020-02-04 19:12:25 +00:00