• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ltrace/Config.in
Thomas PetazzoniThomas Petazzoni committed 416fd9cd13a08 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LTRACE
2
    bool "ltrace"
3
    # ltrace normally has mips/mipsel support, but it's currently
4
    # broken (error: 'struct ltelf' has no member named
5
    # 'relplt_count'). Issue reported upstream at
6
    # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756764.
7
    depends on (BR2_i386 || BR2_arm || BR2_mips || BR2_mipsel \
8
        || BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
9
    select BR2_PACKAGE_ELFUTILS
10
    depends on BR2_USE_WCHAR # elfutils
11
    depends on !BR2_STATIC_LIBS # elfutils
12
    depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
13
    help
14
      Debugging program which runs a specified command until it exits.
15
      While the command is executing, ltrace intercepts and records
16
      the dynamic library calls which are called by the executed
17
      process and the signals received by that process.
18
​
19
      http://ltrace.org
20
​
21
comment "ltrace needs a uClibc or glibc toolchain w/ wchar, dynamic library"
22
    depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
23
        || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.