Summary: While printing debug info for instructions, we should use line tables from the corresponding DWARF CU which could be different from the containing function CU in case of inlined instructions. (cherry picked from FBD28908324)
6 lines
55 B
C
6 lines
55 B
C
extern void foo();
|
|
int main() {
|
|
foo();
|
|
return 0;
|
|
}
|