|
| 1 | +2024-11-29: David Anderson |
| 2 | + commit 0f640f587a66277961bda4aabb44d6637a406f5d |
| 3 | + |
| 4 | + Added release of 1 Dec 2024 |
| 5 | + modified: README.md |
| 6 | + |
| 7 | +2024-11-28: David Anderson |
| 8 | + commit 046aca5f5a5f1fa161752cbc3f87ca0de702bb02 |
| 9 | + |
| 10 | + Fixed an indent. |
| 11 | + modified: dwarf_errmsg_list.h |
| 12 | + Removde trailing whitespace. |
| 13 | + modified: dwarf_opaque.h |
| 14 | + |
| 15 | +2024-11-28: David Anderson |
| 16 | + commit 3b2303c76806958cd8e8430b8db1dc034da8d55d |
| 17 | + |
| 18 | + Coverity scan noted two blocks of |
| 19 | + structurally dead code in two pretty much |
| 20 | + identical cases. |
| 21 | + _dwarf_which_loclists_context |
| 22 | + _dwarf_which_rnglists_context |
| 23 | + modified: src/lib/libdwarf/dwarf_loclists.c |
| 24 | + modified: src/lib/libdwarf/dwarf_rnglists.c |
| 25 | + Renoved the dead code and realigned the lines |
| 26 | + to avoid useless indentation. |
| 27 | + |
| 28 | +2024-11-28: David Anderson |
| 29 | + commit fc51f91e8a28a1f0d2625f8e962f1c2c176daf29 |
| 30 | + |
| 31 | + Fixing too-long lines and indent mistakes and |
| 32 | + trailing whitespace. |
| 33 | + modified: src/lib/libdwarf/dwarf_fission_to_cu.c |
| 34 | + modified: src/lib/libdwarf/dwarf_loc.c |
| 35 | + Also removed #if 0 dead code. |
| 36 | + modified: src/lib/libdwarf/dwarf_loclists.c |
| 37 | + modified: src/lib/libdwarf/dwarf_rnglists.c |
| 38 | + |
| 39 | +2024-11-28: David Anderson |
| 40 | + commit 716db1eee00862c53e6185c8776cbcf6cf55410c |
| 41 | + |
| 42 | + New internal function _dwarf_has_SECT_fission |
| 43 | + to unify access .debug_cu/tu_* sections for .debug_rnglilsts |
| 44 | + and .debug_loclists. |
| 45 | + modified: src/lib/libdwarf/dwarf_fission_to_cu.c |
| 46 | + Added prototype for the function. |
| 47 | + modified: src/lib/libdwarf/dwarf_opaque.h |
| 48 | + |
| 49 | + Corrected an error report string to ensure it is not identical |
| 50 | + to another report here. |
| 51 | + modified: src/lib/libdwarf/dwarf_form.c |
| 52 | + |
| 53 | + Significan correction for DWARF5 loclists |
| 54 | + modified: src/lib/libdwarf/dwarf_loc.c |
| 55 | + modified: src/lib/libdwarf/dwarf_loclists.c |
| 56 | + Slight modification of library internal function |
| 57 | + prototype. |
| 58 | + modified: src/lib/libdwarf/dwarf_loc.h |
| 59 | + |
| 60 | + Significan correction for DWARF5 rnglists |
| 61 | + Now rnglists and loclists handling is as similar |
| 62 | + as possible (or close to it). |
| 63 | + modified: src/lib/libdwarf/dwarf_rnglists.c |
| 64 | + |
| 65 | +2024-11-22: David Anderson |
| 66 | + commit b27b8cbc675db87b4810846c3fdb8e1ffaf3c6e1 |
| 67 | + |
| 68 | + Made the fix for github issue 270 |
| 69 | + about .debug_rnglists in DWARF5. |
| 70 | + modified: dwarf_rnglists.c |
| 71 | + |
| 72 | +2024-11-22: David Anderson |
| 73 | + commit 46c4ebea1a8a66d8a3baddb9cdf3947c214ad4e5 |
| 74 | + |
| 75 | + Corrected trailing whitespace and indents. |
| 76 | + modified: dwarf_query.c |
| 77 | + |
| 78 | +2024-11-22: David Anderson |
| 79 | + commit 48f0da072578076b9f25472cca79609efaa9631a |
| 80 | + |
| 81 | + Corrected indent mistakes. |
| 82 | + modified: dwarf_util.c |
| 83 | + |
| 84 | +2024-11-22: David Anderson |
| 85 | + commit 324bdd94517465e7d85fdcd1307db2a0e0a7c5ec |
| 86 | + |
| 87 | + Correcting trailing whitespace. |
| 88 | + modified: dwarf_generic_init.c |
| 89 | + |
| 90 | +2024-11-22: David Anderson |
| 91 | + commit 78ef7b939eb1bf241e29c918f45a4b4c31ea1469 |
| 92 | + |
| 93 | + Fixing trailing whitespace. |
| 94 | + modified: dwarf_init_finish.c |
| 95 | + |
| 96 | +2024-11-22: David Anderson |
| 97 | + commit dd1ed5fd203856cf21555484b74a7714506a3519 |
| 98 | + |
| 99 | + Correcting indents, trailing whitespace and a too-long line. |
| 100 | + modified: dwarf_die_deliv.c |
| 101 | + |
| 102 | +2024-11-22: David Anderson |
| 103 | + commit 3be32bb07bbef37e656d3f485d90d45f529a4521 |
| 104 | + |
| 105 | + Corrected an indent mistake. |
| 106 | + modified: dwarf_peread.c |
| 107 | + |
| 108 | +2024-11-22: David Anderson |
| 109 | + commit 87d534479414c2a43d96fccf60e3203e3172e269 |
| 110 | + |
| 111 | + Adjusting line length to match CODINGSTYLE |
| 112 | + modified: dwarf_loclists.c |
| 113 | + |
| 114 | +2024-11-21: Jeremy Rifkin |
| 115 | + commit 9a9d1725889f679ca3f0f67a0caadffd5b90e271 |
| 116 | + |
| 117 | + Add an export set (#268) |
| 118 | + |
| 119 | +2024-11-19: David Anderson |
| 120 | + commit e88395d8f86770dc6a5ec66fedec62438634ab1e |
| 121 | + |
| 122 | + Adding __debug_names to .debug_names |
| 123 | + though it is unclear of Apple generates that section. |
| 124 | + modified: src/lib/libdwarf/dwarf_machoread.c |
| 125 | + |
| 126 | +2024-11-19: David Anderson |
| 127 | + commit a7a83e3ef56e68ef2db8699b0fc25cba8740fa92 |
| 128 | + |
| 129 | + DWARF5 MacOS objects have new sections. |
| 130 | + Adding the name translations so they are seen. |
| 131 | + + { "__debug_addr", ".debug_addr" }, |
| 132 | + + { "__debug_rnglists", ".debug_rnglists" }, |
| 133 | + + { "__debug_loclists", ".debug_loclists" }, |
| 134 | + + { "__debug_str_offs", ".debug_str_offsets" }, |
| 135 | + + { "__debug_line_str", ".debug_line_str" }, |
| 136 | + |
| 137 | + modified: src/lib/libdwarf/dwarf_machoread.c |
| 138 | + |
| 139 | +2024-11-16: David Anderson |
| 140 | + commit de25355d90730eae2e56ecd7aeaa49de87a81480 |
| 141 | + |
| 142 | + Now with all the rnglists fixes in place. |
| 143 | + modified: ChangeLog |
| 144 | + |
| 145 | +2024-11-29: David Anderson |
| 146 | + commit 0f640f587a66277961bda4aabb44d6637a406f5d |
| 147 | + |
| 148 | + Added release of 1 Dec 2024 |
| 149 | + modified: README.md |
| 150 | + |
| 151 | +2024-11-28: David Anderson |
| 152 | + commit 046aca5f5a5f1fa161752cbc3f87ca0de702bb02 |
| 153 | + |
| 154 | + Fixed an indent. |
| 155 | + modified: dwarf_errmsg_list.h |
| 156 | + Removde trailing whitespace. |
| 157 | + modified: dwarf_opaque.h |
| 158 | + |
| 159 | +2024-11-28: David Anderson |
| 160 | + commit 3b2303c76806958cd8e8430b8db1dc034da8d55d |
| 161 | + |
| 162 | + Coverity scan noted two blocks of |
| 163 | + structurally dead code in two pretty much |
| 164 | + identical cases. |
| 165 | + _dwarf_which_loclists_context |
| 166 | + _dwarf_which_rnglists_context |
| 167 | + modified: src/lib/libdwarf/dwarf_loclists.c |
| 168 | + modified: src/lib/libdwarf/dwarf_rnglists.c |
| 169 | + Renoved the dead code and realigned the lines |
| 170 | + to avoid useless indentation. |
| 171 | + |
| 172 | +2024-11-28: David Anderson |
| 173 | + commit fc51f91e8a28a1f0d2625f8e962f1c2c176daf29 |
| 174 | + |
| 175 | + Fixing too-long lines and indent mistakes and |
| 176 | + trailing whitespace. |
| 177 | + modified: src/lib/libdwarf/dwarf_fission_to_cu.c |
| 178 | + modified: src/lib/libdwarf/dwarf_loc.c |
| 179 | + Also removed #if 0 dead code. |
| 180 | + modified: src/lib/libdwarf/dwarf_loclists.c |
| 181 | + modified: src/lib/libdwarf/dwarf_rnglists.c |
| 182 | + |
| 183 | +2024-11-28: David Anderson |
| 184 | + commit 716db1eee00862c53e6185c8776cbcf6cf55410c |
| 185 | + |
| 186 | + New internal function _dwarf_has_SECT_fission |
| 187 | + to unify access .debug_cu/tu_* sections for .debug_rnglilsts |
| 188 | + and .debug_loclists. |
| 189 | + modified: src/lib/libdwarf/dwarf_fission_to_cu.c |
| 190 | + Added prototype for the function. |
| 191 | + modified: src/lib/libdwarf/dwarf_opaque.h |
| 192 | + |
| 193 | + Corrected an error report string to ensure it is not identical |
| 194 | + to another report here. |
| 195 | + modified: src/lib/libdwarf/dwarf_form.c |
| 196 | + |
| 197 | + Significan correction for DWARF5 loclists |
| 198 | + modified: src/lib/libdwarf/dwarf_loc.c |
| 199 | + modified: src/lib/libdwarf/dwarf_loclists.c |
| 200 | + Slight modification of library internal function |
| 201 | + prototype. |
| 202 | + modified: src/lib/libdwarf/dwarf_loc.h |
| 203 | + |
| 204 | + Significan correction for DWARF5 rnglists |
| 205 | + Now rnglists and loclists handling is as similar |
| 206 | + as possible (or close to it). |
| 207 | + modified: src/lib/libdwarf/dwarf_rnglists.c |
| 208 | + |
| 209 | +2024-11-22: David Anderson |
| 210 | + commit b27b8cbc675db87b4810846c3fdb8e1ffaf3c6e1 |
| 211 | + |
| 212 | + Made the fix for github issue 270 |
| 213 | + about .debug_rnglists in DWARF5. |
| 214 | + modified: dwarf_rnglists.c |
| 215 | + |
| 216 | +2024-11-22: David Anderson |
| 217 | + commit 46c4ebea1a8a66d8a3baddb9cdf3947c214ad4e5 |
| 218 | + |
| 219 | + Corrected trailing whitespace and indents. |
| 220 | + modified: dwarf_query.c |
| 221 | + |
| 222 | +2024-11-22: David Anderson |
| 223 | + commit 48f0da072578076b9f25472cca79609efaa9631a |
| 224 | + |
| 225 | + Corrected indent mistakes. |
| 226 | + modified: dwarf_util.c |
| 227 | + |
| 228 | +2024-11-22: David Anderson |
| 229 | + commit 324bdd94517465e7d85fdcd1307db2a0e0a7c5ec |
| 230 | + |
| 231 | + Correcting trailing whitespace. |
| 232 | + modified: dwarf_generic_init.c |
| 233 | + |
| 234 | +2024-11-22: David Anderson |
| 235 | + commit 78ef7b939eb1bf241e29c918f45a4b4c31ea1469 |
| 236 | + |
| 237 | + Fixing trailing whitespace. |
| 238 | + modified: dwarf_init_finish.c |
| 239 | + |
| 240 | +2024-11-22: David Anderson |
| 241 | + commit dd1ed5fd203856cf21555484b74a7714506a3519 |
| 242 | + |
| 243 | + Correcting indents, trailing whitespace and a too-long line. |
| 244 | + modified: dwarf_die_deliv.c |
| 245 | + |
| 246 | +2024-11-22: David Anderson |
| 247 | + commit 3be32bb07bbef37e656d3f485d90d45f529a4521 |
| 248 | + |
| 249 | + Corrected an indent mistake. |
| 250 | + modified: dwarf_peread.c |
| 251 | + |
| 252 | +2024-11-22: David Anderson |
| 253 | + commit 87d534479414c2a43d96fccf60e3203e3172e269 |
| 254 | + |
| 255 | + Adjusting line length to match CODINGSTYLE |
| 256 | + modified: dwarf_loclists.c |
| 257 | + |
| 258 | +2024-11-21: Jeremy Rifkin |
| 259 | + commit 9a9d1725889f679ca3f0f67a0caadffd5b90e271 |
| 260 | + |
| 261 | + Add an export set (#268) |
| 262 | + |
| 263 | +2024-11-19: David Anderson |
| 264 | + commit e88395d8f86770dc6a5ec66fedec62438634ab1e |
| 265 | + |
| 266 | + Adding __debug_names to .debug_names |
| 267 | + though it is unclear of Apple generates that section. |
| 268 | + modified: src/lib/libdwarf/dwarf_machoread.c |
| 269 | + |
| 270 | +2024-11-19: David Anderson |
| 271 | + commit a7a83e3ef56e68ef2db8699b0fc25cba8740fa92 |
| 272 | + |
| 273 | + DWARF5 MacOS objects have new sections. |
| 274 | + Adding the name translations so they are seen. |
| 275 | + + { "__debug_addr", ".debug_addr" }, |
| 276 | + + { "__debug_rnglists", ".debug_rnglists" }, |
| 277 | + + { "__debug_loclists", ".debug_loclists" }, |
| 278 | + + { "__debug_str_offs", ".debug_str_offsets" }, |
| 279 | + + { "__debug_line_str", ".debug_line_str" }, |
| 280 | + |
| 281 | + modified: src/lib/libdwarf/dwarf_machoread.c |
| 282 | + |
| 283 | +2024-11-16: David Anderson |
| 284 | + commit de25355d90730eae2e56ecd7aeaa49de87a81480 |
| 285 | + |
| 286 | + Now with all the rnglists fixes in place. |
| 287 | + modified: ChangeLog |
| 288 | + |
1 | 289 | 2024-11-16: David Anderson |
2 | 290 | commit 577159d68854f11e58821cc8d42c4f9e547f7cc0 |
3 | 291 |
|
|
0 commit comments