public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Plugins : Memory Reads
@ 2003-05-27 16:59 David Mc Kenna
  2003-05-27 17:25 ` Keith Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: David Mc Kenna @ 2003-05-27 16:59 UTC (permalink / raw)
  To: insight

Hi all,

In previous versions of Insight, before the new version of TCL/TK were merged
into the sources successfully, I was using the command: 

  set retVal [catch {gdb_get_mem $addr $format \
		       $size $nb $bytes_per_row $asc} vals]

to retrieve information from memory in non consecutive memory locations ( several
of these commands after which the data was placed in a table). Since Insight
has migrated to the newer version of TCL/TK this command has being depreciated.
The newer version of the command ( as used in memwin.itb ) is :

 set retVal [catch {gdb_update_mem ${this}_memval $current_addr $format $size
$nb $bytes_per_row} vals]

Unfortunately this reads information in table format and as such I cannot read
several different non consecutive locations and place them in the same table
to be displayed by Insight. Is there an alternate command/method available that
can be used to read memory which can then be place into the table structure?


Thanks,
Dave


--
http://www.iol.ie

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <3ed46a5f.2d50.0@esatclear.ie>]

end of thread, other threads:[~2003-05-29  0:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-27 16:59 Plugins : Memory Reads David Mc Kenna
2003-05-27 17:25 ` Keith Seitz
     [not found] <3ed46a5f.2d50.0@esatclear.ie>
2003-05-29  0:23 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).