mirror of https://github.com/pwndbg/pwndbg.git
Fix get_highlight_source line splitting
TL;DR: With .splitlines() we splitted over universal splitlines which did not correspond to GDB's target code line splitting... As a result we got `context code` to produce bogus out of sync lines that didn't correspond to GDB's `line` command. See also https://docs.python.org/3/library/stdtypes.html#str.splitlinespull/964/head
parent
8cc218f0b8
commit
f11afe2c68
Loading…
Reference in new issue