Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Vladimir Prus <vladimir.prus@gmail.com>
To: gdb-patches@sourceware.org
Subject: Re: [WIP] Bare-metal register browsing
Date: Mon, 15 Jun 2015 13:51:00 -0000	[thread overview]
Message-ID: <mlml8o$inv$1@ger.gmane.org> (raw)
In-Reply-To: <55794D4A.1090009@gmail.com>

On 6/11/2015 11:56 AM, Yao Qi wrote:
> On 09/06/15 21:49, Vladimir Prus wrote:
>> It's a bit more generic - it means that to obtain values of any register
>> in this group, GDB should perform qXfer of the specified target object
>> and annex, using register's offset. Memory is the most typical target
>> object,
>> but in our case, we had other sorts of registers, so I'd prefer the
>> design to
>> not lock us into memory-mapped registers.
>>
>
> I don't object to it.
>
>>> Does "offset=0x4000e030" mean this register is mapped
>>> at address 0x4000e030?  If the answers of both questions are yes, is
>>> target-object="memory" still necessary?  Without it, we can still define
>>> a group of memory-mapped registers like:
>>>
>>>   <group name="io">
>>>       <reg offset="0x4000e030" name="UART1_1">
>>>       <reg offset="0x4000e034" name="UART1_2">
>>>       <reg offset="0x4000e038" name="UART1_3">
>>>   </group>
>>>
>>> and we may even can define a group of normal registers and memory-mapped
>>> registers, (even it is not likely in practise)
>>>
>>>   <group name="io">
>>>       <reg offset="0x4000e030" name="UART1_1">
>>>       <reg offset="0x4000e034" name="UART1_2">
>>>       <reg name="UART1_3">
>>>   </group>
>>>
>>> In this case, UART1_1 and UART1_2 are memory-mapped, while UART1_3 is
>>> not.  IMO, memory-map-ness is an attribute of each register instead of a
>>> group, so better to define such attribute on each register level.
>>
>> It is possible in theory, but I think it has two drawbacks.
>>
>> First, I think specifying target object is more explicit (and therefore
>> better
>> than implicit, especially for machine-oriented format) and more generic,
>> as it allows
>> us to use other target objects.
>>
>> Second, implementing such mixed registers group is extra complexity, and
>> we did
>> not find any need for that in practice.
>
> If such mixed registers group brings extra complexity in the
> implementation, then I am inclined to start from a simple one.

Yes, I think it brings extra complexity.

Thanks for your comments; I plan to update the patch to:

- Use top-level group for register browsing, as opposed to <space> element
- Do some form of testing that does not require hardware.

Thanks,
Volodya



      reply	other threads:[~2015-06-15 13:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20  6:30 Vladimir Prus
2015-04-24  9:47 ` Yao Qi
2015-04-27 18:25   ` Vladimir Prus
2015-04-27 18:39     ` Vladimir Prus
2015-06-01 18:36     ` Vladimir Prus
2015-06-02 13:00     ` Yao Qi
2015-06-03 19:49       ` Vladimir Prus
2015-06-04 14:38         ` Yao Qi
2015-06-09 20:50           ` Vladimir Prus
2015-06-11  8:56             ` Yao Qi
2015-06-15 13:51               ` Vladimir Prus [this message]

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='mlml8o$inv$1@ger.gmane.org' \
    --to=vladimir.prus@gmail.com \
    --cc=gdb-patches@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