Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
bac13223
Commit
bac13223
authored
7 years ago
by
Vivek Das Mohapatra
Browse files
Options
Downloads
Patches
Plain Diff
Move some wrappers debug-dependent output into another category
parent
fec96f7c
No related branches found
No related tags found
1 merge request
!311
Build capsule-capture-libs from a bundled copy of libcapsule
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
capsule/capsule-dlmopen.c
+1
-1
1 addition, 1 deletion
capsule/capsule-dlmopen.c
with
1 addition
and
1 deletion
capsule/capsule-dlmopen.c
+
1
−
1
View file @
bac13223
...
@@ -101,7 +101,7 @@ wrap (const char *name,
...
@@ -101,7 +101,7 @@ wrap (const char *name,
// will end up in a path that's normally only DEBUG_ELF
// will end up in a path that's normally only DEBUG_ELF
// debugged:
// debugged:
if
(
debug_flags
&
DEBUG_WRAPPERS
)
if
(
debug_flags
&
DEBUG_WRAPPERS
)
debug_flags
=
debug_flags
|
DEBUG_EL
F
;
debug_flags
=
debug_flags
|
DEBUG_
R
EL
OCS
;
// install any required wrappers inside the capsule:
// install any required wrappers inside the capsule:
process_pt_dynamic
(
(
void
*
)
start
,
// offset from phdr to dyn section
process_pt_dynamic
(
(
void
*
)
start
,
// offset from phdr to dyn section
...
...
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