summaryrefslogtreecommitdiff
path: root/src/Main.hs
AgeCommit message (Expand)Author
2022-12-04Place test directory beside config fileRoman Smrž
2022-12-04Config file lookup and parsingRoman Smrž
2022-11-30Separate process list from networkRoman Smrž
2022-11-19Network expression type and contextRoman Smrž
2022-11-17Parse all input files before running any testsRoman Smrž
2022-11-10Move test directory handling out of init/exit network helpersRoman Smrž
2022-11-08Force flag to remove existing test directoryRoman Smrž
2022-10-29Show commands sent to test tool in verbose modeRoman Smrž
2022-10-27Show GDB console output always and without promptRoman Smrž
2022-10-23Start GDB session on signal captured by the debuggerRoman Smrž
2022-10-21Handle GDB thread groups properlyRoman Smrž
2022-10-21GDB/MI output parsingRoman Smrž
2022-10-18GDB process type and separate start functionRoman Smrž
2022-10-13Fail test and start gdb session immediately on process crashRoman Smrž
2022-10-08Node command to declare new node variableRoman Smrž
2022-10-07Explicit export list from Main moduleRoman Smrž
2022-10-07Packet loss command using netem qdiscRoman Smrž
2022-10-07Regex expansionRoman Smrž
2022-10-07Process node record accessorRoman Smrž
2022-10-07Process variables and expression typeRoman Smrž
2022-10-05Support multiple node variables with same nameRoman Smrž
2022-09-30Generic record member selection expressionRoman Smrž
2022-09-27Separate Network moduleRoman Smrž
2022-09-27Process lifetime determined by scopeRoman Smrž
2022-09-24Scope of variables denoted in parse treeRoman Smrž
2022-08-20Print relevant variables for guard failureRoman Smrž
2022-08-13Integer expressions and variablesRoman Smrž
2022-08-10Let statementRoman Smrž
2022-07-24Print relevant variable values after expect failureRoman Smrž
2022-06-09Guard commandRoman Smrž
2022-06-07Source line info for test steps from parsingRoman Smrž
2022-06-05Refactor expressions as GADTRoman Smrž
2022-06-05Assign regex captures to variablesRoman Smrž
2022-06-05Variables containing IP addresses of nodesRoman Smrž
2022-06-05Variable expansion in strings and regexesRoman Smrž
2022-05-06Multiple test runs supportRoman Smrž
2022-05-04Verbose option, otherwise hide most outputRoman Smrž
2022-05-04Test run monadRoman Smrž
2022-04-30Separate GDB support moduleRoman Smrž
2022-01-18Fix typo in gdb option help textRoman Smrž
2022-01-18Default timeout command-line parameterRoman Smrž
2021-12-20Test tools defined optionally per-proc on command lineRoman Smrž
2021-11-26Separate constructors for internal process namesRoman Smrž
2021-11-26Initial support for running GDBRoman Smrž
2021-11-18Show regex partern on expect failureRoman Smrž
2021-11-16Timeout for the expect stepRoman Smrž
2021-11-15Keep the waiting prompt below output until triggeredRoman Smrž
2021-11-15Separate module for output handlingRoman Smrž
2021-10-08Run tcpdump to collect network packetsRoman Smrž
2021-10-08Show proc name instead of node name in outputRoman Smrž