source: libcfa/src/interpose.cfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45d1ab9   3 months pabuhr revert interpose experiment for build failure, not the cause
(edit) @a3f820b   4 months pabuhr interpose experiment to see if it is causing the build failure
(edit) @7db39f7   4 months pabuhr second attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @e0cc9e0   4 months pabuhr first attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @e10714a   13 months pabuhr update interpose code, and document 32-bit interpose bug in glibc ADTast-experimental
(edit) @089a0d7   14 months pabuhr formatting, rework interpose code (again), remove unnecessary #include … ADTast-experimental
(edit) @8bb46d2   14 months pabuhr fix errors on interpose code for libc and libpthread ADTast-experimental
(edit) @ae267366   14 months pabuhr fix merge conflict ADTast-experimental
(edit) @43f29f6   14 months pabuhr formatting ADTast-experimental
(edit) @f883ef1   14 months pabuhr formatting ADTast-experimental
(edit) @c910709   14 months pabuhr remove use of _GNU_SOURCE and RTLD_NEXT to provide alternate means for … ADTast-experimental
(edit) @fbdfcd8   15 months pabuhr isolate error variable declaration ADTast-experimental
(edit) @a20be49   16 months pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @9cd5bd2   19 months Thierry Delisle Added an assembly to prevent null-checks from being optimized out. … ADTast-experimentalpthread-emulation
(edit) @95dab9e   19 months Thierry Delisle Changed real_pthread symbols (now cfaabi_pthread) to be protected in … ADTast-experimentalpthread-emulation
(edit) @428adbc   21 months z277zhu fix pthread_sig* interpose problems; add test doc Signed-off-by: … ADTast-experimentalpthread-emulation
(edit) @20be782   21 months z277zhu add pthread ADTast-experimentalpthread-emulation
(edit) @a7d696f   21 months z277zhu added pthread symbol interpose Signed-off-by: z277zhu … ADTast-experimentalpthread-emulation
(edit) @032234bd   2 years Thierry Delisle Visibility of the core libcfa files. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @49599a3   2 years Thierry Delisle Removed unnecessary debug ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7dd98b6   2 years Thierry Delisle Moved cfa_main_returned to libcfa so it works when the main is written … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @96f002c1   3 years Thierry Delisle Added new device folder and cpu file to libcfa ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @92bfda0   3 years Thierry Delisle Revisited abort again to be more streamlined and simple. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @804c0ff   3 years Thierry Delisle Simplified abort handling in the case of concurrent abort. I used to … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6011658   3 years Thierry Delisle Fixed abort to no longer deadlock when calling itself recursively. … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @851fd92   4 years ajbeach The requested addition of groups to debug printing. Tested in exception.c. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6791213   4 years pabuhr fix abort to add newline if abort message does not end with one ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d870df3   4 years pabuhr fix abort problem where va_list was forwarded incorrectly ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5ccee64   4 years pabuhr change backtrace starting point from level 3 to level 2 ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @74330e7   4 years pabuhr formatting, add floating-point signal handler to cpp-cc to catch … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1d94116   4 years pabuhr do not allow a NULL printf-format to abort ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8a13c47   4 years pabuhr restructure errors invoking signal handlers and handled by abort ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1469a8a   4 years pabuhr differentiate between null-pointer dereference and bad-pointer … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @524627e   4 years pabuhr change NULL to 0pt ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1c40091   4 years pabuhr rename cfaabi_dbg_bits_* to cfaabi_bits_*, add fd parameter to … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @4f37255   5 years pabuhr formatting ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @58b6d1b   6 years Thierry Delisle Fixed tests after headers change ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
(edit) @73abe95   6 years Thierry Delisle Replace extension-less headers with .hfa ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
(add) @ba9baad   6 years Thierry Delisle Simplified some of the handling by converting libcfa sources from .c … ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.