Home | History | Annotate | Download | only in info

Lines Matching full:logging

638 * Logging output::              How to log GDB's output to a file
1045 File: gdb.info, Node: Shell Commands, Next: Logging output, Prev: Quitting GDB, Up: Invocation
1068 File: gdb.info, Node: Logging output, Prev: Shell Commands, Up: Invocation
1070 2.4 Logging output
1074 several commands to control GDB's logging.
1076 `set logging on'
1077 Enable logging.
1079 `set logging off'
1080 Disable logging.
1082 `set logging file FILE'
1086 `set logging overwrite [on|off]'
1088 you want `set logging on' to overwrite the logfile instead.
1090 `set logging redirect [on|off]'
1095 `show logging'
1096 Show the current values of the logging settings.
10874 Set the base (a.k.a. radix) of logging serial protocol
10879 Show the current setting of the radix for logging remote serial
12115 Control logging of ADP packets. With an argument of 1 or `"yes"'
12116 enables logging, with an argument 0 or `"no"' disables it. With
12117 no arguments displays the current setting. When logging is
25297 * ADP (Angel Debugger Protocol) logging: ARM. (line 70)
26125 * logging file name: Logging output. (line 13)
26126 * logging GDB output: Logging output. (line 6)
26626 * save GDB output to a file: Logging output. (line 6)
26730 * set logging: Logging output. (line 9)
26874 * show logging: Logging output. (line 26)
27330 Node: Logging output41965