aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lddtree: handle relative ldpathsMike Frysinger2021-04-161-5/+16
* lddtree: handle ${ORIGIN} like $ORIGINMike Frysinger2021-04-161-0/+2
* lddtree: use ldso's --argv0 when availableMike Frysinger2021-04-151-6/+20
* lddtree: apply functools cache to some repeated filesystem callsMike Frysinger2021-04-151-0/+3
* lddtree: don't crash when interp is missingMike Frysinger2021-04-151-1/+7
* lddtree: require Python 3.6+Mike Frysinger2021-04-151-13/+3
* lddtree: re-enable long line checksMike Frysinger2021-04-151-2/+7
* pylintrc: adjust python code to 4 space indentMike Frysinger2021-04-151-635/+635
* Fix typo in module docstringv1.2.7Georg Brandl2020-10-051-1/+1
* lddtree: Put ldso interpreter library path at endManoj Gupta2020-03-261-1/+2
* pylintrc: enable more warningsMike Frysinger2020-03-261-1/+1
* lddtree.py: resolve python location through PATHSergei Trofimovich2020-02-161-1/+1
* lddtree.py: use errno properlyOleksandr Natalenko2018-11-191-1/+1
* lddtree: move parser logic into a funcMike Frysinger2017-02-161-2/+8
* pylint: add a helper to keep python code cleanMike Frysinger2017-02-161-5/+11
* 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