rizin/librz/core/tui
Florian Märkl f04845b48e
Remove syncing dbg->bits -> asm.bits (#3099)
As already mentioned in 8681cdc43b,
the deprecated dbg->bits is set and used quite randomly, for example on
macOS/arm64, disassembling sometimes sets it to 16, then stepping with
dbg.follow enabled syncs that value back to asm.bits, which makes no
sense and breaks further disassembly.
So in light of a future removal of dbg->bits, we remove this usage of
it to fix the issue.
2022-10-15 15:42:49 +02:00
..
biteditor.c visual: extract bit editor from vmenus.c to biteditor.c 2022-09-01 07:47:19 +08:00
classes.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
colors.c visual: extract colors from vmenus.c to colors.c 2022-09-01 07:47:19 +08:00
comments.c visual: extract comments from vmenus.c to comments.c 2022-09-01 07:47:19 +08:00
config.c visual: extract config from vmenus.c to config.c 2022-09-01 07:47:19 +08:00
define.c visual: extract define mode from vmenus.c to define.c 2022-09-01 07:47:19 +08:00
esil.c visual: extract ESIL from vmenus.c to esil.c 2022-09-01 07:47:19 +08:00
flags.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
hud.c visual: extract HUD mode from vmenus.c to hud.c 2022-09-01 07:47:19 +08:00
modes.c Better view modes for p-cycling in Vv view 2022-09-02 06:40:53 +08:00
modes.h visual: refactor tabs functions and put into tabs.c 2022-09-01 07:47:19 +08:00
panels.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
rop.c visual: extract ROP view from vmenus.c to rop.c 2022-09-01 07:47:19 +08:00
tabs.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
vasm.c Removed plenty of eprintfs in rz_core (#2950) 2022-08-29 00:32:17 +08:00
visual.c Remove syncing dbg->bits -> asm.bits (#3099) 2022-10-15 15:42:49 +02:00
vmarks.c Make all visual functions private (RZ_IPI) (#2985) 2022-08-27 22:13:12 +08:00
vmenus.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
vmenus_graph.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00