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

GDB version information

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 8.6k Views 1 Watching
  • 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 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 last edited by
      #2

      gdb --version

      1 Reply Last reply
      0

      • Login

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