summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIExtensions.txt
blob: 76fcf1e0527d14203d26bc7e16f9c342a766d5c1 (plain)
1
2
3
4
5
6
7
8
9
10
-file-exec-and-symbols now takes two new (optional) options:

Synopsis

	-file-exec-and-symbols <file> [-p <platform>] [-r <remote-file>]

Specify the executable file to be debugged. This file is the one from which the symbol table is also read. 
When debugging remote targets specify a remote-file for execution and a file from which symbols are read. 
The optional platform is the name of the platform, e.g., "remote-ios" or "ios-simulator". The remote-file 
is the on-device path to the exe.
OpenPOWER on IntegriCloud