简体   繁体   中英

Does lldb have a comm command like gdb?

In GDB, we can do

comm 1
p x
end

This prints x whenever the breakpoint 1 is hit. Can lldb do the same thing?

Yes. See:

(lldb) help breakpoint command add

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM