Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
cdf6184d
Commit
cdf6184d
authored
10 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
acknowlegements
parent
f53a6f73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alib2/src/std/addr2line.cpp
+2
-8
2 additions, 8 deletions
alib2/src/std/addr2line.cpp
alib2/src/std/addr2line.h
+0
-31
0 additions, 31 deletions
alib2/src/std/addr2line.h
with
2 additions
and
39 deletions
alib2/src/std/addr2line.cpp
+
2
−
8
View file @
cdf6184d
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
alib2/src/std/addr2line.h
+
0
−
31
View file @
cdf6184d
/* 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(). */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment