4iar / lldb-write

Write the output of an lldb command to file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Write the output of an lldb command to file

License:MIT License


Languages

Language:Python 100.0%