Steven Sistare writes:
> On 1/7/2021 7:40 AM, Alex Bennée wrote:
>> Steve Sistare writes:
>>
>>> Modify the gdb server so a continue command appears to resume execution
>>> when in RUN_STATE_SUSPENDED. Do not print the next gdb prompt, but do not
>>> actually resume instruction fetch. While
On 1/7/2021 7:40 AM, Alex Bennée wrote:
> Steve Sistare writes:
>
>> Modify the gdb server so a continue command appears to resume execution
>> when in RUN_STATE_SUSPENDED. Do not print the next gdb prompt, but do not
>> actually resume instruction fetch. While in this "fake" running mode, a
>>
Steve Sistare writes:
> Modify the gdb server so a continue command appears to resume execution
> when in RUN_STATE_SUSPENDED. Do not print the next gdb prompt, but do not
> actually resume instruction fetch. While in this "fake" running mode, a
> ctrl-C returns the user to the gdb prompt.
W
Modify the gdb server so a continue command appears to resume execution
when in RUN_STATE_SUSPENDED. Do not print the next gdb prompt, but do not
actually resume instruction fetch. While in this "fake" running mode, a
ctrl-C returns the user to the gdb prompt.
Signed-off-by: Steve Sistare
---