-
| | |
| --- | --- |
| Bugzilla Link | [35550](https://llvm.org/bz35550) |
| Version | trunk |
| OS | All |
| Attachments | [gdb_backtrace.txt](https://user-images.githubusercontent.com/60944935/1437…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50037](https://bugs.llvm.org/show_bug.cgi?id=50037) |
| Status | NEW |
| Importance | P normal |
|…
-
**Describe the bug**
I have somehow managed to trigger a segmentation fault inside mesa when using egui on my radeon GPU.
Here is a backtrace and thread list from gdb when running `cargo build -…
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
termdebug supports GDB/MI only. [DAP](https://microsoft.github.io/debug-adapter-p…
-
I've encountered the following issue. Suppose we set a breakpoint in JITted code. We will look at the value that is there, write the breakpoint byte and continue. Later, we come back and restore the b…
-
At the beginning of a debug session -stack-list-variables is called returning the variables.
After that gdb will be informed to create an internal variable with -var-create.
Using the next button wi…
-
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…
-
Commit: a3b25de4b1d68584d3027c0a0aa3da93bb571959
Program arguments: /home/songlh/workspace/rust/Angora/llvm_install/clang+llvm/bin/clang-7 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-f…
-
my platform is: Linux Ubuntu 22 (x86_64) + ROS Humble+ OAK-D-Pro
When I launch these launch files:
ros2 launch depthai_ros_driver example_segmentation.launch.py
ros2 launch depthai_ros_driver st…
-
Inspired by the discussion in https://groups.google.com/g/sage-devel/c/AvH3xq2bCfo:
A subset of our SPKGs is only used by calling their executables, not linking to libraries.
For such executables,…