From 7fc1edba20d5f54c9517071a2b999c492a69ee83 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 18 Dec 2014 15:07:59 +1100 Subject: 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. --- linkers/libc.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 linkers/libc.ini (limited to 'linkers/libc.ini') diff --git a/linkers/libc.ini b/linkers/libc.ini new file mode 100755 index 0000000..012f82e --- /dev/null +++ b/linkers/libc.ini @@ -0,0 +1,17 @@ +; +; RTEMS C Library Trace Configurations +; +[libc] +headers = libc-headers +defines = libc-defines +; Heap +include = libc-heap.ini +signatures = libc-heap-signatures + +[libc-headers] +header = "#include " +header = "#include " +header = "#include " + +[libc-defines] +; Currently empty -- cgit v1.2.3