Commit 474e480
committed
Add ltrace as first glibc static tool
- Add ltrace (library call tracer) to the toolkit
- Implement glibc static build system with unified log format
- Build ltrace for 13 architectures with available toolchains
- Fix per-architecture build isolation to prevent object file conflicts
- Update README with ltrace documentation
- Add deps-glibc-static and logs-glibc-static to .gitignore
Note: ltrace requires glibc and has limited architecture support
compared to simpler tools. Some architectures fail due to:
- Missing toolchains (xtensa)
- elfutils not recognizing the architecture
- Architecture-specific compilation issues1 parent f0419eb commit 474e480
File tree
71 files changed
+145
-25720
lines changed- deps-glibc-static
- aarch64
- include
- elfutils
- lib/pkgconfig
- arm32v5le
- include
- elfutils
- lib/pkgconfig
- include
- elfutils
- lib/pkgconfig
- x86_64
- aarch64
- arm32v7le
- i486
- include
- elfutils
- lib/pkgconfig
- include
- elfutils
- lib/pkgconfig
- include
- elfutils
- lib/pkgconfig
- include
- elfutils
- lib/pkgconfig
- output
- aarch64
- arm32v7le
- armv5
- armv6
- i486
- m68k
- mips32el
- mips32
- ppc32
- ppc64le
- s390x
- scripts
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+145
-25720
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
Lines changed: 0 additions & 101 deletions
This file was deleted.
0 commit comments