Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a5320f3c
Commit
a5320f3c
authored
Aug 07, 2017
by
Jakub Jelinek
Committed by
Jakub Jelinek
Aug 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/system/sys/ptrace.h: New file.
From-SVN: r250910
parent
f5b328d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
libsanitizer/ChangeLog
+4
-0
libsanitizer/include/system/sys/ptrace.h
+7
-0
No files found.
libsanitizer/ChangeLog
View file @
a5320f3c
2017-08-07 Jakub Jelinek <jakub@redhat.com>
* include/system/sys/ptrace.h: New file.
2017-07-28 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/80998
...
...
libsanitizer/include/system/sys/ptrace.h
0 → 100644
View file @
a5320f3c
#include_next <sys/ptrace.h>
#ifndef PTRACE_GETREGSET
/* glibc before
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=cbff0d9689c4d68578b6a4f0a17807232506ea27
doesn't define PTRACE_GETREGSET. */
#define PTRACE_GETREGSET 0x4204
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment