<div dir="ltr">I just reverted to 4.90.91 and the output is quite different. I've completely abbreviated the actual program output and some verbose templates in the line where it hits a breakpoint:<div><br></div><div><br></div><div><div>GNU gdb (Gentoo 7.11.1 vanilla) 7.11.1</div><div>Copyright (C) 2016 Free Software Foundation, Inc.</div><div>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>></div><div>This is free software: you are free to change and redistribute it.</div><div>There is NO WARRANTY, to the extent permitted by law.  Type "show copying"</div><div>and "show warranty" for details.</div><div>This GDB was configured as "x86_64-pc-linux-gnu".</div><div>Type "show configuration" for configuration details.</div><div>For bug reporting instructions, please see:</div><div><<a href="https://bugs.gentoo.org/">https://bugs.gentoo.org/</a>>.</div><div>Find the GDB manual and other documentation resources online at:</div><div><<a href="http://www.gnu.org/software/gdb/documentation/">http://www.gnu.org/software/gdb/documentation/</a>>.</div><div>For help, type "help".</div><div>Type "apropos word" to search for commands related to "word".</div><div>Signal        Stop<span class="gmail-Apple-tab-span" style="white-space:pre">     </span>Print<span class="gmail-Apple-tab-span" style="white-space:pre"> </span>Pass to program<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Description</div><div>SIG32         No<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>No<span class="gmail-Apple-tab-span" style="white-space:pre">    </span>Yes<span class="gmail-Apple-tab-span" style="white-space:pre">           </span>Real-time event 32</div><div>Signal        Stop<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Print<span class="gmail-Apple-tab-span" style="white-space:pre"> </span>Pass to program<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Description</div><div>SIG41         No<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>No<span class="gmail-Apple-tab-span" style="white-space:pre">    </span>Yes<span class="gmail-Apple-tab-span" style="white-space:pre">           </span>Real-time event 41</div><div>Signal        Stop<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Print<span class="gmail-Apple-tab-span" style="white-space:pre"> </span>Pass to program<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Description</div><div>SIG42         No<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>No<span class="gmail-Apple-tab-span" style="white-space:pre">    </span>Yes<span class="gmail-Apple-tab-span" style="white-space:pre">           </span>Real-time event 42</div><div>Signal        Stop<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Print<span class="gmail-Apple-tab-span" style="white-space:pre"> </span>Pass to program<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Description</div><div>SIG43         No<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>No<span class="gmail-Apple-tab-span" style="white-space:pre">    </span>Yes<span class="gmail-Apple-tab-span" style="white-space:pre">           </span>Real-time event 43</div><div>[Thread debugging using libthread_db enabled]</div><div>Using host libthread_db library "/lib64/libthread_db.so.1".</div><div><br></div><div>---- my program output ---</div><div><br></div><div>Breakpoint 1, footprinter::create_split_segments<...templates, templates, templates...>../footprinter.hpp:146<br></div><div>146<span class="gmail-Apple-tab-span" style="white-space:pre">   </span>    vector<segment_data<double>> segments;</div></div><div><br></div><div><br></div><div>Cheers.</div><div><br></div><div>Jeremy</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 26 July 2016 at 16:02, Jeremy Murphy <span dir="ltr"><<a href="mailto:jeremy.william.murphy@gmail.com" target="_blank">jeremy.william.murphy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi everyone,<div><br></div><div>I'm loving KDevelop 5.0 alpha/beta/gamma whatever it is up to.  :)</div><div><br></div><div>Except recently, it started sending verbose GDB output to the Debug view (along with the actual program output that I would expect) like so:</div><div><br></div><div><br></div><div><div>(gdb) 1-gdb-show version</div><div>GNU gdb (Gentoo 7.11.1 vanilla) 7.11.1</div><div>Copyright (C) 2016 Free Software Foundation, Inc.</div><div>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html" target="_blank">http://gnu.org/licenses/gpl.html</a>></div><div>This is free software: you are free to change and redistribute it.</div><div>There is NO WARRANTY, to the extent permitted by law.  Type "show copying"</div><div>and "show warranty" for details.</div><div>This GDB was configured as "x86_64-pc-linux-gnu".</div><div>Type "show configuration" for configuration details.</div><div>For bug reporting instructions, please see:</div><div><<a href="https://bugs.gentoo.org/" target="_blank">https://bugs.gentoo.org/</a>>.</div><div>Find the GDB manual and other documentation resources online at:</div><div><<a href="http://www.gnu.org/software/gdb/documentation/" target="_blank">http://www.gnu.org/software/gdb/documentation/</a>>.</div><div>For help, type "help".</div><div>Type "apropos word" to search for commands related to "word".</div><div>1^done</div><div>(gdb) 2-gdb-set width 0</div><div>2^done</div><div><br></div><div>---8<--- ~200 lines of output ---8<---</div><div><br></div><div>(gdb) 129-var-create --thread 1 --frame 0 var113 @ "typename"</div><div>129^error,msg="-var-create: unable to create variable object"</div><div>(gdb) 130-var-create --thread 1 --frame 0 var114 @ "back_inserter"</div><div>130^error,msg="-var-create: unable to create variable object"</div></div><div><br></div><div><br></div><div>It sends the messages when I run debug, obviously, but also when I mouse over variables as the last couple of lines are an example of.</div><div><br></div><div>I'm using the latest releases of just about everything, which at the moment is GDB 7.11.1, Qt 5.6.1, Frameworks 5.24.0, Plasma 5.7.2, and tip of the 5.0 branch for KDevelop and KDevPlatform.</div><div><br></div><div>Is this a known issue or am I the lucky discoverer? I can't recall exactly when I first noticed it, sorry, but it must have been recently.</div><div><br></div><div>Thanks, cheers.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Jeremy</div><div><br></div></font></span></div>
</blockquote></div><br></div>