summaryrefslogtreecommitdiff
path: root/binutils/addr2line.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy memory on addr2line failuresAlan Modra2023-03-301-0/+3
* Downgrade addr2line fatal errors to non-fatalAlan Modra2023-03-061-5/+14
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Always free matching vector from bfd_check_format_matchesAlan Modra2022-06-161-4/+1
* Support symbol+offset lookup in addr2lineAndi Kleen2022-02-031-6/+69
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* C99 binutils configuryAlan Modra2021-04-051-3/+1
* Use bool in binutilsAlan Modra2021-03-311-17/+17
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra2020-05-211-7/+3
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-5/+5
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton2018-12-071-2/+17
* BFD_INIT_MAGICAlan Modra2018-10-151-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fixes for memory access violations triggered by running addr2line on fuzzed b...Nick Clifton2015-01-271-0/+8
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-0/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * addr2line.c (slurp_symtab): If canonicalization reveals thatNick Clifton2013-03-151-0/+11
* PR binutils/15026Nick Clifton2013-01-181-1/+6
* 2012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant2012-07-241-5/+13
* * addr2line.c (translate_addresses): Truncate input addresses toAlan Modra2012-06-011-8/+14
* 2011-10-13 Nick Clifton <nickc@redhat.com>Nick Clifton2011-10-131-1/+13
* 2011-03-30 Catherine Moore <clm@codesourcery.com>Catherine Moore2011-03-301-0/+9
* Add compressed debug section support to binutils and ld.H.J. Lu2010-10-291-0/+3
* 2009-12-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-12-101-40/+58
* 2009-12-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-12-091-1/+14
* * addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.Alan Modra2009-10-011-5/+15
* Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-101-4/+5
* update copyright datesAlan Modra2009-09-021-1/+1
* Change sources over to using GPLv3Nick Clifton2007-07-051-2/+4
* bfd/Alan Modra2007-04-261-3/+1
* * budemang.c: Delete.Alan Modra2007-04-191-3/+3
* top level:Joseph Myers2007-02-171-2/+2
* PR binutils/3001Nick Clifton2006-08-061-7/+6
* * addr2line.c (long_options): Add new option 'section'.Eric Botcazou2006-04-051-13/+54
* * addr2line.c (usage): Document @file.Mark Mitchell2005-10-031-0/+1
* * addr2line.c (main): Likewise.Mark Mitchell2005-09-301-0/+2
* Approved by nickc@redhat.com:Fred Fish2005-05-231-30/+43
* Update FSF addressNick Clifton2005-05-081-1/+1
* Add a check for <unistd.h> providing a prototype for getopt() which is compat...Nick Clifton2005-03-311-0/+1
* * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra2004-06-151-2/+2
* Use consistent error messages for missing files.Nick Clifton2003-11-071-0/+3
* * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger2003-09-141-27/+18
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-10/+10
* Read in dynamic symbols if no ordinary ones are available.Nick Clifton2002-10-071-7/+4