Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: David Taylor <dtaylor@emc.com>
To: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: possible gdb agent expression extension
Date: Mon, 28 Jul 2014 14:39:00 -0000	[thread overview]
Message-ID: <20426.1406558341@usendtaylorx2l> (raw)

We're thinking of extending gdb agent expreswions by adding additional
bytecodes.  Before doing this I'd like to determine whether the idea of
doing this would be looked upon favorably and what form it should take.

[One of our current goals with regard to GDB is to use stock GDB sources
as much as possible and to only make changes that are either bug fixes
or extensions that when contributed back are likely to be looked upon
favorably in concept and hopefully in implementation.]

We would like to be able to set variables using byte code expressions.
In practice this means being able to set memory and being able to set
registers.  There are no byte code for either of these.

For setting registers, a new opcode 'setreg'.  Like 'reg' the next two
bytes of the bytecode stream are the register number.  Top of expression
stack is the value to set it to.  And the top of the expression stack is
popped.

For setting memory, two possibilities come to mind:

. either, one opcode 'set' or 'setmem' with next byte in byte code
stream saying how big a chunk of memory to set, with top two values on
expression stack being the address to set and the value to set it to.

. or, four new opcodes (similar to 'ref' and 'const') -- set8, set16,
set32, and set64 with, again, top two values on expression stack being
the address to set and the value to set it to.

Is this something people would like to see added?

Which approach do people feel is better?  Which should be top of stack?
Address?  Or value?  And should they be popped?

As I have other, higher priority, items to work on, it will likely be
awhile before I start on this.  


             reply	other threads:[~2014-07-28 14:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-28 14:39 David Taylor [this message]
2014-08-22 22:08 ` David Taylor
2014-08-23  7:32   ` Eli Zaretskii
2014-08-25 14:03     ` David Taylor
2014-08-25 15:06       ` Eli Zaretskii
2014-08-25 16:30         ` David Taylor
2014-08-25 16:44           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20426.1406558341@usendtaylorx2l \
    --to=dtaylor@emc.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox