Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
cff5ec26
Commit
cff5ec26
authored
Oct 25, 1999
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed small typos and slightly outdated comments.
parent
ace09a72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
find_debug_channels
tools/find_debug_channels
+3
-3
No files found.
tools/find_debug_channels
View file @
cff5ec26
...
...
@@ -2,13 +2,13 @@
#
# This script scans the whole source code for symbols of the form
# 'xxx(yyy' where:
# xxx is either
TRACE, WARN, ERR or WARN
# xxx is either
DECLARE_DEBUG_CHANNEL or DEFAULT_DEBUG_CHANNEL
# yyy is a C identifier
# It outputs on the standard output a sorted list of the
# yyy identifiers found in the .c files.
# Each identifier is reported once. Header files are not scanned.
#
# The script can be given an argument that specif
y
the files to be
# The script can be given an argument that specif
ies
the files to be
# searched according to the following scheme:
# - if the argument does not contain a slash (/), the script
# will search the tree rooted in the current directory for
...
...
@@ -19,7 +19,7 @@
# searched
# - if no argument is given, the argument defaults to "*.c"
# that is, all C files are searched.
# - if more than
a
argument is given, only the listed files are
# - if more than
one
argument is given, only the listed files are
# searched. Note that in this case, the script will not
# attempt to find them in some subdirectories, but rather
# it will try to open them in the current directory.
...
...
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