|
| 1 | +v1.17: |
| 2 | + |
| 3 | +Fri 13 Mar 2020 |
| 4 | + |
| 5 | +f14426e41046 docs: Add command line to generate tarball with a prefix |
| 6 | +0b2621d426ea dwarves: Avoid truncation when concatenating paths for dir entries |
| 7 | +d7b351079583 dwarves: Don't use conf if its NULL in cus__load_running_kernel() |
| 8 | +dde3eb086dd3 dwarves: Make list__for_all_tags() more robust |
| 9 | +081f3618a795 dwarves: Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to build libbpf |
| 10 | +e8f43a4963bf libbpf: Get latest libbpf |
| 11 | +de84ae36c738 cmake: libebl was merged into libdw |
| 12 | +290b8fdbdab7 pahole: Improve --contains --recursive a bit |
| 13 | +3d5be866e55f pahole: Fill 'tab' with spaces earlier |
| 14 | +88674f039551 gobuffer: Do not crash on object without any public symbols |
| 15 | +cb17f94f46a0 Add changes-v1.16 to the MANIFEST file |
| 16 | +32a19e044c93 pahole: Fix changelog date in dwarves.spec |
| 17 | +9b09f578b7d1 pahole: Initialize var to silence -Werror=maybe-uninitialized on gcc version 4.8.5 20150623 |
| 18 | +277c2b3d1b4a man-pages: Add section about --hex + -E to locate offsets deep into sub structs |
| 19 | +812c980b3f76 man-pages: Update some info, expand BTF info, add some EXAMPLES |
| 20 | +e0942c7b031f pahole: Add support for finding pointers to void |
| 21 | +6a326e93088e pahole: Make --contains and --find_pointers_to to work with base types |
| 22 | +3c1a9a3329d9 pahole: Make --contains look for more than just unions, structs |
| 23 | +ded5d36f9cf5 dwarves: Introduce cu__find_type_by_name |
| 24 | +88d99562e55c pahole: Add --structs to ask just for structs, counterpart of --unions |
| 25 | +0b444cf1118c pahole: Make --contains and --find_pointers_to honour --unions |
| 26 | +a8a7e605bb45 pahole: Make --find_pointers_to consider unions |
| 27 | +0dc327e382f8 pahole: Consider unions when looking for classes containing some class |
| 28 | +3661f17d0b2c pahole: Introduce --unions to consider just unions |
| 29 | +2dd09c617101 pahole: union have no holes, fix --sizes formatter |
| 30 | +6c29cca8c28f pahole: Don't consider unions for options that only make sense for structs |
| 31 | +dcba200367f7 pahole: When the sole argument passed isn't a file, take it as a class name |
| 32 | +1944de0c93e6 pahole: Use function__for_each_parameter() |
| 33 | +66e640508e4d dwarves: Make function__for_each_parameter receive 'cu' arg |
| 34 | +252b0fcc91cc pahole: Fix -m/--nr_methods - Number of functions operating on a type pointer |
| 35 | +202c8d5f5bd5 pahole: Do not require a class name to operate without a file name |
| 36 | +617f5ac2e6c9 dwarves: Move BTF loader ahead of the CTF one |
| 37 | +cdd5e1399b9c btf loader: Support raw BTF as available in /sys/kernel/btf/vmlinux |
| 38 | + |
1 | 39 | v1.16:
|
2 | 40 |
|
3 | 41 | Mon Dec 16 2019
|
|
0 commit comments