AIXV7.1增加了对标准DWARF调试格式的支持,DWARF是控制可执行文件中调试信息格式的现代标准。
AIX V7.1 adds support for the standard DWARF debugging format, which is a modern standard for controlling the format of debugging information in executables.
对于某些对象文件格式,调试信息被封装到统称为STAB指令的汇编程序指令中,这些指令分布在生成的代码中。
For some object file formats, the debugging information is encapsulated in assembler directives known collectively as STAB directives, which are interspersed with the generated code.
调试数据格式是用来存储有关已编译计算机程序的信息的一种方式,这些信息将用于高级调试器。
A debugging data format is a means of storing information about a compiled computer program for use by high-level debuggers.
调试信息的传统格式被称为STAB(符号表)。
The traditional format for debugging information is called STAB (symbol table).
stab是a.o ut和XCOFF对象文件格式的调试信息的本机格式。
STABs are the native format for debugging information in the a.out and XCOFF object file formats.
调试数据格式是用来存储有关已编译程序的信息的一种方式,这些信息将用于高级调试器。
A debugging data format is a means of storing information about a compiled program for use by high-level debuggers.
stab调试格式是一种记录不完整的半标准格式,用于调试COFF和ELF对象文件中的信息。
The STAB debug format is a poorly documented, semi-standard format for debugging information in COFF and ELF object files.
我们将介绍如何从两种流行的调试格式STAB和DWARF提取调试信息。
We cover extracting debugging information from two popular debugging formats, STAB and DWARF.
现代调试数据格式可以存储足够多的信息来支持源代码级别的调试。
Modern debugging data formats store enough information to allow source-level debugging.
当GDB为一个特别的环境配置好后,它识别这一环境中产生的标准的不分格式的调试信息;
When GDB is configured for a particular environment, it understands debugging information in whatever format is the standard generated for that environment;
如果可执行文件在生成时没有兼容格式的调试信息,则可用功能将进一步受到限制。
If the executable was built without debug information in a compatible format, available features are further limited.
在调试时,调试器使用该信息以有用的格式显示变量名和其他信息。
The debugger USES this information to show variable names and other information in a useful form when you are debugging.
简述了ELF文件格式和调试信息的存储,并重点分析源码级调试内核的实现原理和运行性能。
The ELF file format and debugging information storage are outlined while the realization of the kernel source-level debugging principles and performance are analyzed to detail.
有关更多信息,请参见更改调试器窗口的数值格式。
For more information, see Changing the Numeric format of Debugger Windows.
有关更多信息,请参见更改调试器窗口的数值格式。
For more information, see Changing the Numeric format of Debugger Windows.
应用推荐