Skip to content

Commit e58053b

Browse files
committed
Updated with latest tiny changes to doc and internals.
modified: ChangeLog
1 parent 318cb65 commit e58053b

File tree

1 file changed

+124
-0
lines changed

1 file changed

+124
-0
lines changed

ChangeLog

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,127 @@
1+
2022-04-07: David Anderson
2+
commit 318cb65159534b78905f4425b5dddc2d776b338d
3+
4+
Updated the date to today.
5+
modified: doc/libdwarf.dox
6+
7+
Regenerated.
8+
modified: doc/libdwarf.pdf
9+
10+
Corrected typos in doxygen comments.
11+
modified: src/lib/libdwarf/libdwarf.h
12+
13+
2022-04-07: David Anderson
14+
commit 40712108a19262aecbf920aaaff5497f9106354c
15+
16+
Removed 4 lines of dead code noticed by CoverityScan.
17+
modified: src/bin/dwarfdump/print_debug_names.c
18+
19+
2022-04-06: David Anderson
20+
commit 3e75142a5d8938466e00a942c41a04f69510915d
21+
22+
Refining the formatting of the printf output.
23+
modified: src/bin/dwarfdump/print_debug_names.c
24+
modified: src/lib/libdwarf/dwarf_debugnames.c
25+
26+
A comment noting that specialized access functions
27+
are missing, but full access to the section is provided.
28+
modified: src/lib/libdwarf/libdwarf.h
29+
30+
2022-04-06: David Anderson
31+
commit 0965889ac137fae87255b7440854be1a90f02436
32+
33+
Noting that old versions of meson don't work
34+
with libdwarf.
35+
modified: README
36+
modified: README.md
37+
38+
2022-04-06: David Anderson
39+
commit 2922a020b7aa3014c3a72a85f4e7d90a529db5f4
40+
41+
The start of a .debug_names example. Incomplete.
42+
modified: doc/checkexamples.c
43+
44+
Now with current date as libdwarf.h doxygen
45+
has .debug_names access functions.
46+
modified: doc/libdwarf.dox
47+
48+
2022-04-05: David Anderson
49+
commit e8f7ce231679bb632761731ff4fdeff14813d6df
50+
51+
Now working properly and with doxygen.
52+
modified: src/bin/dwarfdump/print_debug_names.c
53+
modified: src/lib/libdwarf/dwarf_debugnames.c
54+
modified: src/lib/libdwarf/dwarf_debugnames.h
55+
modified: src/lib/libdwarf/libdwarf.h
56+
57+
2022-04-05: David Anderson
58+
commit 0f9e5e29a0be4e2e7e67384298c7278818a43cd1
59+
60+
We can now print the .debug_pubnames details.
61+
Formatting will surely change somewhat.
62+
modified: src/bin/dwarfdump/print_debug_names.c
63+
64+
Now we read all the fields in .debug_pubnames.
65+
For tailored access some additional functions may
66+
be desirable.
67+
modified: src/lib/libdwarf/dwarf_debugnames.c
68+
modified: src/lib/libdwarf/dwarf_debugnames.h
69+
70+
2022-04-05: David Anderson
71+
commit fd4ddb637cfd30eb0d83e673387073499beff248
72+
73+
Uses DWARF_HALF_SIZE instead of the constant 2
74+
for clarity of intent.
75+
modified: src/lib/libdwarf/dwarf_form.c
76+
77+
2022-04-04: David Anderson
78+
commit 990a9ef4e03e3a1e4ccb10b76d19a11a7de10e0b
79+
80+
We can now read and print all the data in .debug_names.
81+
82+
Some functions aimed at easier use for some specific
83+
purposes will surely be needed soon.
84+
85+
The new functions for .debug_names not yet documented.
86+
modified: src/lib/libdwarf/dwarf_debugnames.c
87+
88+
Some of the formatting will surely need some changes,
89+
for best readability.
90+
modified: src/bin/dwarfdump/print_debug_names.c
91+
92+
2022-04-04: David Anderson
93+
commit 770138eb6290cbc5049854c7c20322bfcd0e516f
94+
95+
Fix indents and trailing whitespace.
96+
modified: src/lib/libdwarf/dwarf_line.c
97+
98+
2022-04-02: David Anderson
99+
commit 2b92f489fe6adcc601b0c9cd6232c8e0595c52a7
100+
101+
DO NOT USE THIS COMMIT: progress toward .debug_names,
102+
but not yet working.
103+
modified: src/bin/dwarfdump/print_debug_names.c
104+
modified: src/lib/libdwarf/dwarf_debugnames.c
105+
modified: src/lib/libdwarf/libdwarf.h
106+
107+
2022-04-01: David Anderson
108+
commit e16b3ae1e6f7f0c5c2fa58f5e594d95fc9ca826e
109+
110+
Now prints more of .debug_names content.
111+
modified: src/bin/dwarfdump/print_debug_names.c
112+
113+
2022-04-01: David Anderson
114+
commit aa2ac7df24b84aed427b69aee36d39df5559379b
115+
116+
Removed a bit of capitalization, updated date.
117+
modified: doc/libdwarf.dox
118+
119+
2022-04-01: David Anderson
120+
commit 3553916447e27ce835c73c5dbc29b5f395267012
121+
122+
Updated per recent changes.
123+
modified: ChangeLog
124+
1125
2022-04-01: David Anderson
2126
commit bf5ef885b48d54371f33194f363821b9b3c0c424
3127

0 commit comments

Comments
 (0)