]> git.ipfire.org Git - thirdparty/elfutils.git/shortlog
thirdparty/elfutils.git
2010-08-18  Roland McGrathIgnore CU compilation directory in directory table...
2010-08-18  Petr Machatadwarflint: PRI_DIE is unused in low.c
2010-08-18  Petr Machatadwarflint: Check all the abbreviation instead of bailin...
2010-08-18  Petr Machatadwarflint: Add test suite
2010-08-18  Petr Machatadwarflint: detect duplicate attributes in .debug_abbrev
2010-08-18  Petr MachataMove dwarflint to separate directory
2010-08-18  Mark WielaardCall read_address_size with file->addr_64 as first...
2010-08-18  Petr Machatadwarflint: Extract check_range_out_of_scope::recursivel...
2010-08-18  Petr Machatadwarflint: Only check for unused files if we managed...
2010-08-18  Petr Machatadwarflint: Don't accept empty section as present
2010-08-18  Petr Machatadwarflint: Split checks-low.hh/cc into check_debug_aran...
2010-08-18  Petr Machatadwarflint: Recursive check guard
2010-08-18  Petr Machatadwarflint: Fix checking of DW_AT_stmt_list and DW_AT_de...
2010-08-18  Petr Machatadwarflint: Extract .debug_pub checks into check_debug_p...
2010-08-18  Petr Machatadwarflint: Hide a couple classes in an anonymous namespace
2010-08-18  Petr Machatadwarflint: Reindent
2010-08-18  Petr Machatadwarflint: Plug remaining leaks
2010-08-18  Petr Machatadwarflint: Const correctness, references in a couple...
2010-08-18  Petr Machatadwarflint: Plug leak
2010-08-18  Petr Machatadwarflint: Plug leak (alloca instead of malloc)
2010-08-18  Petr Machatadwarflint: Plug leak in .debug_abbrev abbreviation...
2010-08-18  Petr Machatadwarflint: Move .debug_abbrev checks to check_debug_abb...
2010-08-18  Petr Machatadwarflint: Rename file to match class name
2010-08-18  Petr Machatadwarflint: Plug a leak
2010-08-18  Petr Machatadwarflint: Whitespace, coding style
2010-08-18  Petr Machatadwarflint: Drop some crud
2010-08-18  Petr Machatadwarflint: Plug a leak
2010-08-18  Petr Machatadwarflint: Drop transitional code
2010-08-18  Petr Machatadwarflint: .debug_info check was always failing
2010-08-18  Petr Machatadwarflint: Move .debug_info checks to check_debug_info...
2010-08-18  Petr Machatadwarflint: Plug leaks.
2010-08-18  Petr Machatadwarflint: Make abbrev table map const
2010-08-18  Petr Machatadwarflint: Avoid some use of C interfaces
2010-08-18  Petr Machatadwarflint: Fix a memory error
2010-08-18  Petr Machatadwarflint: Coding style
2010-08-18  Petr Machatadwarflint: Plug a leak
2010-08-18  Petr Machatadwarflint: Plug a leak
2010-08-18  Petr Machatadwarflint: Fix a memory error
2010-08-18  Petr Machatadwarflint: Reindent
2010-08-18  Petr Machatadwarflint: Load high-level DWARF context through libdwfl
2010-08-18  Petr Machatadwarflint: Move Elf* out of dwarflint class
2010-08-18  Petr Machatadwarflint: Fix some coding style
2010-08-18  Petr Machatadwarflint: Expose the underlying string in pri:: family...
2010-08-18  Petr Machatadwarflint: Move a bunch more over to check_debug_loc_range
2010-08-18  Petr Machatadwarflint: Move .debug_loc and .debug_range checks...
2010-08-18  Petr Machatadwarflint: Move read_die_chain over to check_debug_info.cc
2010-08-18  Petr Machatadwarflint: Move inline functions out of read_die_chain
2010-08-18  Petr Machatadwarflint: Inline check_line_structural in the ctor
2010-08-18  Petr Machatadwarflint: Fix reference checking for DW_OP_bra, DW_OP_skip
2010-08-18  Petr Machatadwarflint: Perhaps better error message for mismatched...
2010-08-18  Petr Machatadwarflint: Skip relocations against data in block opera...
2010-08-18  Petr Machatadwarflint: Support decoding DW_OP_stack_value, DW_OP_im...
2010-08-18  Petr Machatadwarflint: Fix relocating of abbrev table offset in...
2010-08-18  Petr Machatadwarflint: Fix some formatting.
2010-08-18  Petr Machatadwarflint: Extract CU header loading into pass of its own
2010-08-18  Petr Machatadwarflint: Separate loading of CU header from validatio...
2010-08-18  Petr Machatadwarflint: Move .debug_info code into check_debug_info.cc
2010-08-18  Petr Machatadwarflint: More systematic support for various DWARF...
2010-08-18  Petr Machatadwarflint: Work on support of multiple versions
2010-08-18  Petr Machatadwarflint: Fix memory errors in pri::pribase
2010-08-18  Petr Machatadwarflint: Output abbrev section offset in decimal
2010-08-18  Petr Machatadwarflint: Fix C-interface to abbrev table
2010-08-18  Petr Machatadwarflint: Typo
2010-08-18  Petr Machatadwarflint: Coding style
2010-08-18  Petr Machatadwarflint: Add pri::tag
2010-08-18  Petr Machatadwarflint: Improve code for a couple more messages
2010-08-18  Petr Machatadwarflint: Fix some error messages
2010-08-18  Petr Machatadwarflint: Use pri::hex where possible
2010-08-18  Petr Machatadwarflint: More consolidation of message formatting...
2010-08-18  Petr Machatadwarflint: A nit.
2010-08-18  Petr Machatadwarflint: Check for dup attribs between DIE and its...
2010-08-18  Petr Machatadwarflint: Coding style
2010-08-18  Petr Machatadwarflint: Add DIE tree flattening iterator
2010-08-18  Petr Machatadwarflint: Avoid repeating once failed tests
2010-08-18  Petr Machatadwarflint: Move some code around
2010-08-18  Petr Machatadwarflint: Rename main.hh to dwarflint.hh
2010-08-18  Petr Machatadwarflint: Better support for emitting messages from C++
2010-08-18  Petr Machatadwarflint: .debug_line logic in file of its own
2010-08-18  Petr Machatadwarflint: Extract .debug_abbrev check
2010-08-18  Petr Machatadwarflint: check_debug_info not a strong prerequisite...
2010-08-18  Petr Machatadwarflint: Move ref_record to addr-record.h/.cc
2010-08-18  Petr Machatadwarflint: Move .debug_line checks to new infrastructure
2010-08-18  Petr Machatadwarflint: Move addr_record stuff to file of its own
2010-08-18  Petr Machatadwarflint: Move to separate directory
2010-08-18  Petr Machatadwarflint: Move more checks to the new dependency infra...
2010-08-18  Petr Machatadwarflint: Move more checks to the new dependency infra...
2010-08-18  Petr Machatadwarflint: Move more checks to the new dependency infra...
2010-08-18  Petr Machatadwarflint: More restructuring of checks
2010-08-18  Petr Machatadwarflint: Rename dwarflint.* to dwarflint-low.*
2010-08-18  Petr Machatadwarflint: Rewrite testing for better extensibility
2010-08-18  Petr Machatadwarflint: More moving code around
2010-08-18  Petr Machatadwarflint: Dissect dwarflint.c to modules
2010-08-18  Petr Machatadwarflint: Improve wording, drop dead code
2010-08-18  Petr Machatadwarflint: Use common code for C and C++ range_fmt
2010-08-18  Petr Machatadwarflint: Add test for ranges running off the scope
2010-08-18  Petr Machatadwarflint: Drop compilation-breaking stub
2010-08-18  Petr Machatadwarflint: C++ify coverage analysis
2010-08-18  Petr Machatadwarflint: Make pointers const/restrict where possible...
2010-08-18  Petr Machatadwarflint: coverage analysis header file bijou
2010-08-18  Petr Machatadwarflint: Add/adjust copyright notices
next