diff options
author | Jim Ingham <jingham@apple.com> | 2023-05-10 15:40:40 -0700 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2023-05-10 15:40:40 -0700 |
commit | 7b5dc63fc4464e777e4210a68120b36cb283a9fd (patch) | |
tree | 2c69ee8135f37dd9933f3105851d11a89449f14e /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | f0d6876e3a4db10be4604719c1508f6f76aaf120 (diff) | |
download | llvm-7b5dc63fc4464e777e4210a68120b36cb283a9fd.zip llvm-7b5dc63fc4464e777e4210a68120b36cb283a9fd.tar.gz llvm-7b5dc63fc4464e777e4210a68120b36cb283a9fd.tar.bz2 |
When the Debugger runs HandleProcessEvent it should allow
selecting the "Most relevant" frame.
If you don't do that, then the correct frame gets selected, but it
happens AFTER the frame info gets printed in the stop message, so
you don't see the selected frame.
The test for this hid the issue because it ran `frame info` and
checked the result of that. That happens after the recognizer selects
the frame, and so it was right. But if the recognizer is working
correctly it will have already done the same printing in the stop
message, and this way we also verify that the stop message was right.
Differential Revision: https://reviews.llvm.org/D150315
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions