Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cbd script: disabling a breakpoint stopped currently #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant