diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-06 13:25:02 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-06 13:25:02 +0100 |
commit | 776c4315f601b36021834eb0d44f18203f56e811 (patch) | |
tree | d778ae5d3e67c54b70f4ddf1493a51fa94f5203a /open_issues/glibc_ptrace.mdwn | |
parent | b866ae739bea58218211eeba9b3a7bd0d43ab84c (diff) | |
download | web-776c4315f601b36021834eb0d44f18203f56e811.tar.gz web-776c4315f601b36021834eb0d44f18203f56e811.tar.bz2 web-776c4315f601b36021834eb0d44f18203f56e811.zip |
open_issues/gdb: 695f61ff0f378e1680964128585044799de27015 (2011-09-06)
Diffstat (limited to 'open_issues/glibc_ptrace.mdwn')
-rw-r--r-- | open_issues/glibc_ptrace.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/open_issues/glibc_ptrace.mdwn b/open_issues/glibc_ptrace.mdwn index b4c529d7..6704ed80 100644 --- a/open_issues/glibc_ptrace.mdwn +++ b/open_issues/glibc_ptrace.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2009, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -33,8 +33,8 @@ License|/fdl]]."]]"""]] and for us it is a `struct i386_thread_state` from `mach/i386/thread_status.h`; - * Linux probides some functionality that we don't provide, e.g., - `PTRACE_SINGLESTEP`. + * Linux provides some functionality that we don't provide: + `PTRACE_GETFPXREGS` , `PTRACE_SINGLESTEP`. * Some parts are wrongly implemented, e.g., `PTRACE_GETREGS` and `PTRACE_SETREGS` both do the same thing. |