SBReproducer¶
- class lldb.SBReproducer¶
Controls LLDB’s reproducer functionality.
Methods Summary
Capture(char const * path)PassiveReplay(char const * path)SetAutoGenerate(bool b)SetWorkingDirectory(path)The working directory is set to the current working directory when the reproducers are initialized.
Methods Documentation
- static Capture(char const * path) char const *¶
- static PassiveReplay(char const * path) char const *¶
- static SetAutoGenerate(bool b) bool¶
- static SetWorkingDirectory(path)¶
The working directory is set to the current working directory when the reproducers are initialized. This method allows setting a different working directory. This is used by the API test suite which temporarily changes the directory to where the test lives. This is a NO-OP in every mode but capture.