Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gdb logfile command overwriting the old logfile
on my debian laptop with peda it seems like the gdb internal log command clears out the logfile before writing to it that is bad because we lose the previous crash log and also the manually written header with the commit hash So this commit makes sure that no matter the gdb setup it will only append and never delete old logs
- Loading branch information