SBReproducer#
- classlldb.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
- staticCapture(char const * path) → char const *#
- staticPassiveReplay(char const * path) → char const *#
- staticSetAutoGenerate(bool b) → bool#
- staticSetWorkingDirectory(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.