<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ronware.org/w/index.php?action=history&amp;feed=atom&amp;title=Gdbinit</id>
	<title>Gdbinit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ronware.org/w/index.php?action=history&amp;feed=atom&amp;title=Gdbinit"/>
	<link rel="alternate" type="text/html" href="https://ronware.org/w/index.php?title=Gdbinit&amp;action=history"/>
	<updated>2026-04-18T00:13:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://ronware.org/w/index.php?title=Gdbinit&amp;diff=5960&amp;oldid=prev</id>
		<title>Ron: New page: &lt;pre&gt; define wchar_print   echo &quot;   set $i = 0   while (1 == 1)     set $c = (char)(($arg0)[$i++])     if ($c == &#039;\0&#039;)       loop_break       end       printf &quot;%c&quot;, $c       end       echo...</title>
		<link rel="alternate" type="text/html" href="https://ronware.org/w/index.php?title=Gdbinit&amp;diff=5960&amp;oldid=prev"/>
		<updated>2009-12-03T07:39:39Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;lt;pre&amp;gt; define wchar_print   echo &amp;quot;   set $i = 0   while (1 == 1)     set $c = (char)(($arg0)[$i++])     if ($c == &amp;#039;\0&amp;#039;)       loop_break       end       printf &amp;quot;%c&amp;quot;, $c       end       echo...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
define wchar_print&lt;br /&gt;
  echo &amp;quot;&lt;br /&gt;
  set $i = 0&lt;br /&gt;
  while (1 == 1)&lt;br /&gt;
    set $c = (char)(($arg0)[$i++])&lt;br /&gt;
    if ($c == &amp;#039;\0&amp;#039;)&lt;br /&gt;
      loop_break&lt;br /&gt;
      end&lt;br /&gt;
      printf &amp;quot;%c&amp;quot;, $c&lt;br /&gt;
      end&lt;br /&gt;
      echo &amp;quot;\n&lt;br /&gt;
end&lt;br /&gt;
document wchar_print&lt;br /&gt;
wchar_print &amp;lt;wstr&amp;gt;&lt;br /&gt;
Print ASCII part of &amp;lt;wstr&amp;gt;, which is a wide character string of type&lt;br /&gt;
wchar_t*.&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
define wxc&lt;br /&gt;
wchar_print $arg0&lt;br /&gt;
end&lt;br /&gt;
document wxc&lt;br /&gt;
wcs &amp;lt;wxChar *&amp;gt;&lt;br /&gt;
Print string&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
define wxs&lt;br /&gt;
wchar_print $arg0.m_pchData&lt;br /&gt;
end&lt;br /&gt;
document&lt;br /&gt;
Printout wxString data.&lt;br /&gt;
Usage: wxs _wxString_name_&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ron</name></author>
	</entry>
</feed>