Skip to content

4iar/lldb-write

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages