Re: [Kgdb-bugreport] Instrument KGDB locally on target: is it possible?

2014-11-13 Thread joaoandreferro
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

Re: [Kgdb-bugreport] Instrument KGDB locally on target: is it possible?

2014-11-13 Thread joaoandreferro
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

[Kgdb-bugreport] How to estimate how much time the target has been idle? (3 possible solutions)

2014-11-13 Thread joaoandreferro
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