﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-&lt;H1&gt;&lt;font color=orange&gt;JonsenElizee&lt;/font&gt;&lt;/H1&gt;-随笔分类-Linux.Embedded</title><link>http://www.cppblog.com/JonsenElizee/category/14304.html</link><description>C++ Blog
&lt;BR&gt;
&lt;BR&gt;
"An idea is fragile . It can be killed by a scornful smile or a yawn .It can be mound down by irony and scared to death by a cold look." 
&lt;BR&gt; 
"Most cultures throughout human history have not liked creative individuals .They ignore them or kill them.It is a very efficient way of stopping creativity."  
&lt;BR&gt; 
&lt;BR&gt;
------Advertising boss Charles Browe and Howard Gardner ,professor at Harvard </description><language>zh-cn</language><lastBuildDate>Thu, 09 Sep 2010 03:44:00 GMT</lastBuildDate><pubDate>Thu, 09 Sep 2010 03:44:00 GMT</pubDate><ttl>60</ttl><item><title>Difference of GDB/MI to GDBServer</title><link>http://www.cppblog.com/JonsenElizee/archive/2010/08/20/124039.html</link><dc:creator>JonsenElizee</dc:creator><author>JonsenElizee</author><pubDate>Thu, 19 Aug 2010 16:47:00 GMT</pubDate><guid>http://www.cppblog.com/JonsenElizee/archive/2010/08/20/124039.html</guid><wfw:comment>http://www.cppblog.com/JonsenElizee/comments/124039.html</wfw:comment><comments>http://www.cppblog.com/JonsenElizee/archive/2010/08/20/124039.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/JonsenElizee/comments/commentRss/124039.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/JonsenElizee/services/trackbacks/124039.html</trackback:ping><description><![CDATA[<tt><br>&nbsp;&nbsp;&nbsp; gdb and gdb/mi are essentially the same, except that gdb/mi lets you
select the MI protocol version and command set to use (MI - or Machine
Interface - is how Eclipse communicates with gdb, rather than using
the normal gdb command-line interface). This is useful if you want to
do something not supported by the defaults, or have a non-standard
gdb, such as used on Mac OS X. gdbserver is a very lightweight debug
server used for debugging embedded systems. The normal gdb/mi commands
are used, but gdb must be told to connect to a gdbserver running on a
remote system. There's an extra tab for specifying this information.</tt><img src ="http://www.cppblog.com/JonsenElizee/aggbug/124039.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/JonsenElizee/" target="_blank">JonsenElizee</a> 2010-08-20 00:47 <a href="http://www.cppblog.com/JonsenElizee/archive/2010/08/20/124039.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>