Video Tutorial: Using LLDB in iOS Part 6: Extending LLDB

Learn how to extend LLDB to create new debugger commands. By Brian Moakley.

Leave a rating/review
Save for later
Share

Contents

Hide contents

Video Tutorial: Using LLDB in iOS Part 6: Extending LLDB

0 mins

Challenge

In this challenge, you will be extending LLDB to create a new command. This new command will be called: cat. It will work by running the terminal command cat which will print out the contents of a file to the LLDB console.

Download demo 1 starter

Download demo 1 finished

Download demo 2 starter

Download demo 2 finished

Download challenge starter

Download challenge finished

Download lecture slides

Helpful Links

The LLDB Debugger Official Website
LLDB Python API

Contributors

Over 300 content creators. Join our team.