[all-commits] [llvm/llvm-project] 239718: [lldb] Implement CLI support for reverse-continue ...
rocallahan via All-commits
all-commits at lists.llvm.org
Wed Apr 23 16:16:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 239718055d7260caa3e6631e82d68ac27e01c1f4
https://github.com/llvm/llvm-project/commit/239718055d7260caa3e6631e82d68ac27e01c1f4
Author: Robert O'Callahan <rocallahan at google.com>
Date: 2025-04-23 (Wed, 23 Apr 2025)
Changed paths:
M lldb/source/Commands/CommandObjectProcess.cpp
M lldb/source/Commands/Options.td
A lldb/test/API/commands/process/reverse-continue/Makefile
A lldb/test/API/commands/process/reverse-continue/TestReverseContinue.py
A lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py
A lldb/test/API/commands/process/reverse-continue/main.c
M llvm/docs/ReleaseNotes.md
Log Message:
-----------
[lldb] Implement CLI support for reverse-continue (#132783)
This introduces the options "-F/--forward" and "-R/--reverse" to
`process continue`.
These only work if you're running with a gdbserver backend that supports
reverse execution, such as rr. For testing we rely on the fake
reverse-execution functionality in `lldbreverse.py`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list