Skip to content

Commit e709afe

Browse files
committed
dwarves: Prep v1.17
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent f14426e commit e709afe

File tree

5 files changed

+598
-3
lines changed

5 files changed

+598
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif (NOT CMAKE_BUILD_TYPE)
3030
set(CMAKE_C_FLAGS_DEBUG "-Wall -Werror -ggdb -O2")
3131
set(CMAKE_C_FLAGS_RELEASE "-Wall -O2")
3232

33-
add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.16")
33+
add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.17")
3434
find_package(DWARF REQUIRED)
3535
find_package(ZLIB REQUIRED)
3636

MANIFEST

+2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ dutil.c
4747
dutil.h
4848
changes-v1.13
4949
changes-v1.16
50+
changes-v1.17
5051
COPYING
5152
NEWS
5253
README
5354
README.DEBUG
5455
README.btf
5556
README.ctracer
57+
README.tarball
5658
rpm/SPECS/dwarves.spec
5759
lib/Makefile
5860
lib/ctracer_relay.c

NEWS

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
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+
139
v1.16:
240

341
Mon Dec 16 2019

0 commit comments

Comments
 (0)