Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-24 | Don't drop temporary breakpoints when execution is to be restarted | Malfurious | 1 | -9/+16 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-04-24 | Fix capture_state edge cases | Malfurious | 1 | -5/+21 | |
Use `th->state == NULL` as an indicator that each thread's state is capturable, discard use of the `all` parameter. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-04-24 | Multithread version 2 | Malfurious | 1 | -277/+191 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-04-24 | Multithread version 1 | Malfurious | 1 | -179/+565 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2023-07-08 | Initial debugger core and test UI | Malfurious | 1 | -0/+282 | |
This is vaguely competent at tracing single-threaded programs. Vi-like keybinds defined in misplays.c. Signed-off-by: Malfurious <m@lfurio.us> |