diff options
| author | blasty <blasty@local> | 2026-07-25 00:20:37 +0200 |
|---|---|---|
| committer | blasty <blasty@local> | 2026-07-25 00:20:37 +0200 |
| commit | b519051ce9ca3f8e0835221643211a8879fd6cd7 (patch) | |
| tree | 787ac095df6756f6aeedc161a66a9baa1a385b82 /server | |
| parent | split: click a pane to drive it (not just Tab) + spell it out in the status (diff) | |
| download | ida-tui-b519051ce9ca3f8e0835221643211a8879fd6cd7.tar.gz ida-tui-b519051ce9ca3f8e0835221643211a8879fd6cd7.tar.xz ida-tui-b519051ce9ca3f8e0835221643211a8879fd6cd7.zip | |
split: follow the decomp across functions as the listing cursor crosses bounds
The unified listing spans many functions, but the decomp pane was pinned to the
one function it was opened on — scrolling the listing cursor past that function's
bounds stopped syncing. Now _sync_split tracks the decompiled function's ea span
(_split_range, from decomp_map) and, when the listing cursor leaves it, re-points
the decomp pane to the function under the cursor: _resync_decomp (exclusive
worker) -> function_of(ea) -> _apply_resync re-decompiles + reloads the region
map, or just drops the band over data/undefined (keeping the last function).
Pilot split_view: moving the listing cursor into another function re-syncs the
decomp (18/18).
Diffstat (limited to 'server')
0 files changed, 0 insertions, 0 deletions
