[Qt-creator] qtc/gdb wooes

André Pönitz apoenitz at t-online.de
Tue Feb 12 20:30:22 CET 2019


On Tue, Feb 12, 2019 at 01:55:44PM +1300, Christian Gagneraud wrote:
> > Regarding the log content: There's usually enough in there to spot
> > typical setup problems. I am open for suggestions what to change,
> > but note that already now it can get huge, and parts are time
> > sensitive, so there's a limit to what can be done.
> 
> Could you briefly explain the meaning of these prefixes, might be
> useful if i (or others) want to investigate further, here is what I
> found:
> t: timestamp
> w: warnings?
> d: Debug?
> <XXX, <XXX^, <#: gdb stdin, XXX is line number, ^ and # are ?
> >=, >~, >&: gdb stdout/stderr, 2 column is ?

The custom prefixes are only the first character, which you 
correctly identified.

The second (and further) characters are already part of the GDB/MI
protocol, for details see

https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Command-Syntax.html#GDB_002fMI-Command-Syntax

Note that the format described there is mostly, but not always
precisely what GDB produces in reality.

The interface to other backends (LLDB, CDB) use essentially the same
markup, even if it is nowhere native to them.

Andre'



More information about the Qt-creator mailing list