rizin/librz/debug/p/native/linux
Florian Märkl 3b0b966b29 Remove dbg.bpsize and instead calculate when needed
In practice, dbg.bpsize was always automatically set to
rz_bp_size(core->dbg->bp, core->analysis->bits) whenever the global bits
changed. But this breaks as soon as different bits are needed for where
the breakpoint is supposed to be set vs. the current value of asm.bits
(for example for thumb/arm32).
So this removes the global bpsize and always calculates it for the
specific breakpoint address.
As a sidenote, dbg.bpsize was not even used for manual db (for dcu it
was though).
2022-01-26 17:12:26 +01:00
..
reg Format according to clang-format-13 2021-11-25 15:44:28 +08:00
linux_coredump.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
linux_coredump.h Format according to clang-format-13 2021-11-25 15:44:28 +08:00
linux_debug.c Remove dbg.bpsize and instead calculate when needed 2022-01-26 17:12:26 +01:00
linux_debug.h Format according to clang-format-13 2021-11-25 15:44:28 +08:00
linux_ptrace.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00