Files
mckernel/kernel/include
Susumu Komae c3ade864d9 fix PTRACE_PEEKUSER, PTRACE_POKEUSER, PTRACE_GETREGS.
support PTRACE_SETREGS.
  In struct process, add 'unsigned long *ptrace_debugreg', instead of 'struct user *userp'.
  debug registers are read/written from/to ptrace_debugreg, save/restore in schedule().
  most general registers are proc->uctx.
  fs_base is proc->thread.tlsblock_base.
  gs_base,ds,es,fs,gs and orig_rax are uncompleted.
  other members in 'struct user' are ignored, same as Linux implementation.

refs #257
refs #373
refs #263
2015-01-29 14:08:38 +09:00
..
2012-12-17 16:15:05 +09:00
2013-11-14 17:40:59 +09:00
2012-05-08 18:32:43 +09:00
2013-11-14 17:21:47 +09:00
2014-10-07 15:45:16 +09:00
2014-09-17 19:48:02 +09:00
2014-07-02 15:30:52 +09:00
2014-09-17 19:48:00 +09:00
2014-07-07 18:11:40 +09:00
2012-04-23 14:25:21 +09:00
2013-11-14 17:40:59 +09:00