manpagez: man pages & more
info gdb
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

24.1.1 GDB/MI Input Syntax

command

cli-command | mi-command

cli-command

[ token ] cli-command nl, where cli-command is any existing No value for GDBN CLI command.

mi-command

[ token ] "-" operation ( " " option )* [ " --" ] ( " " parameter )* nl

token

"any sequence of digits"

option

"-" parameter [ " " parameter ]

parameter

non-blank-sequence | c-string

operation

any of the operations described in this chapter

non-blank-sequence

anything, provided it doesn't contain special characters such as "-", nl, """ and of course " "

c-string

""" seven-bit-iso-c-string-content """

nl

CR | CR-LF

Notes:

Pragmatics:


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.