Thanks,  I'll check it out.

On Wed, Aug 19, 2020 at 1:53 PM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:

> On 19/08/2020 10:15, Richi Dubey wrote:
>
> > Got it. Thanks for your answer. I'm working on your suggestion.
>
> As an addition to the use of GDB you can also use the event recording in
> combination with -finstrument-functions:
>
> https://docs.rtems.org/branches/master/user/tracing/eventrecording.html
>
> You can use
>
> |#define CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB|
>
> |to dump the records in the fatal error handler. With the function
> instrumentation you get the sequence of function calls which resulted in
> the exception.
> |
>
>
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to