Skip to content
Snippets Groups Projects
Commit cdf6184d authored by Jan Trávníček's avatar Jan Trávníček
Browse files

acknowlegements

parent f53a6f73
No related branches found
No related tags found
No related merge requests found
...@@ -20,14 +20,8 @@ ...@@ -20,14 +20,8 @@
* MA 02110-1301, USA. */ * MA 02110-1301, USA. */
   
/* Derived from objdump.c and nm.c by Ulrich.Lauther@mchp.siemens.de /* Derived from objdump.c and nm.c by Ulrich.Lauther@mchp.siemens.de
* * modified for purposes of stacktrace generation by
* Usage: * jan.travnicek@fit.cvut.cz */
* addr2line [options] addr addr ...
* or
* addr2line [options]
*
* both forms write results to stdout, the second form reads addresses
* to be converted from stdin. */
   
#include "addr2line.h" #include "addr2line.h"
#include <bfd.h> #include <bfd.h>
......
/* addr2line.c -- convert addresses to line number and function name
* Copyright (C) 1997-2014 Free Software Foundation, Inc.
* Contributed by Ulrich Lauther <Ulrich.Lauther@mchp.siemens.de>
*
* This file is part of GNU Binutils.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, 51 Franklin Street - Fifth Floor, Boston,
* MA 02110-1301, USA. */
/* Derived from objdump.c and nm.c by Ulrich.Lauther@mchp.siemens.de
*
* Usage:
* addr2line [options] addr addr ...
* or
* addr2line [options]
*
* both forms write results to stdout, the second form reads addresses
* to be converted from stdin. */
#include <string> #include <string>
   
/* Process a file. Returns an exit value for main(). */ /* Process a file. Returns an exit value for main(). */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment