commit | 18c137371b2ea86d263b75665a4904a0b8872990 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 15:15:09 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 16:47:29 2015 +1030 |
tree | 59f8e6bf9b43195b8d9d77fb3235468baeb8d946 | |
parent | a454bb36cabdac163fcd80ddb37662893ea603f1 [diff] |
lguest: add operations to get/set a register from the Launcher. We use the ptrace API struct, and we currently don't let them set anything but the normal registers (we'd have to filter the others). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>