[Lldb-commits] [PATCH] Add -p and -r options to lldb-mi command -file-exec-file-and-symbols to support iOS debugging on macOS
Ilia K
ki.stfu at gmail.com
Tue Mar 10 11:11:15 PDT 2015
I didn't see these options in doc: https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-File-Commands.html. Is it well-known options?
I use the the following code instead of this:
-interpreter-exec console "platform select remote-ios --sysroot \"/Users/IliaK/Library/Developer/Xcode/iOS DeviceSupport/8.1.2 (12B440)\" --build 12B440 --version 8.1.2"
-interpreter-exec console "target create --arch arm64 \"~/Project1.app\""
http://reviews.llvm.org/D8210
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list