Visual Studio 2005
Kuling, wt., 2009-12-22 21:17
- Kuling's blog
- Odpowiedz
- 30 odsłon
Kategorie:
Kuling, wt., 2009-12-22 19:33
Cytat:
$vframe tells you the 'virtual frame pointer'. This is the memory address where you can find the stack frame. If the function has a true stack frame, memory will be layed out like the below table. $vframe is extremely helpful when retail debugging because it tells you where about on the stack to look for your local variables.
http://blogs.msdn.com/greggm/archive/2004/12/15/315673.aspx
Cytat:
The 32-bit x86 calling conventions
http://blogs.msdn.com/oldnewthing/archive/2004/01/08/48616.aspx
Cytat:
http://msdn.microsoft.com/en-us/library/aa235596%28VS.60%29.aspxThe following example shows the results of making a function call using various calling conventions. This example is based on the following function skeleton.
void MyFunc(char c, short s, int i, double f)
MyFunc ('x', 12, 8192, 2.7183);
Nice callstack frame.
http://blogs.msdn.com/oldnewthing/archive/2004/01/16/59415.aspx
- Kuling's blog
- Odpowiedz
- 26 odsłon
Kategorie:
Kuling, pon., 2009-06-15 20:27
- Kuling's blog
- Odpowiedz
- 81 odsłon
Kategorie:
Kuling, czw., 2009-05-28 20:11
- Kuling's blog
- Odpowiedz
- 88 odsłon
Kuling, czw., 2009-05-28 20:10
- Kuling's blog
- Odpowiedz
- 87 odsłon
Kuling, pon., 2009-05-25 08:43
HANDLE hLogFile;
hLogFile = CreateFile("c:\\log.txt", GENERIC_WRITE,
FILE_SHARE_WRITE, NULL, CREATE_ALWAYS,
FILE_ATTRIBUTE_NORMAL, NULL);
_CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE);
_CrtSetReportFile(_CRT_ASSERT, hLogFile);
- Kuling's blog
- Odpowiedz
- 102 odsłony
Kuling, pt., 2009-05-22 16:52
http://msdn.microsoft.com/en-us/magazine/cc164040.aspx
RTL_CRITICAL_SECTION
RTL_CRITICAL_SECTION_DEBUG
- Kuling's blog
- Odpowiedz
- 97 odsłon
Kuling, pon., 2009-05-18 09:18
Fajny tool do profilowania zużycia pamięci. Polecam.
Parę screenshot'ów
- Kuling's blog
- Odpowiedz
- 80 odsłon
Kategorie:
Kuling, ndz., 2009-05-03 20:31
http://msdn.microsoft.com/en-us/library/k13k85ky.aspx
http://msdn.microsoft.com/en-us/magazine/cc301398.aspx
- Kuling's blog
- Odpowiedz
- 97 odsłon
Kuling, ndz., 2009-05-03 14:02
http://msdn.microsoft.com/en-us/magazine/cc301399.aspx
- Kuling's blog
- 94 odsłony
- 1
- 2
- 3
- 4
- następna ›
- ostatnia »
