在线笔记
全部博文(596)
发布时间:2015-02-05 23:02:43
Windows Driver Kit: Driver Development ToolsConditional Compilation and the Build EnvironmentYou should conditionally compile the debugging code in your driver by testing the DBG preprocessor constant.The value of DBG depends on the build environment window you use to build your driver:.........【阅读全文】
发布时间:2015-01-29 11:25:03
调试cldservice.exesrcD:\download\streamer\vdservice\vdservice\*.ccpdbD:\download\streamer\install\vdservice_debug\vdservice\cldservice.pdbexeD:\download\streamer\install\vdservice_debug\vdservice\cldservice.exe1. 源码路径D:\download\streamer\vdservice\vdservice2. SYMBOLS路径D:\down.........【阅读全文】
发布时间:2015-01-21 17:46:34
set substitute-path d:\\streamer\\workspace_udt x:break HandleAuthenticateNewConnectbreak reds_handle_linkbreak cld_net_closebreak reds_handle_ticket......【阅读全文】
发布时间:2015-01-21 13:33:34
1. path HOME c:\user\ckelsel2. $HOME/.gdbinitadd-auto-load-safe-path d:\streamer\.gdbinit3. d:\streamer\.gdbinitbreak arun......【阅读全文】
发布时间:2015-01-20 18:08:39
1. cmd.exe2. cp msvcr100d.dll msvcr100.dll3. gcc main.c -lmsvcr100 -lgcc......【阅读全文】