aboutsummaryrefslogtreecommitdiff
path: root/risu.c
AgeCommit message (Expand)Author
2023-09-18Pass siginfo_t->si_addr to the reginfo_init() functionThomas Huth
2022-10-20risu: Use alternate stackSong Gao
2022-07-18aarch64: Use arch_init to configure sveRichard Henderson
2022-07-18Compute reginfo_size based on the reginfoRichard Henderson
2022-07-18Add magic and size to the trace headerRichard Henderson
2022-07-18Split out recv_register_infoRichard Henderson
2022-07-18Rearrange reginfo and memblock buffersRichard Henderson
2022-07-18Merge reginfo.c into risu.cRichard Henderson
2022-07-18Split RES_MISMATCH for registers and memoryRichard Henderson
2022-07-18Always write for --masterRichard Henderson
2022-07-18Pass non-OK result back through siglongjmpRichard Henderson
2022-07-18Unify i/o functions and use RisuResultRichard Henderson
2022-07-18Add enum RisuResultRichard Henderson
2022-07-18Make some risu.c symbols staticRichard Henderson
2022-07-18Use EXIT_FAILURE, EXIT_SUCCESSRichard Henderson
2022-07-18Adjust tracefile open for writeRichard Henderson
2022-07-18Hoist trace file and socket openingRichard Henderson
2022-07-18Unify master_fd and apprentice_fd to comm_fdRichard Henderson
2022-07-18Use bool for tracing variablesRichard Henderson
2018-07-02risu: add process_arch_optRichard Henderson
2018-07-02risu: move optional args to each architectureAlex Bennée
2018-07-02risu: add zlib indication to help textAlex Bennée
2017-11-21risu.c: add missing --trace longoptAlex Bennée
2017-11-21risu.c: split out setting up optionsAlex Bennée
2017-07-10risu: make match status take tracing into accountAlex Bennée
2017-06-29risu: add support for compressed tracefilesAlex Bennée
2017-06-29risu: handle trace through stdin/stdoutAlex Bennée
2017-06-29risu: add simple trace and replay supportAlex Bennée
2017-06-29risu: parameterise send/receive functionsAlex Bennée
2017-06-29risu: a bit more verbosity when startingAlex Bennée
2017-06-20all: fix up code consistencyAlex Bennée
2014-11-28risu: add basic usage() textAlex Bennée
2014-04-25risu.c: add missing <string.h> include for memsetClaudio Fontana
2014-04-25aarch64: fix signal handlingClaudio Fontana
2014-04-25configure: add a configuration step, prepare for 64bit compilationClaudio Fontana
2011-04-12risu: add --test-fp-exc to test FP exception status flagsPeter Maydell
2011-03-10risu: Map the image file writable so store testing worksPeter Maydell
2011-03-10risu: Implement new memory block opsPeter Maydell
2010-12-07Add licensing/copyright boilerplate to license under EPLPeter Maydell
2010-09-22Map the test image as MAP_PRIVATE so gdb can single step through it.Peter Maydell
2010-09-21Implement image loading and enough of x86 to work with a simple static test i...Peter Maydell
2010-09-20Split out socket related code into its own file.Peter Maydell
2010-09-20Add the initial structure of SIGILL handling and CPU-specific interface.Peter Maydell
2010-09-17Put in usable defaults for hostname and port number.Peter Maydell
2010-09-17Fix send/recv functions to be better map to what we're going to need.Peter Maydell
2010-09-17Initial commit (argument parsing and tcp setup only)Peter Maydell