[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 11 02:24:36 PDT 2024


DavidSpickett wrote:

Failed on Arm and AArch64:
```
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_reverse_continue_skip_breakpoint (TestReverseContinueBreakpoints.TestReverseContinueBreakpoints)
lldb-server exiting...
error: stopped due to an error evaluating condition of breakpoint 3.1: "false_condition"
Couldn't execute expression:
error: Couldn't materialize: couldn't get the value of false_condition: extracting data from value failed
error: errored out in DoExecute, couldn't PrepareToExecuteJITExpression
```
I'm looking at it now.

https://github.com/llvm/llvm-project/pull/99736


More information about the lldb-commits mailing list