public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
Porting pahole from dwarf_next_unit() to dwarf_get_units()
 2023-12-05 16:11 UTC  (3+ messages)

[Bug tools/31114] New: eu-readelf --debug-dump=info cannot show mega-enum
 2023-12-05 14:25 UTC 

[Bug libdw/31111] New: Handle Clang DWARF 5 DW_AT_decl_file 0
 2023-12-04 12:47 UTC  (3+ messages)
` [Bug libdw/31111] "

[Bug debuginfod/31103] New: periodically malloc_trim()
 2023-11-30 20:58 UTC 

[Bug tools/31097] New: strip/unstrip on ET_REL binary might fail elflint on i386
 2023-11-29 15:54 UTC 

[PATCH v2 0/5] Add support for MIPS
 2023-11-29  7:40 UTC  (11+ messages)
` [PATCH v2 1/5] strip: Adapt src/strip -o -f on mips
` [PATCH v2 2/5] readelf: Adapt src/readelf -h/-S/-r/-w/-l/-d/-a "
` [PATCH v2 3/5] elflint: adapt src/elflint --gnu src/nm "
` [PATCH v2 4/5] stack: Fix stack unwind failure "
` [PATCH v2 5/5] backends: Add register_info, return_value_location, core_note function "

Sourceware infrastructure updates for Q4 2023
 2023-11-28 10:24 UTC 

[Bug tools/31085] New: Provide tool to extract path to .dwo from binary
 2023-11-24 20:09 UTC 

[PATCH] libelf: check decompressed ZSTD size
 2023-11-23 23:32 UTC  (2+ messages)

[Bug general/30975] New: elfutils incorrectly reports core files with non-contiguous segments
 2023-11-23 15:10 UTC  (8+ messages)
` [Bug general/30975] "

[PATCH v2] libdwfl: Correctly handle corefile non-contiguous segments
 2023-11-21 14:11 UTC  (3+ messages)

[PATCH v2 1/2] libdwfl: handle duplicate ELFs when reporting archives
 2023-11-21 13:06 UTC  (4+ messages)
` [PATCH v2 2/2] tests: Add test for duplicate entries in archive

[PATCH 1/2] libdwfl: handle duplicate ELFs when reporting archives
 2023-11-20 17:39 UTC  (6+ messages)
` [PATCH 2/2] tests: Add test for duplicate entries in archive

[PATCH] readelf: Don't print average number of tests when no tests are done
 2023-11-20 17:30 UTC  (2+ messages)

[PATCH] tests: Restructure run-debuginfod-response-headers.sh
 2023-11-19 16:00 UTC  (2+ messages)

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2023-11-17 16:24 UTC 

[PATCH] libdw: check offset dwarf_formstring in all cases
 2023-11-17 15:31 UTC  (2+ messages)

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
 2023-11-16 17:09 UTC  (2+ messages)

[PATCH] PR28204, debuginfod IMA
 2023-11-15 16:00 UTC  (11+ messages)

[PATCH] Minor: include <stdint.h> for uintptr_t
 2023-11-15 12:05 UTC  (2+ messages)

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2023-11-14 22:09 UTC 

[PATCH] Fix computations with (potentially) NULL pointer
 2023-11-14 20:52 UTC  (8+ messages)

[patch] debuginfod.8
 2023-11-14 19:13 UTC 

[PATCH] libdwfl: Correctly handle corefile non-contiguous segments
 2023-11-14 18:46 UTC  (4+ messages)

[PATCH] elfutils: PR 30991 srcfiles tarball feature
 2023-11-14 18:37 UTC  (3+ messages)

☠ Buildbot (Sourceware): elfutils - failed compile (failure) (main)
 2023-11-14 17:37 UTC 

[PATCH] libelf: Fix possible memory leak in elf_getdata_rawchunk
 2023-11-14 14:58 UTC  (2+ messages)

[Bug general/29176] New: run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy
 2023-11-14 11:56 UTC  (2+ messages)
` [Bug general/29176] "

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2023-11-14  0:50 UTC 

[COMMITTED] rpmbuild: fix Makefile rules
 2023-11-13 23:53 UTC 

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
 2023-11-13 23:07 UTC  (2+ messages)

[Bug tools/31059] New: Floating Point Exception exists in the function handle_relocs_relr in readelf.c
 2023-11-13 22:05 UTC  (2+ messages)
` [Bug tools/31059] "

[Bug tools/31058] New: global-buffer-overflow exists in the function ebl_machine_flag_name in eblmachineflagname.c
 2023-11-13 21:59 UTC  (2+ messages)
` [Bug tools/31058] "

[COMMITTED] backends: Fix arm_machine_flag_name version string
 2023-11-13 21:57 UTC 

Fwd: CfP for FOSDEM 2024, Debuggers and Analysis tools devroom
 2023-11-10 14:09 UTC 

[PATCH] Fix thread-safety for elfutils
 2023-11-09 13:26 UTC  (35+ messages)
  ` [PATCH 01/16] lib: Add new once_define and once macros to eu-config.h
    ` [PATCH 02/16] libelf: Make elf_version thread-safe
    ` [PATCH 03/16] libelf: Fix deadlock in __libelf_readall
    ` [PATCH 04/16] libelf: Fix deadlock in elf_cntl
    ` [PATCH 07/16] lib: Add eu_tsearch and eu_tfind
    ` [PATCH 09/16] src: Use eu-search in nm and findtextrel
    ` [PATCH 10/16] libdw: make dwarf_getalt thread-safe
    ` [PATCH 11/16] libdw: Add locking around __libdw_dieabbrev for dwarf_hasattr
    ` [PATCH 12/16] libdw: Make libdw_find_split_unit thread-safe
    ` [PATCH 13/16] libdw: Make libdw_findcu thread-safe

