On Tue, 2012-07-03 at 21:44 +0200, Harald Jung wrote: > strange thing.. i've used the unstripped version and i get: > > GNU gdb (Gentoo 7.3.1 p2) 7.3.1 > .......blah..... > Reading symbols from /tmp/modem-manager...(no debugging symbols > found)...done. > > is there a special configure or Makefile hook?
Not specifically, but you could use CFLAGS including "-g -O0" to build the debugging into and turn off optimization. That's usually enough to get at least function names in the stack traces. Dan > > Harald > > Am Dienstag, den 03.07.2012, 19:30 +0000 schrieb Dan Williams: > > Any chance you could get some debug symbols there? > > > > Dan > > > > _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
