Author Topic: GDB  (Read 1637 times)

lambertia

  • Senior Community Member
  • Posts: 382
  • Hero Points: 14
  • I have nothing sufficiently witty to say.
GDB
« on: July 01, 2009, 10:19:11 PM »
Improve GDB support.

For example SE still can't seem to handle C++ references.

RaffoPazzo

  • Community Member
  • Posts: 77
  • Hero Points: 2
Re: GDB
« Reply #1 on: July 28, 2011, 12:48:22 PM »
Full gdb integration.

cbenson

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Re: GDB
« Reply #2 on: June 21, 2012, 09:49:22 PM »
Better support for linux remote gdb use with dynamically loaded libraries.  Right now, if you start a session with breakpoints set in a .so that has not been loaded, it disables the breakpoints and causes gdbserver to exit.  You then have to restart the session.  It would be very nice to use the pending breakpoint feature of gdb instead.