[Bug general/31027] New: Remove asserts from library code
 2023-11-08 23:35 UTC  (2+ messages)
` [Bug general/31027] "

[Bug libdw/30967] New: Discriminator in Dwarf_Line_s may exceed 24 bits
 2023-11-07 19:11 UTC  (15+ messages)
` [Bug libdw/30967] "

[PATCH 00/14] elfutils: DWARF package (.dwp) file support
 2023-11-07 17:13 UTC  (22+ messages)
` [PATCH 07/14] libdw: Recognize .debug_[ct]u_index sections in dwarf_elf_begin
` [PATCH 08/14] libdw: Parse DWARF package file index sections
` [PATCH 09/14] libdw, libdwfl: Save original path of ELF file
` [PATCH 10/14] libdw: Try .dwp file in __libdw_find_split_unit()
` [PATCH 11/14] tests: Handle DW_MACRO_{define,undef}_{strx,sup} in dwarf-getmacros
  ` [PATCH 11/14] tests: Handle DW_MACRO_{define, undef}_{strx, sup} "
` [PATCH 12/14] tests: Optionally dump all units "
` [PATCH 13/14] libdw: Apply DWARF package file section offsets where appropriate

[Bug libdw/30948] New: src/stack doesn't show source inforamtion if the target is compiled with clang
 2023-11-07 14:43 UTC  (4+ messages)
` [Bug libdw/30948] "

[Bug libelf/31034] New: iproute2 fails to build with elfutils 0.190 with musl libc
 2023-11-06 11:50 UTC  (2+ messages)
` [Bug libelf/31034] "

[COMMITTED] elfutils.spec: Add eu-srcfiles and add new make rpmbuild target
 2023-11-03 22:40 UTC 

Creating an elfutils release
 2023-11-03 18:33 UTC 

elfutils 0.190 released
 2023-11-03 18:25 UTC 

[PATCH] Prepare for 0.190
 2023-11-03 17:10 UTC 

[COMMITTED] The default branch is now 'main'
 2023-11-03 14:08 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (master)
 2023-11-02 23:47 UTC 

[PATCH] libelf/elf_newscn.c: fix build failure against gcc-14 (-Walloc-size)
 2023-11-02 23:23 UTC  (2+ messages)

☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)
 2023-11-02 22:34 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (master)
 2023-11-02 17:51 UTC 

[PATCH] readelf: Support .gdb_index version 9
 2023-11-02 16:30 UTC  (4+ messages)

[Bug libdw/30980] New: offline.c:53: dwfl_offline_section_address: Assertion `mod->e_type == ET_REL' failed
 2023-11-02 13:44 UTC  (9+ messages)
` [Bug libdw/30980] "

[Bug tools/30986] New: Bug Report: elfutils eu-addr2line not working correctly with Rust inline functions
 2023-11-02 13:38 UTC  (2+ messages)
` [Bug tools/30986] "

[Bug libdw/28148] New: eu-addr2line reports function name of the caller when code is inlined
 2023-11-02 13:30 UTC  (2+ messages)
` [Bug libdw/28148] "

☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)
 2023-11-02  3:22 UTC  (2+ messages)

[COMMITTED][Bug libdw/30980] dwfl_offline_section_address: replace asserts with early return
 2023-11-01 23:32 UTC 

[COMMITTED][PATCH] debuginfod-client.c: Don't print empty line in header_callback
 2023-11-01 23:31 UTC 

☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)
 2023-11-01 16:40 UTC  (2+ messages)

Building Elfutils with Mingw32
 2023-11-01 13:15 UTC  (9+ messages)

regarding the "Abusing gdb Features for Data Ingress & Egress" paper
 2023-10-29 18:54 UTC 

[PATCH] debuginfod PR29472: metadata queries
 2023-10-27  0:15 UTC  (2+ messages)

Preparing for a 0.190 release end of next week
 2023-10-26 15:08 UTC 

[Bug debuginfod/30991] New: Bug 30010 - srcfiles tarball feature
 2023-10-25 18:49 UTC  (2+ messages)
` [Bug debuginfod/30991] "

☺ Buildbot (Sourceware): elfutils - build successful (master)
 2023-10-25 14:19 UTC 

Some ideas for process improvements/changes
 2023-10-25 13:10 UTC  (3+ messages)

☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)
 2023-10-24 20:37 UTC 

[Bug debuginfod/30000] New: debuginfod-find should have a source-list verb
 2023-10-24 20:00 UTC  (2+ messages)
` [Bug debuginfod/30000] introduce new srcfiles tool

PR30000 - introduce new srcfiles tool
 2023-10-24 19:59 UTC  (5+ messages)
  ` [PATCH] Fixed formatting of man page and --help options and added additional test case to ensure the correct source file is output

[Bug debuginfod/30978] New: debuginfod-client security: optionally(?) verify downloaded binaries
 2023-10-19  0:01 UTC  (6+ messages)
` [Bug debuginfod/30978] "

[Bug debuginfod/28240] New: debuginfod client cache falsely sticky for root user
 2023-10-16 15:11 UTC  (2+ messages)
` [Bug debuginfod/28240] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).