diff options
author | Ebuka Ezike <yerimyah1@gmail.com> | 2025-07-03 13:12:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 13:12:30 +0100 |
commit | c5f47c6fd2cd9a5d13d20bee2ac7211b28d233e7 (patch) | |
tree | a07f48c54d6519db5bb82fecfcd9f698ad97015e /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 8763ac3252f2f291db15c7adea9f72135a14c193 (diff) | |
download | llvm-c5f47c6fd2cd9a5d13d20bee2ac7211b28d233e7.zip llvm-c5f47c6fd2cd9a5d13d20bee2ac7211b28d233e7.tar.gz llvm-c5f47c6fd2cd9a5d13d20bee2ac7211b28d233e7.tar.bz2 |
[lldb-dap] Prevent using an implicit `step-in`. (#143644)
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`
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions