-
添加一个额外的udp adapter;
netthread 个数为4
handle个数也为4
只有一个handle能处理数据,其他三个无效;
Thread 14 "uac" hit Breakpoint 10, tars::TC_EpollServer::Connection::getId (
this=0x7fffe80022f0)
at /data/tarscpp/…
-
So I'm stuck when trying to load big(relatively) firmware/program to the ibex-demo-system. After several trial, I find that if the program file is smaller than 9408 bytes as shown below (9404B), it wi…
-
When trying to include esp_idf_svc in my build for esp32, I always have the issue as mentioned below.
I try to include this crate as I need motor control and use the capture functionality which is no…
-
Hello everyone,
my entire system sounds mutes when debugging while a sound plays.
using gdb to break in the Beep-Example at line 123 causes all other programs (Firefox...) to mute / no longer ou…
-
If i run xdotool on a real display (ie, Display :0 with real videocard/monitor), it works fine. But if I run under VNC display, it gives segfault:
```
$ export DISPLAY=:0
$ xdotool getmouselocatio…
-
### Brief Issue Summary
On OSX with a cross compiler in $ARMGCC_DIR attempting to debug via jtag with cortex-debug yields the error:
"Problem to get debug from cache. Error: Unable to find GDB…
-
OS: macOS Monterey 12.5
VSCode version: 1.70.1
CodeLLDB version: 1.7.4
Compiler: `rustc` nightly and `gcc` 11.1.0
Debuggee: `riscv64-unknown-none-elf` on QEMU riscv64-virt 7.0.0
Cannot att…
-
### Environment
- OS and version: Windows 11
- VS Code: 1.95.1
- C/C++ extension: 1.22.10
- GDB version: 8.1
### Bug Summary and Steps to Reproduce
Bug Summary:
Although I have intellisense and err…
-
Trying to attach to a GDB server with no luck. All I want is to connect to the GDB server, run `target remote localhost:4444` and start sending some monitor commands.
As soon as I uncomment `miDebu…
-
Our project is very huge, so we connect to our server using ssh, and use gdb on our server (our project is on our server too), now I can use gdb on my computer to debug, but it is to slow, can I use g…