lldb
GDB to LLDB command map https://lldb.llvm.org/use/map.html
In gdb
, we use frame 1
to switch to frame 1
, but
in lldb
, we use frame select 1
.
GDB to LLDB command map https://lldb.llvm.org/use/map.html
In gdb
, we use frame 1
to switch to frame 1
, but
in lldb
, we use frame select 1
.