rizin/test/db
Rot127 b4fe418375
Fix broken CI (#4376)
* Increase timeout for OpenBSD

* Reset all members of a packet.

* Replace calloc with Rizin macros

* Add returns after fatal logs

* Init time structs with 0.

* Use monotonic clock to set last access timestamps.

Because instruction packets get pushed out of the buffer based in their last access,
using the real-time clock leads to problems. On Windows the real time clock seems to
not always give ascending values with multiple calls
(real-time clock = best bet of machine of current day time, which can fluctuate).

Using the monotonic clock will always give strictly ascending timestamps.

Due to the use of the real-clock, the instruction packets got
sometimes pushed out of the buffer non-deterministically.
2024-03-25 19:15:56 +08:00
..
abi dwarf: refactor 2024-03-09 09:41:13 +08:00
analysis [Hexagon] RzIL uplifiting (#3837) 2024-03-22 07:24:56 +00:00
archos $: Use rz_flag_get to check if flag exists (#4377) 2024-03-22 22:12:20 +08:00
asm uleb128: fix sign extend in read_i{32,64}_leb128 2024-03-09 09:41:13 +08:00
cmd $: Use rz_flag_get to check if flag exists (#4377) 2024-03-22 22:12:20 +08:00
esil Fix string search related tests 2024-02-19 19:39:00 +08:00
extras Rename asm.dwarf* to asm.debuginfo* (#3513) 2023-05-16 10:55:18 +08:00
formats Fold XREFs line more than 3 when in the graph mode (#4308) 2024-02-29 14:28:26 +08:00
io Convert ps to newshell (#3451) 2023-04-06 08:43:04 +08:00
json Move afv to afvl, add more modes (#3941) 2023-10-29 14:07:12 +08:00
rzil Fix broken CI (#4376) 2024-03-25 19:15:56 +08:00
tools Add RzIL info to rz-asm -L and La (#4369) 2024-03-18 21:16:13 +08:00