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
dd53fcc8
Commit
dd53fcc8
authored
13 years ago
by
bdr7fv
Browse files
Options
Downloads
Patches
Plain Diff
Updated do_p1transform.sh to cleanup tmp files.
Former-commit-id: 5c4469c4bffe961db659c66b4d99840170be15c9
parent
e9ff4df7
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/do_p1transform.sh
+5
-1
5 additions, 1 deletion
tools/do_p1transform.sh
with
5 additions
and
1 deletion
tools/do_p1transform.sh
+
5
−
1
View file @
dd53fcc8
...
...
@@ -75,6 +75,9 @@ input_cnt=0
#run all .json inputs through the replayer
for
i
in
`
ls
$CONCOLIC_DIR
/
*
.json
`
do
rm
-f
stdout.
*
stderr.
*
exit_status
rm
-rf
grace_replay/
#check to see if the sym file exists, if not create it.
if
[
!
-e
$TOP_LEVEL
/a.sym
]
;
then
$GRACE_HOME
/concolic/src/util/linux/objdump_to_grace
$STRATAFIED_BINARY
...
...
@@ -114,7 +117,8 @@ do
input_cnt
=
`
expr
$input_cnt
+ 1
`
done
rm
-f
stdout.
*
stderr.
*
exit_status
rm
-rf
grace_replay/
echo
"Finished replaying .json files: Replayed
$input_cnt
inputs"
touch
$EXECUTED_ADDRESSES_CONCOLIC
...
...
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