summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/gui/basicdebug/func.c
AgeCommit message (Collapse)Author
2022-04-05[lldb][gui] make 'step out' step out of the selected frameLuboš Luňák
Differential Revision: https://reviews.llvm.org/D123001
2020-08-05[lldb][gui] move TestGuiBasicDebug.py to lldb/test and update itLuboš Luňák
Between the time it was created and it was pushed upstream, 99451b4453688a94c6014cac233d371ab4cc342d has moved the existing gui gui tests to lldb/test, so move this one too. And update it to contain TestGuiBasic.py changes since the time when it was based on that test. Differential Revision: https://reviews.llvm.org/D85106