source: rtems-tools/linkers/libc.ini @ 89e8c2a

5
Last change on this file since 89e8c2a was 7fc1edb, checked in by Chris Johns <chrisj@…>, on 12/18/14 at 04:07:59

rtems-tld: Add configuration support for libc head tracing.

These files allow you to trace malloc, calloc, realloc and free.
With a simple script you can see what is allocated and never freed.

  • Property mode set to 100755
File size: 303 bytes
Line 
1;
2; RTEMS C Library Trace Configurations
3;
4[libc]
5headers = libc-headers
6defines = libc-defines
7; Heap
8include = libc-heap.ini
9signatures = libc-heap-signatures
10
11[libc-headers]
12header = "#include <stddef.h>"
13header = "#include <stdlib.h>"
14header = "#include <stdio.h>"
15
16[libc-defines]
17; Currently empty
Note: See TracBrowser for help on using the repository browser.