Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
4d8f705d
Commit
4d8f705d
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
updated help to recognize that lots of time a passthrough pgm is used
parent
759d56a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/ps_analyze.sh
+17
-17
17 additions, 17 deletions
tools/ps_analyze.sh
with
17 additions
and
17 deletions
tools/ps_analyze.sh
+
17
−
17
View file @
4d8f705d
...
...
@@ -247,30 +247,30 @@ set_step_option()
usage
()
{
echo
"Protect an input program, generating a new executable."
echo
"
ps_analyze.sh <input
> <out
put
> <options> "
echo
echo
"Where options can be any of:"
echo
"
Program Parameters are: <infile
> <out
file
> <options> "
echo
""
echo
"Where
<
options
>
can be any of:"
echo
echo
" --step <stepname>[=(on|off)] Turn the <stepname> step on or off."
echo
" -s <stepname>[=(on|off)]
Same as --step."
echo
" -s <stepname>[=(on|off)]
Same as --step."
echo
" --critical-step <stepname>[=(on|off)] Same as --step, but exits with error code if step fails."
echo
" -c <stepname>[=(on|off)]
Same as --critical-step."
echo
" --step-option [<stepname>:]<option>
Pass additional option to step <stepname>. If stepname "
echo
" -c <stepname>[=(on|off)]
Same as --critical-step."
echo
" --step-option [<stepname>:]<option>
Pass additional option to step <stepname>. If stepname "
echo
" is omitted, the last named step (in a -s, -c or -o command"
echo
" is used."
echo
echo
" -o <stepname>:<option>
Same as --step-option."
echo
" --timeout
Specify a timeout for ps_analyze.sh."
echo
" --help
Print this page."
echo
" --usage
Same as --help"
echo
" --tempdir <dir>
Specify where the temporary analysis files are stored, "
echo
""
echo
" -o <stepname>:<option>
Same as --step-option."
echo
" --timeout
Specify a timeout for ps_analyze.sh."
echo
" --help
Print this page."
echo
" --usage
Same as --help"
echo
" --tempdir <dir>
Specify where the temporary analysis files are stored, "
echo
" default is peasoup_executable_directory.<exe>.<pid>"
echo
echo
" --stop-after <step>
Stop ps_analyze after completing the specified step."
echo
" --stop-before <step>
Stop ps_analyze before starting the specified step."
echo
" --dump-after <step>
Dump IR after completing the specified step."
echo
" --dump-before <step>
Dump IR before starting the specified step."
echo
echo
" --stop-after <step>
Stop ps_analyze after completing the specified step."
echo
" --stop-before <step>
Stop ps_analyze before starting the specified step."
echo
" --dump-after <step>
Dump IR after completing the specified step."
echo
" --dump-before <step>
Dump IR before starting the specified step."
echo
""
echo
"Notes:"
echo
" 1) Steps are applied in the order specified on the command line."
echo
" 2) Options to steps are applied in the order given."
...
...
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