-
It is currently not possible to build a MinGW version.
Reason is that the MinGW runtime is a mix between all defined C runtimes. E.g. `FILE` is defined like in `CRuntime_DigitalMars` but other declar…
-
Currently with multi-target debugging, multiple processes can be started and debugged simultaneously. However, when one program breaks, the other one will keep running until manually stopped…
-
## Description
When running a core that supports subsystems like snes9x or sameboy and then loading another core that also supports subsystems it will crash.
So far I have found it will only cra…
orbea updated
5 years ago
-
MCVE:
```verilog
module top(input x, output y);
top top_i(.x(x), .y(y));
endmodule
```
```
yosys -p hierarchy recurse.v
```
Produces
```
-- Parsing `recurse.v' using frontend `verilog' --…
-
In tools/flang2/flang2exe/llutil.cpp:1707:
```c++
1705 #ifdef OMP_OFFLOAD_LLVM
1706 if(flg.omptarget)
1707 ll_write_module_header(gbl.ompaccfile, gpu_llvm_module);
1708 #endif
```
The…
-
Recently, we are experiencing an issue in VS Code in multi-thread debugging environment. When the program stopped in a breakpoint and all the threads stopped too, and then we continued the program, gd…
-
repro:
lldb lpython -- --show-asr tests/expr8.py
first time it's read is line 128 of lpython.cpp
```
frame #0: 0x000000010000e794 lpython`(anonymous namespace)::emit_asr(infile="tests/ex…
-
Some applications run LIBCEF, aka Chromium Embedded Framework which in turn is using tls somewhere. Probably boringtls
I tried to attach fritrap on every spawned sub-process (It would be nice if frit…
-
[This](https://github.com/tinywrkb/flatpaks/blob/master/com.oguzhaneroglu.gdb-frontend/com.oguzhaneroglu.gdb-frontend.yaml) is a quick Flatpak packaging, and without much testing.
As far as I can…
-
When compiling any variadic function with options `-target mips-linux-gnu -march=mips3`, clang will crash and produce the following backtrace:
```
clang-19: /home/andrew/llvm-project/llvm/lib/Targ…