summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ExecControl/StepIn
AgeCommit message (Collapse)Author
2024-05-07[lldb] fix step in AArch64 trampoline (#90783)Vincent Belliard
Detects AArch64 trampolines in order to be able to step in a function through a trampoline on AArch64. --------- Co-authored-by: Vincent Belliard <v-bulle@github.com>