Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libbacktrace
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
libbacktrace
Commits
051ecb46
Commit
051ecb46
authored
Jan 24, 2018
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: mention XCOFF, call this version 1.0
Fixes #1
parent
b0d69033
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
README.md
README.md
+5
-2
No files found.
README.md
View file @
051ecb46
# libbacktrace
# libbacktrace
A C library that may be linked into a C/C++ program to produce symbolic backtraces
A C library that may be linked into a C/C++ program to produce symbolic backtraces
Initially written by Ian Lance Taylor
<iant@golang.org>
Initially written by Ian Lance Taylor
<iant@golang.org>
.
This is version 1.0.
It is likely that this will always be version 1.0.
The libbacktrace library may be linked into a program or library and
The libbacktrace library may be linked into a program or library and
used to produce symbolic backtraces.
used to produce symbolic backtraces.
...
@@ -20,7 +23,7 @@ will work.
...
@@ -20,7 +23,7 @@ will work.
See the source file backtrace-supported.h.in for the macros that it
See the source file backtrace-supported.h.in for the macros that it
defines.
defines.
As of
September 2016, libbacktrace only supports ELF and PE/
COFF
As of
January 2018, libbacktrace only supports ELF, PE/COFF, and X
COFF
executables with DWARF debugging information.
executables with DWARF debugging information.
The library is written to make it straightforward to add support for
The library is written to make it straightforward to add support for
other object file and debugging formats.
other object file and debugging formats.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment