在GDB中,我可以使用"info line func_name"来获取func_name的内存地址,然后使用"set $ PC = memory_address"开始调试此函数.我如何在lldb中做同样的事情?提前致谢!
gdb lldb
gdb ×1
lldb ×1