Skip to content

sevan/dwarves

This branch is 550 commits behind acmel/dwarves:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 3, 2020
Mar 11, 2021
Jun 4, 2021
Apr 23, 2019
Apr 9, 2021
Feb 11, 2019
Feb 11, 2019
Jun 10, 2021
Dec 17, 2007
Jun 9, 2021
Apr 9, 2021
Jun 10, 2021
Dec 14, 2017
Apr 16, 2019
Aug 17, 2020
Oct 29, 2008
Mar 12, 2020
Jun 9, 2021
Jun 9, 2021
Jun 9, 2021
Jun 8, 2021
Apr 16, 2019
Dec 16, 2019
Mar 13, 2020
Oct 2, 2020
Nov 23, 2020
Feb 4, 2021
Apr 9, 2021
May 27, 2021
Feb 12, 2008
Jan 18, 2019
Oct 20, 2020
Jan 18, 2019
Aug 5, 2020
Mar 31, 2009
May 27, 2021
Feb 2, 2021
May 27, 2021
May 27, 2021
May 28, 2021
Jun 4, 2021
Jun 4, 2021
Jul 2, 2019
Jan 18, 2019
May 27, 2021
Jul 2, 2019
Jan 18, 2019
May 27, 2021
Jan 27, 2021
Dec 16, 2019
Jan 18, 2019
Apr 16, 2019
May 27, 2021
Jan 18, 2019
Feb 12, 2021
May 27, 2021
Oct 20, 2020
Jan 18, 2019
Jun 9, 2021
Jun 9, 2021
Apr 15, 2019
Nov 16, 2020
Oct 24, 2019
Jul 2, 2019
Jan 18, 2019
Jan 18, 2019
May 14, 2012
Jan 18, 2019
Jun 9, 2021
Jan 9, 2020

Repository files navigation

Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake -D__LIB=lib ..
5. make install

cmake Options:
  -DBUILD_SHARED_LIBS
    By default SHARED libraries are created and applications are linked to it.
    Use -DBUILD_SHARED_LIBS=OFF while invoking cmake to create STATIC libraries
    and link applications to it.

    Ex. cmake -D__LIB=lib -DBUILD_SHARED_LIBS=OFF ..

  -DCMAKE_INSTALL_PREFIX
    Default is to install to /usr/local, use -DCMAKE_INSTALL_PREFIX=
    when invoking cmake to specify another install location.

Known to work scenarios:

Mandriva Cooker:

cmake 2.4.5-1mdv2007.1
libelfutils1-devel 0.123-1mdv2007.1

Debian Unstable:

cmake 2.4.5-1
libdw-dev 0.123-2

Fedora Core 6:

cmake 2.4.5-2.fc6
elfutils-devel 0.126-1.fc6

About

Pahole and the dwarves

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.9%
  • Python 4.6%
  • Roff 4.1%
  • CMake 1.7%
  • Shell 0.5%
  • Makefile 0.2%