-
### Steps to reproduce
Note: I couldn't reliably reproduce the segmentation fault. I archived the entire project directory with git archive and attempted reproduction in another dev container, but …
jeiea updated
1 month ago
-
PlayCover 3.0.0 nightly 768
Minecraft 1.19.40. Similar behaviour with 1.17.x, 1.18.x. 1.14.x doesn't crash
```
Process 90106 stopped
* thread #1, name = 'MINECRAFT MAIN THREAD', queue = 'com.app…
-
The test fails, because we don't hit the breakpoint on `main()`. On Windows we need debug-info even for breakpoints on function names. There was an attempt to fix it, but it had to be reverted in http…
-
Testing in lit is currently inconsistent across different platforms, as many RUN line commands are written in a way that only works on POSIX-compliant shells. Lit has an internal shell implementation …
-
### Environment
- OS and version: macOS Ventura 13.0.1 (22A400)
- VS Code:
- Version: 1.73.1
- Commit: 6261075646f055b99068d3688932416f2346dd3b
- Date: 2022-11-09T02:22:48.959Z
- Electr…
-
Hello,
for some embedded system I would like to be able to start llvm-server on-demand via
systemd [socket activation](https://www.freedesktop.org/software/systemd/man/latest/sd_listen_fds.html).
…
-
After setting `target.debug-file-search-paths` on command line, `lldb.debugger.GetSetting("target.debug-file-search-paths")` is unable to show the value, while it works for `target.source-map`.
```…
-
Hello!
I'm trying to setup a "debug session" for *.exe file in eclipse (Eclipse Version: 2024-06 (4.32.0)).
I'm using "custom toolchain" for building *.exe in eclipse/cdt.
This "custom toolchai…
-
Hey team 👋🏼
I hope you are doing great 😄
I try to do some experiments with `dlsym`/`fork` and how the follow fork mode react to it.
Here is my C program:
```c
#include
#include
#inc…
-
### Zig Version
0.10.0-dev.4213+91b05ad47
### Steps to Reproduce
- ceate a hello-world Zig application (`zig init-exe`)
- load application in lldb debugger (version 15.0.1)
```
PS C:\projects\…