Files
linux-kernel-module-cheat/userland/arch/arm/gdb_tests/set_registers.S
Ciro Santilli 六四事件 法轮功 12005528ef gdb: move all tests to userland
2019-05-26 00:00:01 +00:00

9 lines
119 B
ArmAsm

#include <lkmc.h>
LKMC_PROLOGUE
mov r0, 1
/* test-gdb-r0 */
mov r1, 2
/* test-gdb-r1 */
LKMC_EPILOGUE