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行表包含源行(属于程序的可执行部分)与内存(包含与源代码对应的代码)之间的映射关系。
2
This sourcecode could then be compiled into executable objects or programs and copied or moved into test libraries.
然后这个源代码被编译成可执行的对象或者程序,并被拷贝或者移动到测试库中。
3
Partially covered lines can occur when there is more than one executable unit on a line of sourcecode, but only one of them has been executed.