.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. .TH LLDB-MI "1" "May 2020" "lldb-mi 6.0" "User Commands" .SH NAME lldb-mi \- manual page for lldb-mi 6.0 .SH DESCRIPTION Description: The Machine Interface Driver (MI Driver) is a stand alone executable that either be used via a client i.e. Eclipse or directly from the command line. It processes MI commands, actions those commands using the internal debugger then forms MI response formatted text which is returned to the client. .PP Information: Current limitations. The MI Driver currently only handles remote target debugging. Local debugging has not been implemented. The MI Driver has been designed primarily to be used with Eclipse Juno and a custom plugin. The custom plugin is not necessary to operate the MI Driver. .PP MI driver usage: .IP lldb\-mi [\-\-longOption] [\-s hortOption] [executeable] .PP [] = optional argument. .PP \fB\-h\fR \fB\-\-help\fR .IP Prints out usage information for the MI debugger. Exit the MI Driver immediately. .PP \fB\-\-version\fR .IP Prints out GNU (gdb) version information. Exit the MI Driver immediately. .PP \fB\-\-versionLong\fR .IP Prints out MI Driver version information. Exit the MI Driver immediately. .PP \fB\-\-interpreter\fR .IP This option is kept for backward compatibility. This executable always run in MI mode .PP \fB\-s\fR \fB\-\-source\fR .IP Tells the debugger to read in and execute the lldb commands in the given file, after any file provided on the command line has been loaded. .PP \fB\-\-executable\fR .IP Use the MI Driver in MI mode for the debugging the specified executable. .PP \fB\-\-log\fR .IP Use this argument to tell the MI Driver to update it's log file 'lldb\-mi\-20200416145717.log'. .PP \fB\-\-log\-dir\fR .IP Use this argument to specify the directory the MI Driver will place the log file in, i.e \fB\-\-log\-dir=\fR/tmp. .PP executable (NOT IMPLEMENTED) .IP The file path to the executable i.e. '"C:\eMy Dev\efoo.exe"'. .PP MI Driver Command: quit .IP Exit the MI Driver application. .SS "Example MI command:" .IP 3\-info\-gdb\-mi\-command gdb\-set 3^done,command={exists="true"}