The DWARF line table contains the mapping between the source lines (for the executable parts of a program) and the memory containing the code corresponding to the source.
DWARF行表包含源行(属于程序的可执行部分)与内存(包含与源代码对应的代码)之间的映射关系。
An executable unit begins at the start of every basic block and at any instruction that corresponds to a line of source code that is different than the previous instruction.
一个可执行的单元由每一个基本快开始,而与每行源代码相对应的指南与前面版本中的指南有所不同。
The use of aliases is my preferred method for using namespaces for two reasons: First, if I later rename the namespace, I only have one line of code to change per source file.
由于两个原因,我喜欢对名称空间使用别名:首先,如果以后要改变名称空间,在每个源代码文件中只有一行需要修改。
By the way, that's a comment on the first line (with the name of the source file for the code example).
顺便说一下,在第一行有一句注释(在代码例子中是源文件的名字)。
The best source of ideas and code comes from experienced practitioners of the command line.
最有效的得到思想和代码的途径就是咨询那些在命令行方面具有丰富经验的行家。
In this case, PureCoverage USES this information to generate an annotated source listing that displays the number of times each line of code was hit (executed).
在这种情况下,PureCoverage使用这些信息去显示执行每一行代码次数的注释源列表。
A basic block is a segment of code that contains no branches; it may or may not correspond to a line of source code. An example is.
所谓的基本块,就是不包含分支的代码的片段;它也许会也许不会响应一行源代码。
If you tell FindBugs where to find your source, it will highlight the offending line of code when you switch to the appropriate TAB.
如果告诉FindBugs在什么地方寻找代码,它就会在转换到相应的选项卡时突出显示有问题的那一行。
Partially covered lines can occur when there is more than one executable unit on a line of source code, but only one of them has been executed.
当在源代码中有不止一个的可执行单元时就会产生部分覆盖的行,但是它们中只有一个可以被执行。
Complete source code examples will be included, with line-by-line analysis of what the code is doing.
文章中包含了完整的示例源代码,并带有逐行的代码分析。
Listing 8 lists the code that was modified in the source of the jfs_mount.c file to create a segmentation fault at line 109 by creating a null pointer exception.
清单8列出了jfs_mount . c文件的源代码中被修改过的代码,我们在代码中创建了一个空指针异常,从而使代码在第109行产生段错误。
From the list of SQL statements in the outline view, you can double click on any SQL statement to see which line of code created the SQL, or you can right click on the SQL and select Show in source.
从大纲视图中的sql语句列表中,可以双击任何sql语句以查看是哪行代码创建了该SQL,或者右键单击sQL并选择Showinsource。
The desc field contains the line number and the value contains the code address for the start of that source line.
desc字段包含行号,而value包含源代码行的起始部分的代码地址。
You must make a slight tweak to the package's C source code before it can build cleanly on Fedora Core 4. Using any text editor, change line 6 of src/error.h
要让这个包能够在 FedoraCore4上干净地构建,必须对包的C源代码稍做调整。
An Eclipse plugin also allows line of code problem-source detection. Some of the bugs it can find include.
相应的Eclipse插件也提供了行级的问题代码检测。
Through case studies, we demonstrate the utility of gray-box techniques, by implementing the useful "OS-like" service without modifying a single line of OS source code.
而且通过实例研究,证明了通过利用灰盒技术,不用修改OS一行源代码而实现了这个有用的类os的服务例程。
A graphic image for the detection of line and arc of the C-language source code.
一个用于检测图形图像中直线以及弧张的C语言的源代码。
Go back to the source code of Capitalize, and set a breakpoint on the first line.
回到了大写的源代码,并设置在第一行一个断点。
In a source window, click a line of executable code where you want to set a breakpoint.
在来源视窗中,按一下您要设定中断点的可执行程序码行。
This improves the readability of your code and reduces line length and source-file size.
这样就会提高代码的可读性,并减小行的长度和源文件大小。
A label must appear at the beginning of a line of source code and must be followed by a colon, regardless of whether it is followed by a statement on the same line.
标签必须出现在源代码行的行首,之后必须有冒号,无论在同一行内它后面有无语句。
While this line have similar source, but the difference is that the code of this Annex I have been compiling, testing, can be directly run.
尽管此网上有类似源码,但不同的是本附件代码已经经过本人编译,测试,可以直接运行。
While this line have similar source, but the difference is that the code of this Annex I have been compiling, testing, can be directly run.
Lowe sift 算法编写的 MATLAB代码。尽管此网上有类似源码,但不同的是本附件代码已经经过本人编译,测试,可以直接运行。
Listing 6 shows the source code for a command-line application that pulls all of our code together.
列表6展示了某命令行应用源码,自此该应用将之前所有的代码串起来了。
This is necessary if the breakpoint is set on a specific character within a line of source code.
如果中断点设定在原始程序码档的特定字元,这个动作则是必要的。
This is necessary if the breakpoint is set on a specific character within a line of source code.
如果中断点设定在原始程序码档的特定字元,这个动作则是必要的。
应用推荐