Embeddable Pre-Processor and Interpreter for C
EPPIC is a C interpreter that permits easy access to the symbol and type
information stored in a executable image like a coredump or live memory
interfaces (e.g. /dev/kmem, /dev/mem). Although it has a strong association
with live or postmortem kernel analysis, it is not constraint to it and can be
embedded in any tools that is C friendly.
- Sources inherited from project SUSE:SLE-15-SP4:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.5:Update/eppic && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000517 517 Bytes | |
eppic-fix-install.patch | 0000000561 561 Bytes | |
eppic.changes | 0000002690 2.63 KB | |
eppic.spec | 0000002575 2.51 KB | |
libeppic-3.99.git.1612358888.e8844d3.tar.bz2 | 0000071203 69.5 KB |
Latest Revision
Gustavo Yokoyama Ribeiro (gyribeiro)
committed
(revision 2)
Fix bsc#1192401. - Update upstream URL. - Convert to obs_scm source service. - Upgrade to git commit e8844d3. - Drop patches that have been merged into upstream: o eppic-no-return.patch o eppic-use-extern-in-devel-declaration.patch o eppic-binutils-fix.patch - Add eppic-binutils-fix.patch in order to not used 'l' option for ar. It has a new meaning. - eppic-use-extern-in-devel-declaration.patch: Use extern for declaration of lastv in libeppic/eppic.h. The file is used as the devel eppic.h and if used in multiple sources for the same devel link target and using gcc 10 the default behavior is to treat the mutiple declarations as a link error. - Use FAT LTO objects in order to provide proper static library.
Comments 0