mirror of https://github.com/pwndbg/pwndbg.git
fix: adjust to `rr`'s vFile reply (#2850)
* fix: adjust to `rr`'s vFile reply `rr replay` use `"F-01,2"` to indicate a vFile error while pwndbg detects `"F-1,"`. Patch the code to process some cases like `rr`. * edit: add a ` ` to satisfy lint. * aglib.file: apply to potential `"errno;attachment"` * edit: satisfy reviewdog * aglib.file: skip `attachment` when parsing vFile > F result [,errno] [;attachment] `attachment` is what we don't need, strip it before parsing result and errno * aglib.file: remove duplicated splitpull/2853/head
parent
42e5bd60b0
commit
574e3125f0
Loading…
Reference in new issue