Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76071
b: refs/heads/master
c: 6ea6dd9
h: refs/heads/master
i:
  76069: 26e57e3
  76067: a1995df
  76063: cc6e726
v: v3
  • Loading branch information
Haavard Skinnemoen committed Jan 25, 2008
1 parent a2cf4e8 commit a0e6aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f0f616bb093823b70855685cf085d39a8784818
refs/heads/master: 6ea6dd93c9454cc9521134f907bc970d09f460e4
2 changes: 2 additions & 0 deletions trunk/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ asmlinkage long sys_ptrace(long request, long pid, long addr, long data)
lock_kernel();
if (request == PTRACE_TRACEME) {
ret = ptrace_traceme();
if (!ret)
arch_ptrace_attach(current);
goto out;
}

Expand Down

0 comments on commit a0e6aa2

Please sign in to comment.