snare / voltron

A hacky debugger UI for hackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update voltron views on specific breakpoint without stoping

DaniloNC opened this issue · comments

I tried to update the voltron panels everytime the program hit thw breakpoint 0x402276 but without stopping the execution using the follow gdb script:

script.txt

break *0x402276

commands
silent
continue
end

continue

However voltron still showing the message Target busy.
Is there a command that a can use to automatic update the voltron views without pausing the execution?
Is there a better way to accomplish this?

Same, I'm using LLDB on macOS.

commented

If you add a voltron update to your script that should do the trick