Log of /pax-utils/lddtree.py
Parent Directory
|
Revision Log
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 22 22:02:43 2013 UTC
(8 weeks, 1 day ago)
by
vapier
Branch:
MAIN
Changes since
1.40: +15 -3 lines
Diff to
previous 1.40
lddtree.py: add --skip-non-elfs option so you can batch commands like `lddtree -l <blah>` while filtering out non elfs easily
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 5 22:26:53 2013 UTC
(2 months, 1 week ago)
by
vapier
Branch:
MAIN
Changes since
1.37: +6 -3 lines
Diff to
previous 1.37
lddtree.py: only auto-prefix paths w/ROOT if the path is absolute
people probably do not expect `lddtree -R /foo ./bash` to look at /foo/bash
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 26 04:50:47 2013 UTC
(2 months, 3 weeks ago)
by
vapier
Branch:
MAIN
Changes since
1.25: +91 -17 lines
Diff to
previous 1.25
lddtree.py: add a --generate-wrappers option for automatically wrapping executable ELFs with shell scripts
this is useful because it will run the local ldso with the right paths so only the local libraries (glibc included) get used. compare this to LD_LIBRARY_PATH hacks where the system ldso still gets run, but tries to load libs from the local dirs leading to random misbehavior at runtime (or even crash at load).
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 25 22:35:59 2013 UTC
(2 months, 3 weeks ago)
by
vapier
Branch:
MAIN
Changes since
1.24: +30 -7 lines
Diff to
previous 1.24
lddtree.py: when using --root, stop copying files into the output using that path too
similarly, have the files specified on the command line automatically prefix with the root path (controllable by --no-auto-root)
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 23 07:28:58 2013 UTC
(2 months, 3 weeks ago)
by
vapier
Branch:
MAIN
Changes since
1.21: +377 -376 lines
Diff to
previous 1.21
lddtree.py: convert from tabs to two space indents to keep pylint happy, and to make ChromiumOS style so i stop getting it wrong when moving between code bases
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 15 19:33:08 2012 UTC
(7 months ago)
by
vapier
Branch:
MAIN
Changes since
1.5: +42 -25 lines
Diff to
previous 1.5
lddtree.py: break ldpath setup out so other modules can use it, fix set handling in CompatibleELFs, and add some more documentation
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 13 05:10:37 2012 UTC
(7 months ago)
by
vapier
Branch:
MAIN
Changes since
1.4: +100 -43 lines
Diff to
previous 1.4
lddtree.py: add a --copy-to-tree option so people can quickly copy ELFs and their dependencies to a different location (useful for initramfs and such)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|