Discussion:
[DynInst_API:] [dyninst/dyninst] 3e1921: Update latex based manuals
Sasha @leela
2018-11-29 18:30:38 UTC
Permalink
Branch: refs/heads/ARMv8
Home: https://github.com/dyninst/dyninst
Commit: 3e1921c771861bdbb89b6370cd7a3d1217d6bf87
https://github.com/dyninst/dyninst/commit/3e1921c771861bdbb89b6370cd7a3d1217d6bf87
Author: Xiaozhu Meng <***@cs.wisc.edu>
Date: 2018-11-09 (Fri, 09 Nov 2018)

Changed paths:
M common/doc/manual_frontpage.tex
M dataflowAPI/doc/dataflowAPI.pdf
M instructionAPI/doc/instructionAPI.pdf
M parseAPI/doc/1-Intro.tex
M parseAPI/doc/parseAPI.pdf
M symtabAPI/doc/symtabAPI.pdf

Log Message:
-----------
Update latex based manuals


Commit: d09178f85c0464f807e3a84dd77bb0fb23d54759
https://github.com/dyninst/dyninst/commit/d09178f85c0464f807e3a84dd77bb0fb23d54759
Author: Sasha Nicolas <***@cs.wisc.edu>
Date: 2018-11-09 (Fri, 09 Nov 2018)

Changed paths:
M common/doc/manual_frontpage.tex
M dataflowAPI/doc/dataflowAPI.pdf
M instructionAPI/doc/instructionAPI.pdf
M parseAPI/doc/1-Intro.tex
M parseAPI/doc/parseAPI.pdf
M symtabAPI/doc/symtabAPI.pdf

Log Message:
-----------
Merge branch 'master' of https://github.com/dyninst/dyninst


Commit: 0e82dd20b447469ea88923b7ab8fe8b08f431f95
https://github.com/dyninst/dyninst/commit/0e82dd20b447469ea88923b7ab8fe8b08f431f95
Author: Xiaozhu Meng <***@cs.wisc.edu>
Date: 2018-11-19 (Mon, 19 Nov 2018)

Changed paths:
M README.md

Log Message:
-----------
Update README.md


Commit: f7e262e3788b6fcaa61f1660ad5cdfe4c1adfd00
https://github.com/dyninst/dyninst/commit/f7e262e3788b6fcaa61f1660ad5cdfe4c1adfd00
Author: Xiaozhu Meng <***@cs.wisc.edu>
Date: 2018-11-28 (Wed, 28 Nov 2018)

Changed paths:
M proccontrol/src/linux.C

Log Message:
-----------
Fix wrong handling for PTRACE_EVENT_EXIT in proccontrol. Currently, each time we see PTRACE_EVENT_EXIT, we assume the mutatee exited normally. However, this is a wrong assumption. Based on the man page of PTRACE:

PTRACE_EVENT_EXIT will happen before actual death, This applies to exits via
exit(2), exit_group(2), and signal deaths

PTRACE_EVENT_EXIT will also be delivered to proccontrol when the mutatee
died of crashes/signals. So, we need to check whether the waitpid status
represents a normal exit or a signal exit


Commit: 5993cec8356670f14948c7733f31b5a03047ac9e
https://github.com/dyninst/dyninst/commit/5993cec8356670f14948c7733f31b5a03047ac9e
Author: Sasha @leela <***@cs.wisc.edu>
Date: 2018-11-28 (Wed, 28 Nov 2018)

Changed paths:
M README.md
M common/doc/manual_frontpage.tex
M dataflowAPI/doc/dataflowAPI.pdf
M instructionAPI/doc/instructionAPI.pdf
M parseAPI/doc/1-Intro.tex
M parseAPI/doc/parseAPI.pdf
M proccontrol/src/linux.C
M symtabAPI/doc/symtabAPI.pdf

Log Message:
-----------
Merge branch 'master' into ARMv8


Compare: https://github.com/dyninst/dyninst/compare/b737ff5b691a...5993cec83566
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.
Loading...