Peter Collingbourne
Peter Collingbourne
The DEC Special Graphics charset is activated by sending a Shift In character (`\016`) and causes most terminal emulators to replace lower case characters with line drawing characters. With serial...
I'm seeing the following divergence while replaying a tcmalloc-utilizing program on arm64: ``` [FATAL src/ReplaySession.cc:1226:check_ticks_consistency()] (task 2944657 (rec:2944634) at time 424) -> Assertion `ticks_now == trace_ticks' failed to hold. ticks...
### Description of the feature request: Make it so that `bazel aquery --output=commands` prints a list of commands with one command per line, similar to `ninja -t commands`. ### Which...
**Is your feature request related to a problem? Please describe.** When opening a URL when running under a Wayland compositor, WezTerm does not follow the [xdg-activation](https://wayland.app/protocols/xdg-activation-v1) protocol. As a result,...
An error reading a bitcode file most likely indicates that the file was created by a compiler from the future. Normally we don't try to implement forwards compatibility for bitcode...
…itecture If the host architecture is aarch64, aarch64-linux-gnu-objdump may not exist, which is the case on at least Fedora and NixOS, so disassembly doesn't work by default. Similar logic likely...
On aarch64 (and possibly other architectures) objdump splits the instruction mnemonic from the operands with a tab so the existing code would only show the mnemonic. Change the code so...
With a non-default KDE_INSTALL_EXECROOTDIR (e.g. when building with Nix) the tests are unable to find these binaries, so install them in the correct location.
We set m_startLine and m_numLines according to the debug info but if the source file is unreadable, or if it is readable but does not have enough lines, this will...