/lldb-scripts

A collection of lldb scripts to aid in debugging Swift

Primary LanguagePythonMIT LicenseMIT

lldb-scripts

A collection of lldb scripts to aid in debugging Swift

Installation

Run

$ make

Scripts

  • write.py - Writes the output of any lldb command to file. E.g write lldb.out register read
  • print_json.py - Prints Data or Encodables as JSON String. E.g pjsond data or write out.json pjsond data to combine it with the previous command