Shuhei Takahashi
Shuhei Takahashi
`rpcc.Conn.Close` returns an error if the target is already closed, e.g. by invoking `cdp.Client.Target.CloseTarget`. This is a bit inconvenient because we have to ignore errors from `rpcc.Conn.Close` when we close...
Adds `ptrace::listen`, that is equivalent of `ptrace(PTRACE_LISTEN, ...)` on Linux. It allows tracers to correctly handle processes stopped with `SIGSTOP`.
This patch adds new make variables, LD_CMD and PKG_CONFIG, to allow overriding command invocations when using prefixed toolchains. Usually it is enough to set CROSS_COMPILE though. Fixes #359.
We use `-Ttext=0x600000000000` to link loader, but it fails to link with LLVM ld as it attempts to generate a huge file. ``` x86_64-pc-linux-gnu-clang -o loader/loader loader/loader.o loader/assembly.o -static -nostdlib...
I'd like to build proot with prefixed toolchains, and it requires allowing to override commands with Make variables. Currently many commands are overridable, but there are two exceptions: `ld` and...
### Description of the bug: ChromeOS Bazelification team tried to update Bazel version to 7.2.0-rc1, but the build failed due to Bazel's internal error. ``` (19:22:23) FATAL: bazel crashed due...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? Availability of...
##### Environment - Operating System: macOS (local host) + Linux (SSH remote host) - JDK version: 17.0.9 - Visual Studio Code version: 1.89.1 - Java extension version: 1.31.0 ##### Steps...
## Details - Browser and browser version: Chrome 143.0.7499.15 - OS version: Android 16 - xterm.js version: One that is bundled in the latest VSCode ### Steps to reproduce 1....
This is a fix for #5438. When typing rapidly on Android with physical keyboards, characters often duplicate on the terminal. This is because physical keyboard events always go through IME...