aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lddtree.py: work around pyelftools API changeMike Gilbert2016-11-081-0/+2
* lddtree: always inhibit the cacheMike Frysinger2016-05-131-0/+1
* lddtree: handle exceptions thrown when parsing other ELFsMike Frysinger2016-01-281-5/+11
* lddtree.py: fix glob handling w/ld.so.confMike Frysinger2015-08-201-1/+5
* lddtree: handle direct ldso linkage betterv1.0.5Mike Frysinger2015-07-201-2/+11
* lddtree.py: convert to arparseMike Frysinger2015-06-041-93/+91
* lddtree.py: dereference the interp symlink to handle desynced ABIs betterv1.0.2Mike Frysinger2015-03-101-4/+14
* migrate to gitv1.0Mike Frysinger2015-03-021-3/+1
* lddtree.py: if we could not find the lib for copying, issue a warning and ski...Mike Frysinger2014-11-201-2/+5
* lddtree.py: plumb down --debug into ParseLdSoConfMike Frysinger2014-11-201-7/+13
* lddtree.py: adjust style to fix pylint warningsMike Frysinger2014-11-201-67/+68
* lddtree.py: when parsing libs, make sure to pass down the realpath tooMike Frysinger2014-08-011-4/+4
* lddtree.py: drop TODO since we should handle symlinks nowMike Frysinger2014-08-011-4/+2
* lddtree.py: save the original path as well as the full path for symlinksMike Frysinger2014-07-301-19/+30
* lddtree: do symlink resolution on args on the command lineMike Frysinger2014-07-301-7/+25
* lddtree.py: when searching for libs, make sure we resolve symlinks inside the...Mike Frysinger2014-07-301-5/+38
* lddtree.py: update ParseELF arg list after previous commitMike Frysinger2014-07-301-3/+3
* lddtree.py: rework debug handling and add a bit more throughout the processingMike Frysinger2014-07-301-16/+33
* lddtree.py: use basename of argv[0] for warnings as it looks nicerMike Frysinger2014-07-301-3/+3
* lddtree.py: update copyrightMike Frysinger2014-07-301-4/+5
* lddtree.py: initial prefix support by Benda Xu #488460v0.8Mike Frysinger2014-03-201-9/+17
* lddtree.py: fix styleMike Frysinger2014-03-201-3/+9
* lddtree.py: add docstring for path in ParseLdPathsMike Frysinger2013-04-231-2/+3
* lddtree.py: add --skip-non-elfs option so you can batch commands like `lddtre...Mike Frysinger2013-04-221-3/+15
* lddtree.py: fix $ORIGIN handling when using --root so the root does not get d...Mike Frysinger2013-04-221-4/+6
* lddtree: add GNU to the LINUX/SYSV/NONE compat set #464380 by cmuelle8Mike Frysinger2013-04-071-3/+3
* lddtree.py: only auto-prefix paths w/ROOT if the path is absoluteMike Frysinger2013-04-051-3/+6
* lddtree: update copyright linesMike Frysinger2013-04-051-4/+4
* lddtree.py: use option groups for --copy-to-tree flagsMike Frysinger2013-04-031-19/+23
* lddtree.py: drop superfluous () around help stringsMike Frysinger2013-03-281-14/+14
* lddtree.py: handle the case where `realpath` is not available (like small ini...Mike Frysinger2013-03-281-3/+8
* lddtree.py: add documentation/checks on --bindir/--libdir flagsMike Frysinger2013-03-281-4/+22
* lddtree.py: use 0o for octal prefix for python3 compatMike Frysinger2013-03-271-3/+3
* lddtree.py: add --copy-non-elfs to simplify copying of lots of filesMike Frysinger2013-03-271-2/+17
* lddtree.py: use glob.iglob, and warn when no paths were matchedMike Frysinger2013-03-271-3/+12
* lddtree.py: support globs on the command lineMike Frysinger2013-03-271-12/+16
* lddtree.py: add --bindir/--libdir options to support collapsing the outputs d...Mike Frysinger2013-03-261-15/+36
* lddtree.py: do not try and wrap static ELFsMike Frysinger2013-03-261-2/+7
* lddtree.py: add a --generate-wrappers option for automatically wrapping execu...Mike Frysinger2013-03-261-19/+93
* lddtree.py: when using --root, stop copying files into the output using that ...Mike Frysinger2013-03-251-7/+30
* lddtree.py: fix help text w/--root optionMike Frysinger2013-03-241-3/+3
* lddtree.py: have main() process all args given it rather than worrying about ...Mike Frysinger2013-03-241-5/+3
* lddtree.py: convert from tabs to two space indents to keep pylint happy, and ...Mike Frysinger2013-03-231-390/+391
* lddtree.py: relicense to BSD-3 to make Debian licensecheck.pl stfuMike Frysinger2013-03-211-3/+3
* lddtree.py: fix a few random pylint warningsMike Frysinger2013-03-211-6/+6
* lddtree.py: get it working under python-3 #452178Mike Frysinger2013-03-211-8/+13
* lddtree.py: leverage the rpaths from the main executable to better locate lib...Mike Frysinger2013-01-051-3/+15
* lddtree.py: fix typo found by pyflakesMike Frysinger2012-12-141-3/+3
* lddtree.py: even simpler CompatibleELFs by David JamesMike Frysinger2012-11-261-19/+10
* lddtree.py: simplify osabi compat logic a bit with suggestion from David JamesMike Frysinger2012-11-241-5/+4