<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Direct memory writing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057287#M94063</link>
    <description>There is no problem at all. We just wanted to know if is there any other application to do this, but we would tell them to continue using wdb.</description>
    <pubDate>Thu, 12 Jul 2007 05:55:39 GMT</pubDate>
    <dc:creator>Alejandro Torrijo</dc:creator>
    <dc:date>2007-07-12T05:55:39Z</dc:date>
    <item>
      <title>Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057281#M94057</link>
      <description>Is there any application which permits writing in a process memory area? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Alex</description>
      <pubDate>Tue, 10 Jul 2007 03:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057281#M94057</guid>
      <dc:creator>Alejandro Torrijo</dc:creator>
      <dc:date>2007-07-10T03:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057282#M94058</link>
      <description>What memory is that?  Are you talking about a debugger that can use ttrace to write to a process space?&lt;BR /&gt;&lt;BR /&gt;Or with shared memory, you can just attached and then just load/store that memory.&lt;BR /&gt;&lt;BR /&gt;The first is slow.  The second runs at hardware speeds.</description>
      <pubDate>Tue, 10 Jul 2007 06:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057282#M94058</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-10T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057283#M94059</link>
      <description>I am asking about process space. I know that it can be done with "wdb" but I would like to know if it is possible to use another application (supported HP application preferred).</description>
      <pubDate>Wed, 11 Jul 2007 03:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057283#M94059</guid>
      <dc:creator>Alejandro Torrijo</dc:creator>
      <dc:date>2007-07-11T03:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057284#M94060</link>
      <description>In a word, "no". The "supported" way for a group of processes to alter one another's memory is via shared memory segments. Consider the security and safety issues involved with what you seem to want to do. It would help if you described what you are trying to do and why; it might then be possible to offer better suggestions.&lt;BR /&gt;&lt;BR /&gt;There is no /proc tree so there is no easy access to the memory image of all processes.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2007 09:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057284#M94060</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-11T09:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057285#M94061</link>
      <description>Our client is trying to debug a problematic code segment.</description>
      <pubDate>Thu, 12 Jul 2007 02:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057285#M94061</guid>
      <dc:creator>Alejandro Torrijo</dc:creator>
      <dc:date>2007-07-12T02:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057286#M94062</link>
      <description>&amp;gt;Our client is trying to debug a problematic code segment.&lt;BR /&gt;&lt;BR /&gt;So what is wrong with using wdb/gdb?</description>
      <pubDate>Thu, 12 Jul 2007 02:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057286#M94062</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-12T02:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057287#M94063</link>
      <description>There is no problem at all. We just wanted to know if is there any other application to do this, but we would tell them to continue using wdb.</description>
      <pubDate>Thu, 12 Jul 2007 05:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057287#M94063</guid>
      <dc:creator>Alejandro Torrijo</dc:creator>
      <dc:date>2007-07-12T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057288#M94064</link>
      <description>&amp;gt;We just wanted to know if is there any other application to do this&lt;BR /&gt;&lt;BR /&gt;Application other than a debugger??&lt;BR /&gt;&lt;BR /&gt;Basically there is only gdb.  You can use wdb, ddd? or eclipse to sit on top of gdb.</description>
      <pubDate>Thu, 12 Jul 2007 17:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057288#M94064</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-12T17:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057289#M94065</link>
      <description>Thank you for your answers.</description>
      <pubDate>Tue, 24 Jul 2007 05:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057289#M94065</guid>
      <dc:creator>Alejandro Torrijo</dc:creator>
      <dc:date>2007-07-24T05:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Direct memory writing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057290#M94066</link>
      <description>You haven't assigned any points to this thread.  Did you get any useful answers?&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can reopen the thread by:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;</description>
      <pubDate>Tue, 24 Jul 2007 16:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/direct-memory-writing/m-p/5057290#M94066</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-24T16:22:03Z</dc:date>
    </item>
  </channel>
</rss>

