Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. GDB version information
Forum Update on Monday, May 27th 2025

GDB version information

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 7.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tinomi
    wrote on 14 Oct 2011, 19:03 last edited by
    #1

    I try to use gdb to get the threads running for a multithreaded process.
    But there seems to be no output. Looks like the gdb installed in my linux OS does not have thread level debugging support.

    1. How do I check the current installed version of gdb?
    2. Which version of gdb should I install to get thread level debuggin support.?

    Currently I find only the below 3 files in my system i-e in /usr/bin directory.
    ls -ltr gdb*
    -rwxr-xr-x 1 root root 2330136 Jan 18 2007 gdbtui
    -rwxr-xr-x 1 root root 46348 Jan 18 2007 gdbserver
    -rwxr-xr-x 1 root root 2330132 Jan 18 2007 gdb

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Duck
      wrote on 14 Oct 2011, 22:06 last edited by
      #2

      gdb --version

      1 Reply Last reply
      0

      1/2

      14 Oct 2011, 19:03

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved