On 20 November 2014 15:35, Liviu Ionescu wrote:
>
> On 20 Nov 2014, at 17:22, Peter Maydell wrote:
>
>> ... I had to move the
>> declaration and definition of semihosting_target to gdbstub.h
>> and gdbstub.c, because otherwise the linux-user targets won't
>> compile. (They don't compile vl.c.)
>
On 20 Nov 2014, at 17:22, Peter Maydell wrote:
> ... I had to move the
> declaration and definition of semihosting_target to gdbstub.h
> and gdbstub.c, because otherwise the linux-user targets won't
> compile. (They don't compile vl.c.)
:-(
please let me know when the changes are functional in
On 19 November 2014 10:31, Peter Maydell wrote:
> On 18 November 2014 20:19, Liviu Ionescu wrote:
>> The usual semihosting behaviour is to process the system calls locally and
>> return; unfortuantelly the initial implementation dinamically changed the
>> target to GDB during debug sessions, whic
On 18 November 2014 20:19, Liviu Ionescu wrote:
> The usual semihosting behaviour is to process the system calls locally and
> return; unfortuantelly the initial implementation dinamically changed the
> target to GDB during debug sessions, which, for the usual arm-none-eabi-gdb,
> is not implement
The usual semihosting behaviour is to process the system calls locally and
return; unfortuantelly the initial implementation dinamically changed the
target to GDB during debug sessions, which, for the usual arm-none-eabi-gdb,
is not implemented. The result was that during debug sessions the semihos