Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
670f0b30
Commit
670f0b30
authored
8 years ago
by
Alex Crichton
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #343 from valarauca/master
Added Ptrace option parameters
parents
932f22be
9f977e13
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/notbsd/linux/musl/mod.rs
+10
-0
10 additions, 0 deletions
src/unix/notbsd/linux/musl/mod.rs
with
10 additions
and
0 deletions
src/unix/notbsd/linux/musl/mod.rs
+
10
−
0
View file @
670f0b30
...
...
@@ -138,6 +138,16 @@ pub const PTRACE_INTERRUPT: ::c_int = 0x4207;
pub
const
PTRACE_LISTEN
:
::
c_int
=
0x4208
;
pub
const
PTRACE_PEEKSIGINFO
:
::
c_int
=
0x4209
;
pub
const
PTRACE_O_EXITKILL
:
::
c_int
=
1048576
;
pub
const
PTRACE_O_TRACECLONE
:
::
c_int
=
8
;
pub
const
PTRACE_O_TRACEEXEC
:
::
c_int
=
16
;
pub
const
PTRACE_O_TRACEEXIT
:
::
c_int
=
64
;
pub
const
PTRACE_O_TRACEFORK
:
::
c_int
=
2
;
pub
const
PTRACE_O_TRACESYSGOOD
:
::
c_int
=
1
;
pub
const
PTRACE_O_TRACEVFORK
:
::
c_int
=
4
;
pub
const
PTRACE_O_TRACEVFORKDONE
:
::
c_int
=
32
;
pub
const
PTRACE_O_SUSPEND_SECCOMP
:
::
c_int
=
2097152
;
pub
const
MADV_DODUMP
:
::
c_int
=
17
;
pub
const
MADV_DONTDUMP
:
::
c_int
=
16
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment