Xlib (libX11.so)中有内置的调试选项吗?我能得到X11库调用的列表吗?
我想从繁重的多线程、闭源程序中获得xlib函数调用的完整跟踪。它是一个非公开的嵌入式平台,所以我不能使用gdb进行多线程调试,并且在这个平台上没有ltrace。此外,此程序不能通过tcp/ip连接到x服务器,只能通过unix-socket连接。来自gnu linux
#ifdef _DLL#error Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]#endif