Citando Jason Wessel :
> On 11/06/2014 05:41 PM, Pete Delaney wrote:
>
>>> I'm wondering how complex (or possible) would be to instrument
>>> locally KGDB on the target machine, i. e., somehow remove the
>>> serial connection (and > the host machine, GDB) from the setup,
>>> since on this new scen
Citando Daniel Thompson :
> On 06/11/14 23:36, joaoandrefe...@sapo.pt wrote:
>> Good evening,
>>
>> I'm wondering how complex (or possible) would be to instrument locally
>> KGDB on the target machine, i. e., somehow remove the serial
>> connection (and the host machine, GDB) from the setup, since
Good evening,
I've made a small bash script that performs a single bit-flip on a
target with KGDB. It tells it to stop, makes the bit-slip, and resumes
the target's execution. I need to estimate, as accurately as possible,
the impact / intrusion that this operation has on the target. In othe