14. If the program has more than one occurrence of the opcode, try to find the sequence printed by the handler code in the dumpfile.
如果这个程序中一条操作码出现了多次,请尝试在dump文件中寻找处理程序代码所打印的序列。
来自互联网
15. The steps to understanding the data in a memory dumpfile (identifying the format, parsing, and reading the file) are relatively simple
理解内存转储文件中的数据(识别格式、解析和读取文件)的步骤相对比较简单
来自互联网
16. If you are tracing to a file, the size of the dumpfile is limited only by the free space and maximum allowable file size on the system.
如果是将跟踪信息存储到一个文件,则转储文件的大小只受空余空间和系统所允许的最大文件大小的限制。
来自互联网
17. When you debug a dumpfile, the computer on which you debug must have access to the PDB symbol files and the binaries for the program.
调试转储文件时,您进行调试的计算机必须能够访问该程序的PD b符号文件和二进制文件。
来自互联网
18. As expected, the dumpfile (DMP) is approximately 8 MB in size, corresponding to the trace buffer size that was specified on the db2trc command.
与预期一样,转储文件(dmp)大小约为8MB,跟db 2trc命令中指定的缓冲区大小相符。
来自互联网
19. When the source is compiled with the -g option, the dumpfile will have line-by-line source and corresponding instructions for implementation.
当使用-g选项来编译源代码时,dump文件通常会包含有一行行的源代码以及对应的实现指令。
来自互联网
20. The performance trace formatter is a parsing option that formats a dumpfile containing performance counter data into readable text (see Listing 6).
性能跟踪格式化器是一个解析选项,它将包含性能计数器数据的转储文件格式化为可读文本(请参见清单6)。
来自互联网
21. It USES that knowledge to create an XML description file that provides indexes into the system dumpfile that indicate the location of various data structures.
它利用这一知识创建一个XML描述文件,这个文件为系统转储文件提供索引,指出各个数据结构的位置。
来自互联网
22. If you are not in a position to get the fault to occur under your debugger on your development machine you should get a crash dumpfile and load it into your debugger.
如果你不能得到故障发生在你的调试器在你的开发机器你应该得到一个崩溃转储文件导入你的调试器。
来自互联网
23. In this window, you can view debugging summary information for the dumpfile, set the symbol path, start debugging, and copy the summary information to the clipboard.
24. Once you load the database, Adaptive Server automatically identifies the endian type on the dumpfile and performs all necessary conversions during the load database and online database.