Re: [PATCH v1 1/5] cpukit/libdebugger: Avoid missed swbreak removal

2022-02-17 Thread Kinsey Moore
On 2/17/2022 13:17, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: It is possible to remove software breaks without actually restoring the original instruction to memory. When this happens, the original instruction is lost. Should this This ensures that when a software break i

Re: [PATCH v1 1/5] cpukit/libdebugger: Avoid missed swbreak removal

2022-02-17 Thread Chris Johns
On 16/2/22 7:38 am, Kinsey Moore wrote: > It is possible to remove software breaks without actually restoring the > original instruction to memory. When this happens, the original > instruction is lost. Should this > This ensures that when a software break is removed, > its original instruct

[PATCH v1 1/5] cpukit/libdebugger: Avoid missed swbreak removal

2022-02-15 Thread Kinsey Moore
It is possible to remove software breaks without actually restoring the original instruction to memory. When this happens, the original instruction is lost. This ensures that when a software break is removed, its original instruction is restored. --- cpukit/libdebugger/rtems-debugger-target.c | 16