tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Debugging X server components in the new world order



On Fri, Jul 11, 2008 at 02:19:47AM +0200, Martin Husemann wrote:
> This might be a stupid question, but how do people debug parts of the X server
> in the brave new modular xorg world?

It indeed was kindof a stupid question - thanks to Matthieu Herrb for clueing
me in.

The crucial bit is: the module loader is now dlopen() based, so gdb will
just work.

Getting the debug info into the binary etc. is standard autoconf stuff. Maybe
we should add support for the global "debug" option to the modular-xorg
packages?

Martin


Home | Main Index | Thread Index | Old Index