[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GDB macro
- Date: Mon, 9 Mar 2009 15:24:59 +0200
- From: leonp at plris.com (Leon Pollak)
- Subject: GDB macro
Hello, all.
I tried to use the gdb macro rtems_malloc_walk in my 4.8 - it fails with the
error: "there is no member named front_flag".
Tracing the issue, I found reference to this front_flag in the
rtems_helper_score_heap. Structure of type Heap_Block really does not contain
such a flag in 4.8 and nothing that can look similar to it.
Any hints?
Thanks.
--
Leon
- Follow-Ups:
- GDB macro
- From: joel.sherrill at OARcorp.com (Joel Sherrill)