On Fri, Jul 26, 2013 at 11:32:29PM +0200, Andreas Färber wrote:
> Am 23.07.2013 12:32, schrieb Max Filippov:
> > On Wed, Jul 10, 2013 at 2:23 AM, Andreas Färber wrote:
> >> Hello,
> >>
> >> This series cleans up gdbstub by changing all its internal CPU state to
> >> CPUState
> >> and by moving mo
Am 23.07.2013 12:32, schrieb Max Filippov:
> On Wed, Jul 10, 2013 at 2:23 AM, Andreas Färber wrote:
>> Hello,
>>
>> This series cleans up gdbstub by changing all its internal CPU state to
>> CPUState
>> and by moving most target-specific code into the target directories.
>>
>> Support for m68k, m
On Wed, Jul 10, 2013 at 2:23 AM, Andreas Färber wrote:
> Hello,
>
> This series cleans up gdbstub by changing all its internal CPU state to
> CPUState
> and by moving most target-specific code into the target directories.
>
> Support for m68k, moxie and unicore32 to set the PC via gdbstub is adde
Am 10.07.2013 00:23, schrieb Andreas Färber:
> Andreas Färber (41):
> cpu: Introduce vaddr type
> cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
> target-m68k: Implement CPUClass::set_pc()
> target-moxie: Implement CPUClass::set_pc()
> target-unicore32: Implement CPUClass::set_pc(
Hello,
This series cleans up gdbstub by changing all its internal CPU state to CPUState
and by moving most target-specific code into the target directories.
Support for m68k, moxie and unicore32 to set the PC via gdbstub is added.
Lightweight subclasses for XtensaCPU are introduced, keeping the