readelf: Handle DW_LLE_GNU_view_pair
[platform/upstream/elfutils.git] / src / readelf.c
2022-10-27 Mark Wielaardreadelf: Handle DW_LLE_GNU_view_pair
2022-10-16 Yonggang LuoMove the #include <libintl.h> into eu-config.h
2022-08-13 Andreas Schwabreadelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRI...
2022-08-01 Mark Wielaardreadelf: memrchr searches backwards but takes the start...
2022-07-31 Di Chenreadelf: Support --dynamic with --use-dynamic
2022-04-19 Mark Wielaardreadelf: Define dyn_mem outside the while loop.
2022-04-19 Di Chenreadelf: Don't consider padding DT_NULL as dynamic...
2022-03-30 Mark WielaardIntroduce error_exit as a noreturn variant of error...
2021-12-08 Mark Wielaardreadelf: Workaround stringop-truncation error
2021-11-10 John M Mellor-Crummeylibdw, readelf: Read inlining info in NVIDIA extended...
2021-09-09 Dmitry V. LevinUse xasprintf instead of asprintf followed by error...
2021-09-09 Dmitry V. LevinRemove redundant casts of memory allocating functions...
2021-07-15 Timm Bäderreadelf: Pull advance_pc() in file scope
2021-07-03 Mark Wielaardreadelf: Handle line tables without line number stateme...
2021-07-03 Mark Wielaardreadelf: Fix error message when two attribute names...
2021-05-12 Martin LiskaCome up with startswith function.
2021-03-03 Mark Wielaardreadelf: Sanity check verneed and verdef offsets in...
2021-02-17 Mark Wielaardreadelf: Type DIE offset is from start of CU.
2021-02-17 Mark Wielaardreadelf, libdw: blocks aren't expressions for DWARF...
2021-02-05 Timm Bäderreadelf: Remove show_op_index variable
2021-01-30 Timm Bäderreadelf: Pull regname() into file scope
2021-01-30 Timm Bäderreadelf: Pull left() info file scope
2021-01-30 Timm Bäderreadelf: Pull same_set() info file scope
2021-01-30 Timm Bäderreadelf: Pull add_dump_section() into file scope
2021-01-10 Érico Rolimsrc/readelf: use qsort instead of qsort_r.
2020-12-16 Mark WielaardHandle SHF_GNU_RETAIN in eu-readelf and eu-elflint.
2020-12-16 Dmitry V. Levinsrc: consistently use _(Str) instead of gettext(Str)
2020-12-12 Dmitry V. Levinsrc: fix spelling typos in comments and ChangeLog
2020-12-12 Dmitry V. Levinsrc: fix spelling typos in argp help text and error...
2020-10-02 Mark Wielaardreadelf: Support showing view pairs in loclists as...
2020-09-07 Mark Wielaardlibdw,readelf: Recognize DW_CFA_AARCH64_negate_ra_state
2020-09-07 Mark Wielaardreadelf: base address entry can be first
2020-08-26 Mark Wielaardreadelf: It is not an error if there are no line number...
2020-04-21 Mark Wielaardlibdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
2019-10-04 Dmitry V. Levinelflint, readelf: enhance error diagnostics
2019-09-10 Mark Wielaardreadelf: Add --dyn-sym option.
2019-08-29 Mark Wielaardreadelf: Actually dump hex or strings when -p or -x...
2019-08-26 Mark Wielaardreadelf: Add optional "SECTION" argument for --notes.
2019-07-17 Mao HanAdd backend support for C-SKY
2019-07-10 Mark Wielaardlibdwelf: Add dwelf_elf_e_machine_string and use it...
2019-05-14 Mark Wielaardreadelf: Decode DW_AT_discr_list block attributes.
2019-05-14 Mark Wielaardreadelf: Clean up section lists after usage.
2019-04-10 Mark Wielaardreadelf: Print DW_AT_data_member_location as decimal...
2019-03-29 Mark Wielaardreadelf: print_debug_macinfo_section, check cus[0]...
2019-02-01 Mark Wielaardreadelf: Check there is enough data to read DWARF line...
2019-01-22 Mark Wielaardreadelf: Don't go past end of line data reading unknown...
2019-01-22 Mark Wielaardlibdw: Check terminating NUL byte in dwarf_getsrclines...
2019-01-16 Mark Wielaardlibebl: Check NT_PLATFORM core notes contain a zero...
2018-11-13 Mark WielaardHandle GNU Build Attribute ELF Notes.
2018-11-13 Mark WielaardRecognize NT_VERSION notes.
2018-11-09 Mark Wielaardlibdwelf: New function dwelf_elf_begin.
2018-10-28 Mark WielaardRecognize and parse GNU Property notes.
2018-10-24 Mark Wielaardreadelf: Use shstrndx to lookup section names.
2018-10-19 Mark Wielaardreadelf: Make sure readp is smaller than cieend in...
2018-10-19 Mark Wielaardreadelf: Handle multiple .debug_macro sections and...
2018-09-13 Mark Wielaardreadelf: Use elf_getshdrnum in print_shdr and print_phdr.
2018-08-18 Mark Wielaardlibdw, readelf: Make sure there is enough data to read...
2018-07-05 Mark Wielaardreadelf: Don't shadow index function from string.h
2018-07-05 Ross BurtonConsolidate error.h inclusion in system.h
2018-06-29 Mark Wielaardlibdw: Add dwarf_next_lines to read .debug_line tables...
2018-06-17 Mark Wielaardlibdw, readelf: Don't handle DW_FORM_data16 as expressi...
2018-06-16 Mark Wielaardreadelf: Check there are at least 4 bytes available...
2018-06-16 Mark Wielaardreadelf: Make sure print_form_data always consumes...
2018-06-15 Mark Wielaardreadelf: While printing .debug_loc make sure that next_...
2018-06-15 Mark Wielaardreadelf: Handle signedness of DW_FORM_implicit_const...
2018-06-11 Mark Wielaardreadelf: Return correct readp (or readendp) from print_...
2018-06-11 Mark Wielaardreadelf: Fix bounds check in print_form_data.
2018-06-11 Mark Wielaardreadelf: Calculate max_entries instead of needed bytes...
2018-06-10 Mark Wielaardreadelf, libdw: Handle too many directories or files...
2018-06-09 Mark Wielaardreadelf: Turn format_print_dwarf into print_dwarf_addr.
2018-06-08 Mark Wielaardreadelf: Always initialize .debug_addr unit_length...
2018-06-08 Mark Wielaardreadelf: Set begin properly for DW_LLE_GNU_start_end_en...
2018-06-08 Mark Wielaardreadelf: Don't leak lengths array when detecting an...
2018-06-08 Mark Wielaardreadelf: Make room for DW_MACRO_hi_user opcode if used.
2018-06-07 Mark Wielaardreadelf: Lookup "no" translation for no_str, not "yes".
2018-06-04 Mark Wielaardreadelf: Don't allocate string with asprintf, but reuse...
2018-06-04 Mark Wielaardreadelf: Lookup gettext "yes" and "no" only once.
2018-06-04 Mark Wielaardreadelf: Call __fsetlocking (stdout, FSETLOCKING_BYCALLER).
2018-06-01 Mark Wielaardlibdw: Try both the relative and absolute paths when...
2018-06-01 Mark Wielaardreadelf: Fix .debug_types printing with implicit sectio...
2018-06-01 Mark Wielaardreadelf: Deal with combined normal and split dwarf...
2018-05-31 Mark Wielaardreadelf: Use correct listptr when looking up next loc...
2018-05-31 Mark Wielaardlibdw: Don't crash on invalid die in dwarf_dieoffset.
2018-05-31 Mark Wielaardreadelf, libdw: Add GNU DebugFission .debug_loc support.
2018-05-31 Mark Wielaardreadelf: Fix regression with multiple files and implici...
2018-05-30 Mark Wielaardlibdw: Fix memory corruption in libdw_find_split_unit.
2018-05-30 Mark Wielaardreadelf: Handle .debug_str_offsets.
2018-05-30 Mark Wielaardreadelf handle .debug_addr section.
2018-05-29 Mark Wielaardlibdw: Handle .debug_loclists in dwarf_getlocation.
2018-05-29 Mark Wielaardreadelf: Handle .debug_loclists.
2018-05-28 Mark Wielaardreadelf: Find skeleton units when inspecting split...
2018-05-28 Mark Wielaardlibdw: Handle .debug_rnglists in dwarf_ranges.
2018-05-27 Mark Wielaardreadelf: Add .debug_rnglists support.
2018-05-25 Mark Wielaardlibdw: Support DW_OP_addrx/constx and split DWARF addrx...
2018-05-24 Mark Wielaardreadelf: print split CUs when given --debug-dump=info+
2018-05-19 Mark Wielaardlibdw: Recognize GNU DebugFission split units.
2018-05-19 Mark Wielaardlibdw: Add GNU DebugFission attributes, tags, forms...
2018-05-19 Mark Wielaardlibdw, readelf: Handle .debug_*.dwo section name variants.
2018-05-15 Mark Wielaardreadelf: Fix 32bit compile issues.
2018-05-15 Mark Wielaardreadelf, libdw: Handle DWARF5 .debug_macro.
next