Skip to content

Conversation

@po-miyasaka
Copy link

@po-miyasaka po-miyasaka commented Sep 18, 2021

What
cbd is a command.
It means "current breakpoint disable or delete".
By this command, developers can disable or delete a breakpoint stopped currently easily.

Why
When I set breakpoint with rbreak for reverse-engineering, massive breakpoint are made sometimes and
furthermore the process often stops at same symbols many times.
In this case, it' bothering to delete unnecessary breakpoints by specifying breakpoint number (e.g. break delete 1.585 )
so I made this command.

How
Screen Shot 2021-09-19 at 8 47 38
Options

(lldb) cbd -s // not continuing the process after disabling the breakpoint

(lldb) cbd -d // deleting the breakpoint 

P.S.
I'm a reader of your book
Thanks for this amazing book changing my life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant