signal handler support gdb stepi command

This commit is contained in:
Tomoki Shirasawa
2016-02-21 14:55:34 +09:00
parent 2c50b716fd
commit e2b28da32f
3 changed files with 28 additions and 0 deletions

View File

@ -261,6 +261,9 @@ process_procfs_request(unsigned long rarg)
}
#endif
if(readwrite == 0)
reason = PF_POPULATE | PF_USER;
while(left){
unsigned long pa;
char *va;