What is a symbolic file?

Source: Internet
Author: User

Building applicationsProgram,. DLL ,. when sys and other executable files (also known as binary files or images) are used, a certain number of additional files are created. These files are also called symbol files ).

 

Starting from Windows XP and Windows Server 2003, the symbol file only uses the PDB format.

 

A symbolic file usually contains the following content:

  • Name and address of the global variable
  • Function name, address, and prototype
  • Frame Pointer Optimization (FPO) data
  • Local variable name and address
  • Source file path and line number of each symbol
  • Types of variables and structures

There are two types of symbol files: public symbols and private symbols. Public symbols contain a limited number of Symbol Information, which is generally sufficient for debugging modules.

All versions of the operating system released by Microsoft have public symbol packages available for download.

 

From <Windows Advanced debugging>

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.