LLDB-MI(1) | User Commands | LLDB-MI(1) |
lldb-mi - manual page for lldb-mi 9
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.
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.
MI driver usage:
[] = optional argument.
-h --help
--version
--versionLong
--interpreter
-s <filename> --source <filename>
--executable
--synchronous
--log
--log-dir
executable (NOT IMPLEMENTED)
MI Driver Command: quit
July 2021 | lldb-mi 9 |