Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

sebastianludwig/lldb_commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Archived

Lives on over here https://github.com/lurado/LLDO

LLDB commands to make my life easier

Based on Chisel

Commands

Command Description
proofimage Display an image saved on your local hard drive as fullscreen overlay
hsafearea Highlight the safe area insets of a given view
unhsafearea Remove the safe area inset highlight on a view
hlayoutmargins Highlight the layout margins of a given view
unhlayoutmargins Remove the layout margin highlight on a view

Usage

Add

script fblldb.loadCommandsInDirectory('/path/to/lldb_commands/')

to your .lldbinit file after the command script import <chisel> line.

Development

  1. command source ~/.lldbinit
  2. run command
  3. GOTO 1

LICENSE

MIT - see LICENSE file

About

Additional commands for LLDB with Chisel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages