Pedro Navarro
Pedro Navarro
By caching .debug_aranges we speed up CU DIE lookups, as libdwarf requires us to allocate a copy of the ranges between trace frames. Because all contents in .debug_aranges are read...
When the dynamic loader doesn't provide enough information about a module's location, use /proc/self/maps to figure out the absolute file path and loading address. The contents of the file are...
When delta truncates a line because `wrap-max-lines` has been reached, it adds a hardcoded `→` character that can't be customized like `--wrap-left-symbol` and that doesn't follow `inline-hint-style`. The truncation character...
The way of monitoring the clipboard on Windows, using clipboard viewer windows, has been kept on modern Windows for backwards compatibility. It involves inserting a window in the clipboard viewer...
The data pointer needs to move before decoding the second surrogate, and not after. Because of this the first surrogate was begin decoded again, resulting in an invalid codepoint. This...