File history
Tracking libc/debug/instrument.c
| Commit | Author | Date | Message |
|---|---|---|---|
a24b6d24b6b8509ea5c4accb4b55603345e2a1e | Greg Haerr | 2026-02-11 | Avoid array overflow |
92bbb2cd602376b5d38b73b5bb04eead64b5438 | Greg Haerr | 2026-02-11 | [libc] Enhance debug function tracing |
d81e3c00f2ef24559132e756840ad6e28194dd9 | Greg Haerr | 2025-10-19 | [libc] Don't require precision timer init when FTRACE disabled |
92d89324ba88d894d17be21cf2430123fe1b4e4 | Greg Haerr | 2024-09-20 | [libc] Add precision timing to --ftrace |
b73ec82de006596426dcb9cf17b066453f51783 | Greg Haerr | 2024-09-19 | [libc] Get --ftrace option working on all commands |
4f3062b917e23ef0310116401e654c8dd4dfadf | Greg Haerr | 2024-07-16 | Get __LINK_SYMBOL working for Watcom |
d1d4fc692aa5975087580c67ff844713672d1f5 | Greg Haerr | 2024-07-16 | Use macro for GCC constructor/destructors |
a43beab4a0c2e2804753ddd7742b63155ac9ade | Greg Haerr | 2024-04-06 | [debug] Write profiling output to stderr |
6cc93d55df8d08b4f1aecba5c243d55c89654e5 | Greg Haerr | 2024-04-06 | [debug] Move stack backtrace and symbol profiling to C library |
6b8ae041f4fc42c593dca23f3b712405ef1caa1 | Greg Haerr | 2024-04-05 | [debug] Enhance stack backtrace and instrumention library |
8b971e5c66b6cd134bcbaad25aaea149768b964 | Greg Haerr | 2024-04-04 | [debug] Rewrite stack tracing code, add disasm to distribution |
3d20636e70aafedafe868147cefe4cc8e754a04 | Greg Haerr | 2023-01-19 | [disasm] Disassemble ELKS binaries and display .data symbols |
7b642740c3da278b7b3741f1f24e356ab93c8c2 | Greg Haerr | 2023-01-18 | Rename global routines to _get_* or _print_* |
a22e7e0a5ff7aea125987b7785b4540fce5ec45 | Greg Haerr | 2023-01-18 | More source file cleanup |
b27dfed12ca61ed395abc730174d9b6e7fc8f96 | Greg Haerr | 2023-01-17 | [tools] Enable symbolic debugging with -maout-symtab compiler option |
8a24a0042465a44e881ea70b28e175faa177b00 | Greg Haerr | 2023-01-16 | [libc] Move argc/argv from stack to __argc/__argc for constructors |
ba875ada7788c0db41ef1e9c25e1e5d9ac0f028 | Greg Haerr | 2023-01-16 | Recognize FTRACE environ var for function tracing |
476e58d51d0f69b0d45c01b51a75ec1f7793d2b | Greg Haerr | 2023-01-15 | Update testsym and more complex instrument profiler |