diff options
| author | blasty <blasty@local> | 2026-07-09 21:18:24 +0200 |
|---|---|---|
| committer | blasty <blasty@local> | 2026-07-09 21:18:24 +0200 |
| commit | d7003527f15398e8bed4227c07302489c650fa2b (patch) | |
| tree | edce0fcb1695442c4a73a9909511b3bde80ccc62 /docs | |
| parent | decompiler: hide the per-line /*0xEA*/ address markers (clutter) (diff) | |
| download | ida-tui-d7003527f15398e8bed4227c07302489c650fa2b.tar.gz ida-tui-d7003527f15398e8bed4227c07302489c650fa2b.tar.xz ida-tui-d7003527f15398e8bed4227c07302489c650fa2b.zip | |
decompiler: xref jump within the current function moves the cursor
The earlier xref->pseudocode-line fix only worked when the jump target was in a
DIFFERENT function (which reloads the pane). When the target was inside the
function already displayed, _show_active skipped the reload -> and never applied
the new dec_cursor, so the cursor stayed put (the reported 'jumping to xref in
decompile view doesn't work'; most xrefs land in the shown function).
_open_entry now detects the already-loaded case and repositions the decompiler
via a new DecompView.goto (moves cursor/scroll on the loaded text, no
re-highlight). Toggle (Tab) still goes through _show_active untouched. Add a
same-function xref-jump pilot check.
full suite 64/64.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
