rizin/libr/debug
Joshua J. Drake b526aded9c Don't restore breakpoints on STEP recoil (#5583)
As the comment says, we need to pretend to satisfy the caller. For some reason
I also restored the breakpoints here. I cannot for the life of me figure out
why since it should be ok with in all cases.

For swstep=false, the step will stop right away (regardless of any breakpoints)
and thus need to remove breakpoints anyway.

For swstep=true, a breakpoint is created on the next instruction and would stop
too and thus need to remove breakpoints anyway.

So yeah, don't do this. Thanks for the report skuater!
2016-08-22 17:13:13 +02:00
..
p Coredump support for ARM and fix-ups (#5549) 2016-08-18 10:43:08 +02:00
arg.c Calling convention profiles in SDB (#5358) 2016-07-27 13:50:14 +02:00
debug.c Don't restore breakpoints on STEP recoil (#5583) 2016-08-22 17:13:13 +02:00
desc.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
esil.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
Jamroot Initial support for BOCHS (windows only for now) 2016-03-25 00:21:49 +01:00
Makefile Fix debug/Makefile syntax 2016-08-01 18:07:26 +02:00
map.c Make dm work on OpenBSD by adding a native r_debug_native_map_alloc() (#5267) 2016-07-02 13:22:28 +02:00
pid.c Fix #4673 - dpt sync with help msg 2016-04-21 15:21:56 +02:00
plugin.c fix double free on register 2016-04-13 21:30:48 -04:00
reg.c arj with flags quick fix (#5538) 2016-08-16 17:42:42 +02:00
signal.c Fix some latest covs 2016-08-05 13:25:20 +02:00
snap.c Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02:00
trace.c initial support for type matching (#5480) 2016-08-13 12:09:14 +02:00