Lldb Write Save

Write the output of an lldb command to file

Project README

lldb-write

Tests License: MIT

Demo

A Python script for lldb that writes the output of a command to a given file.

Installation

Import the script manually:

(lldb) command script import /path/to/lldb-write/write.py

Or add command script import /path/to/lldb-write/write.py to ~/.lldbinit.

Usage

(lldb) write filename command

Example:

(lldb) write reg.txt register read

Open Source Agenda is not affiliated with "Lldb Write" Project. README Source: 4iar/lldb-write
Stars
35
Open Issues
2
Last Commit
2 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating