python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Build static gdb 11.2 with cross compiler
Anyone success to build static gdb (not gdbserver) version 11.2 with cross compiler (arm64) ?
I'm not sure which flags (in CFLAGS and LDFLAGS) make gdb to build as static,
I tried to pass "-stati...
sivandahan
Votes: 0
Answers: 0
GDB QEMU Remote target doesn't support qGetTIBAddr packet
I'm trying to debug an EFI application in qemu with gdb. QEMU is started with -s and -S flags and gdb is started with
gdb ./target/x86_64-unknown-uefi/debug/application.efi
and qemu is targeted with
...
person
Votes: 0
Answers: 0
Force gdb to load local shared library iso target library
I'am using gdbserver and gdb on host to debug arch ARM application linked to shared library.
I have a copy of the Library on host with symbols and I want gdb to load the local library instead of the r...
freelancer
Votes: 0
Answers: 0
Redirect stderr and stdout to terminal in visual studio code during cross debugging
I'm debugging a remote program using gdb on my host computer and gdbserver on my remote.
Everything works fine except that I cannot figure out how to show stdout and stderror on the VS Code terminal.
...
Alexis
Votes: 0
Answers: 0