About 760,000 results
Open links in new tab
  1. How to download GDB from minGW correctly? - Super User

    Oct 12, 2022 · I am using GDB, downloaded from MinGW Installation Manager(I doubt it's installed correctly), to debug C++, and GDB cannot be found in the path below used to debug. …

  2. apt - Installation failed for gdb in kali linux - Super User

    Nov 2, 2020 · Before you can install anything with the apt, you need to download (update) the package lists from the repositories: sudo apt-get update Update will reach out to the …

  3. linux - How to install GDB 8 in CentOS 7 - Super User

    Jun 2, 2019 · I need to install GDB 8.0 or above in my CentOS 7. My current version of gdb is 7.6.1. I have followed the guide at devtoolset-7-gdb | Install HowTo: yum install centos-release …

  4. linux - How to know if gdb is installed? - Super User

    2 How can i know if gdb is installed in a unix machine? I run the following commands: > gdb > gdb main and the result is gdb: command not found but i don't if this means that gdb is not installed.

  5. linux - GDB cross-compilation for arm - Super User

    Apr 18, 2019 · Problem solved. If you encounter this question, please follow the : gdb wiki I mentioned in my question. And my additional note to the gdb wiki is: The "--target" of gdb as …

  6. MinGW: Python enabled GDB on Windows - Super User

    I tried to install mingw32-gdb-python version 7.5-1 with MinGW installer (graphical interface), and I got gdb-python27.exe file in my bin. But this file can't be opened.

  7. Error updating linux - "Could not resolve kali.download"

    Sep 1, 2023 · It's true I can't ping kali.download even tho I can ping kali.org, but I have changed the DNS to googles (8.8.8.8) and still getting the same. Any tip?

  8. c++ - How to install MinGW 64 bits on Windows? - Super User

    Mar 9, 2020 · mingw-w64 is an open source project and the developers provide source code only. If you're looking for Windows binaries then you need to download them from a third party who …

  9. How to install gdb on Arch Linux - Super User

    Mar 9, 2014 · How do I install the GNU Debugger (gdb) on Arch Linux? I've checked that I don't already have gdb installed by running this command: gdb -help I've tried this: sudo apt-get …

  10. gdb can't debug the 32bits program for linux - Super User

    Sep 28, 2019 · How to solve this? When I use the gdb to debug the 32bits program, this warning appeared. And this made the program can't run. This is the configuration information about gdb