[lldb-dev] Checkpoint/Restart with LLDB ?

2018-12-10 Thread Gábor Márton via lldb-dev
Hi, Is there an LLDB counterpart to GDB's Checkpoint/Restart feature ( https://sourceware.org/gdb/onlinedocs/gdb/Checkpoint_002fRestart.html)? I could not find anything here http://lldb.llvm.org/lldb-gdb.html. Is there a way to mimic that feature somehow on macOS (or do reverse debugging) ? Thank

Re: [lldb-dev] Checkpoint/Restart with LLDB ?

2018-12-11 Thread Frédéric Riss via lldb-dev
> On Dec 10, 2018, at 10:13 AM, Gábor Márton via lldb-dev > wrote: > > Hi, > > Is there an LLDB counterpart to GDB's Checkpoint/Restart feature > (https://sourceware.org/gdb/onlinedocs/gdb/Checkpoint_002fRestart.html > )