source: libcfa/src/interpose.cfa

Revision Log Mode:


Legend:

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