summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
AgeCommit message (Expand)Author
2025-08-25Reapply "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" … (#15...PiJoules
2025-08-22Revert "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" (#155042)gulfemsavrun
2025-08-22[fuzzer][Fuchsia] Prevent deadlock from suspending threads (#154854)PiJoules
2025-07-28[compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120)Dan Blackwell
2024-08-21[compiler-rt] Reland "SetThreadName implementation for Fuchsia" (#105179)David CARLIER
2024-08-20Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162)David CARLIER
2024-08-19[compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953)David CARLIER
2024-02-20[Fuzzer] Use user signal to coordinate handler shutdown (#82067)James Robinson
2023-07-26[Fuzzer] Assign names to workersDavid CARLIER
2023-06-16[fuzzer][fuchsia] Support RISC-VRoland McGrath
2023-05-25[fuzzer] Platfom specific version of PageSizeVitaly Buka
2021-09-16[fuzzer][fuchsia] Close exception channel before exiting.Aaron Green
2021-07-28[libFuzzer] Fix CFI Directives for fuchsiaMarco Vanotti
2021-07-02Revert "Refactor mutation strategies into a standalone library"Marco Vanotti
2021-07-02Refactor mutation strategies into a standalone libraryAaron Green
2021-05-26Revert "Refactor mutation strategies into a standalone library"Matt Morehouse
2021-05-26Refactor mutation strategies into a standalone libraryAaron Green
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green
2020-10-29[libFuzzer] Remove InterruptHandler from Fuchsia implementationCameron Finucane
2020-08-11[libFuzzer] Fix minimizing timeoutsIlya Leoshkevich
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2020-02-12[Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target w...Yuanfang Chen
2020-01-17[libFuzzer] Allow discarding output in ExecuteCommand in Fuchsia.Marco Vanotti
2019-11-21[libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.Marco Vanotti
2019-11-21[libFuzzer] Fix unwinding for FuchsiaMarco Vanotti
2019-10-11[libFuzzer] Don't prefix absolute paths in fuchsia.Jake Ehrlich
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse
2019-09-17[libFuzzer] Always print DSO map on Fuchsia libFuzzer launchJake Ehrlich
2019-06-27[libFuzzer] Migrate to the new exception syscalls on FuchsiaPetr Hosek
2019-05-22[libFuzzer] Ignore synthetic exceptions on FuchsiaPetr Hosek
2019-01-31[libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-02[lib/fuzzer] Fix logging for FuchsiaPetr Hosek
2018-08-27[sanitizer][fuzzer] Transition back to ZX_TIME_INFINITEPetr Hosek
2018-07-24[sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLDPetr Hosek
2018-07-18[Fuzzer] Improve crash unwinding on FuchsiaPetr Hosek
2018-06-07[Fuzzer] Update the header path for fdio/spawn.h on FuchsiaPetr Hosek
2018-06-02[Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawnPetr Hosek
2018-05-26[Fuzzer] Update _zx_port_wait function use in Fuchsia portPetr Hosek
2018-04-20[Fuzzer] Add a missing header in Fuchsia implementationPetr Hosek
2018-04-19[Fuzzer] Make InterruptHandler non-blocking for FuchsiaPetr Hosek
2018-02-07[Fuzzer] Use Zircon's public API on FuchsiaPetr Hosek
2018-01-30[fuzzer] Update and enable libFuzzer on FuchsiaPetr Hosek
2017-12-08[libFuzzer] Add support for Fuchsia OS.Matt Morehouse