0:000> u execute php5ts!execute: 100205d0 51pushecx 100205d1 8b0da8f35310mov开发者_StackOverflow ecx,dword ptr [php5ts!executor_globals_id (1053f3a8)]
I have written one application in which I load one system wide crash dump using dbgeng.dll. I want to use some of the WinDbg commands like (!vad) - for that I need other dll\'s like exts.dll, ext.dll,
I am currently looking into an issue where an application is using alot of private memory for a C++ app. It looks like alot is in commited and reserve m开发者_运维知识库emory based on the dump analysi
When using WinDbg to debug an executable, is there a way to specify a batch script to run before debugging starts to set up environmental variables for the debug session?
Does visual studio 2008 has any options (run time) to detect immedidate detection 开发者_如何学Goof heap corruption?If you look through the list of Debug Routines exported from the Visual C++ debug ru
I enabled in /RTCs in my application to detect stack corruption issues. The application has many components(dlls) and the total LOC is about 40K. It has many threads.
In gdb I can simply list func to see the definition of func, and the lines increments each time.But in windbg I tried lsa开发者_开发问答 func,
Now I can\'t set bp on WinMain though I can see the disassembly of it,and I can\'t list the source of WinMain either:
I am hosting IIS based web service applications on Windows 2008 64-bit system running on a Quad core 8G machine. Ran into couple of instances when W3WP was running at 7.6G of memory usage. Nothing els
First, is this even possible?And if so how would I do this?I\'m particularly interested in the Collection class and custom VB classes.