shivasurya / cody-lldb-gdb

Cody GDB and LLDB Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLDB Cody Assistant

Bringing Contextual Cody Assistant to your LLDB & GDB Debugger. Execute commands by typing cody followed by asking for help.

cody-logo

Installation

pip install -r requirements.txt

Cody LLDB Assistant

(lldb) command script import /PATH/TO/main.py
(lldb) command script add -f main.codylldb cody
(lldb) cody get the command to the run the program
run
Process 21342 stopped
...
...
(lldb) cody get the command to print all registers
register read
General purpose register
    x0 = 0x0000000000001000895 "Hello world! \n"
    ...
    ...

About

Cody GDB and LLDB Assistant


Languages

Language:Python 100.0%