mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
When there is a function that is inlined at the current program counter. If you get the current `line_entry` using the program counter's address it will point to the location of the inline function that may be in another file. (this is in implicit step-in and should not happen what step over is called). Use the current frame to get the `line_entry`