WinDBG. View function call stack _k?

Source: Internet
Author: User

1. Reference page: "To view the call stack command in WinDbg-Zhong DAO Alumni-Blog Park. html" (https://www.cnblogs.com/awpatp/archive/2011/01/01/1923913.html)

1.1, the main content:

The command ==========KK command displays a certain number of stack frames, where the number of frames is controlled by the. Kframes command, and the default value is 256.

    

KP 5 shows the first 5 functions in the call stack and their arguments. KB 5 shows the first five functions in the call stack and their first three parameters. KF 5 shows the size of the stack used by five functions in the call stack. The amount of space used for each stack frame is calculated as: Subtracts the stack base pointer of the current function from any function stack base pointer that is called in the function.

2.

3.

4.

5.

WinDBG. View function call stack _k?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.