Seems, I am bit confused. So if i have to dump the target cpu registers,
where would be the corresponding code to look into
On Tue, Apr 1, 2014 at 12:47 AM, Peter Maydell wrote:
> [put qemu-devel back on CC]
> On 31 March 2014 20:13, Gaurav Sharma wrote:
> > On Mon, Mar 31, 2014 at 11:35 PM, Pe
[put qemu-devel back on CC]
On 31 March 2014 20:13, Gaurav Sharma wrote:
> On Mon, Mar 31, 2014 at 11:35 PM, Peter Maydell
> wrote:
>> On 31 March 2014 18:59, Gaurav Sharma wrote:
>> > I want to know, when are the register values committed to CPUARMState
>> > structure ?
>>
>> When they need to
On 31 March 2014 18:59, Gaurav Sharma wrote:
> I am trying to build a register trace for ARM target.
> I am trying to just log the register values, for that I added TCG ops to
> generate a helper function that dumps the register values in CPUARMState.
> This helper function i have called at the en
I am trying to build a register trace for ARM target.
I am trying to just log the register values, for that I added TCG ops to
generate a helper function that dumps the register values in CPUARMState.
This helper function i have called at the end of disas_arm_state function,
so that if enabled i ge