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
5496ee0a
Commit
5496ee0a
authored
Jan 04, 2021
by
Jakub Jelinek
Committed by
Ian Lance Taylor
Jan 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years.
parent
1da441c1
Show whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
40 additions
and
40 deletions
+40
-40
Makefile.am
Makefile.am
+1
-1
alloc.c
alloc.c
+1
-1
allocfail.c
allocfail.c
+1
-1
allocfail.sh
allocfail.sh
+1
-1
atomic.c
atomic.c
+1
-1
backtrace-supported.h.in
backtrace-supported.h.in
+1
-1
backtrace.c
backtrace.c
+1
-1
backtrace.h
backtrace.h
+1
-1
btest.c
btest.c
+1
-1
configure.ac
configure.ac
+1
-1
dwarf.c
dwarf.c
+1
-1
edtest.c
edtest.c
+1
-1
edtest2.c
edtest2.c
+1
-1
elf.c
elf.c
+1
-1
fileline.c
fileline.c
+1
-1
install-debuginfo-for-buildid.sh.in
install-debuginfo-for-buildid.sh.in
+1
-1
instrumented_alloc.c
instrumented_alloc.c
+1
-1
internal.h
internal.h
+1
-1
macho.c
macho.c
+1
-1
mmap.c
mmap.c
+1
-1
mmapio.c
mmapio.c
+1
-1
mtest.c
mtest.c
+1
-1
nounwind.c
nounwind.c
+1
-1
pecoff.c
pecoff.c
+1
-1
posix.c
posix.c
+1
-1
print.c
print.c
+1
-1
read.c
read.c
+1
-1
simple.c
simple.c
+1
-1
sort.c
sort.c
+1
-1
state.c
state.c
+1
-1
stest.c
stest.c
+1
-1
test_format.c
test_format.c
+1
-1
testlib.c
testlib.c
+1
-1
testlib.h
testlib.h
+1
-1
ttest.c
ttest.c
+1
-1
unittest.c
unittest.c
+1
-1
unknown.c
unknown.c
+1
-1
xcoff.c
xcoff.c
+1
-1
xztest.c
xztest.c
+1
-1
ztest.c
ztest.c
+1
-1
No files found.
Makefile.am
View file @
5496ee0a
# Makefile.am -- Backtrace Makefile.
# Makefile.am -- Backtrace Makefile.
# Copyright (C) 2012-202
0
Free Software Foundation, Inc.
# Copyright (C) 2012-202
1
Free Software Foundation, Inc.
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# modification, are permitted provided that the following conditions are
...
...
alloc.c
View file @
5496ee0a
/* alloc.c -- Memory allocation without mmap.
/* alloc.c -- Memory allocation without mmap.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
allocfail.c
View file @
5496ee0a
/* allocfail.c -- Test for libbacktrace library
/* allocfail.c -- Test for libbacktrace library
Copyright (C) 2018-202
0
Free Software Foundation, Inc.
Copyright (C) 2018-202
1
Free Software Foundation, Inc.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
allocfail.sh
View file @
5496ee0a
#!/bin/sh
#!/bin/sh
# allocfail.sh -- Test for libbacktrace library.
# allocfail.sh -- Test for libbacktrace library.
# Copyright (C) 2018-202
0
Free Software Foundation, Inc.
# Copyright (C) 2018-202
1
Free Software Foundation, Inc.
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# modification, are permitted provided that the following conditions are
...
...
atomic.c
View file @
5496ee0a
/* atomic.c -- Support for atomic functions if not present.
/* atomic.c -- Support for atomic functions if not present.
Copyright (C) 2013-202
0
Free Software Foundation, Inc.
Copyright (C) 2013-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
backtrace-supported.h.in
View file @
5496ee0a
/* backtrace-supported.h.in -- Whether stack backtrace is supported.
/* backtrace-supported.h.in -- Whether stack backtrace is supported.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
backtrace.c
View file @
5496ee0a
/* backtrace.c -- Entry point for stack backtrace library.
/* backtrace.c -- Entry point for stack backtrace library.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
backtrace.h
View file @
5496ee0a
/* backtrace.h -- Public header file for stack backtrace library.
/* backtrace.h -- Public header file for stack backtrace library.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
btest.c
View file @
5496ee0a
/* btest.c -- Test for libbacktrace library
/* btest.c -- Test for libbacktrace library
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
configure.ac
View file @
5496ee0a
# configure.ac -- Backtrace configure script.
# configure.ac -- Backtrace configure script.
# Copyright (C) 2012-202
0
Free Software Foundation, Inc.
# Copyright (C) 2012-202
1
Free Software Foundation, Inc.
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# modification, are permitted provided that the following conditions are
...
...
dwarf.c
View file @
5496ee0a
/* dwarf.c -- Get file/line information from DWARF for backtraces.
/* dwarf.c -- Get file/line information from DWARF for backtraces.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
edtest.c
View file @
5496ee0a
/* edtest.c -- Test for libbacktrace storage allocation stress handling
/* edtest.c -- Test for libbacktrace storage allocation stress handling
Copyright (C) 2017-202
0
Free Software Foundation, Inc.
Copyright (C) 2017-202
1
Free Software Foundation, Inc.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
edtest2.c
View file @
5496ee0a
/* edtest2.c -- Test for libbacktrace storage allocation stress handling (p2)
/* edtest2.c -- Test for libbacktrace storage allocation stress handling (p2)
Copyright (C) 2017-202
0
Free Software Foundation, Inc.
Copyright (C) 2017-202
1
Free Software Foundation, Inc.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
elf.c
View file @
5496ee0a
/* elf.c -- Get debug data from an ELF file for backtraces.
/* elf.c -- Get debug data from an ELF file for backtraces.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
fileline.c
View file @
5496ee0a
/* fileline.c -- Get file and line number information in a backtrace.
/* fileline.c -- Get file and line number information in a backtrace.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
install-debuginfo-for-buildid.sh.in
View file @
5496ee0a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# install-debug-info-for-buildid.sh -- Helper script for libbacktrace library
# install-debug-info-for-buildid.sh -- Helper script for libbacktrace library
# testing.
# testing.
# Copyright (C) 2019-202
0
Free Software Foundation, Inc.
# Copyright (C) 2019-202
1
Free Software Foundation, Inc.
# Redistribution and use in source and binary forms, with or without
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# modification, are permitted provided that the following conditions are
...
...
instrumented_alloc.c
View file @
5496ee0a
/* instrumented_alloc.c -- Memory allocation instrumented to fail when
/* instrumented_alloc.c -- Memory allocation instrumented to fail when
requested, for testing purposes.
requested, for testing purposes.
Copyright (C) 2018-202
0
Free Software Foundation, Inc.
Copyright (C) 2018-202
1
Free Software Foundation, Inc.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
internal.h
View file @
5496ee0a
/* internal.h -- Internal header file for stack backtrace library.
/* internal.h -- Internal header file for stack backtrace library.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
macho.c
View file @
5496ee0a
/* elf.c -- Get debug data from a Mach-O file for backtraces.
/* elf.c -- Get debug data from a Mach-O file for backtraces.
Copyright (C) 2020 Free Software Foundation, Inc.
Copyright (C) 2020
-2021
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
mmap.c
View file @
5496ee0a
/* mmap.c -- Memory allocation with mmap.
/* mmap.c -- Memory allocation with mmap.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
mmapio.c
View file @
5496ee0a
/* mmapio.c -- File views using mmap.
/* mmapio.c -- File views using mmap.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
mtest.c
View file @
5496ee0a
/* mtest.c -- Minidebug test for libbacktrace library
/* mtest.c -- Minidebug test for libbacktrace library
Copyright (C) 2020 Free Software Foundation, Inc.
Copyright (C) 2020
-2021
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
nounwind.c
View file @
5496ee0a
/* backtrace.c -- Entry point for stack backtrace library.
/* backtrace.c -- Entry point for stack backtrace library.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
pecoff.c
View file @
5496ee0a
/* pecoff.c -- Get debug data from a PE/COFFF file for backtraces.
/* pecoff.c -- Get debug data from a PE/COFFF file for backtraces.
Copyright (C) 2015-202
0
Free Software Foundation, Inc.
Copyright (C) 2015-202
1
Free Software Foundation, Inc.
Adapted from elf.c by Tristan Gingold, AdaCore.
Adapted from elf.c by Tristan Gingold, AdaCore.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
posix.c
View file @
5496ee0a
/* posix.c -- POSIX file I/O routines for the backtrace library.
/* posix.c -- POSIX file I/O routines for the backtrace library.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
print.c
View file @
5496ee0a
/* print.c -- Print the current backtrace.
/* print.c -- Print the current backtrace.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
read.c
View file @
5496ee0a
/* read.c -- File views without mmap.
/* read.c -- File views without mmap.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
simple.c
View file @
5496ee0a
/* simple.c -- The backtrace_simple function.
/* simple.c -- The backtrace_simple function.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
sort.c
View file @
5496ee0a
/* sort.c -- Sort without allocating memory
/* sort.c -- Sort without allocating memory
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
state.c
View file @
5496ee0a
/* state.c -- Create the backtrace state.
/* state.c -- Create the backtrace state.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
stest.c
View file @
5496ee0a
/* stest.c -- Test for libbacktrace internal sort function
/* stest.c -- Test for libbacktrace internal sort function
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
test_format.c
View file @
5496ee0a
/* test_format.c -- Test for libbacktrace library
/* test_format.c -- Test for libbacktrace library
Copyright (C) 2018-202
0
Free Software Foundation, Inc.
Copyright (C) 2018-202
1
Free Software Foundation, Inc.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
testlib.c
View file @
5496ee0a
/* testlib.c -- test functions for libbacktrace library
/* testlib.c -- test functions for libbacktrace library
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
testlib.h
View file @
5496ee0a
/* testlib.h -- Header for test functions for libbacktrace library
/* testlib.h -- Header for test functions for libbacktrace library
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
ttest.c
View file @
5496ee0a
/* ttest.c -- Test for libbacktrace library
/* ttest.c -- Test for libbacktrace library
Copyright (C) 2017-202
0
Free Software Foundation, Inc.
Copyright (C) 2017-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
unittest.c
View file @
5496ee0a
/* unittest.c -- Test for libbacktrace library
/* unittest.c -- Test for libbacktrace library
Copyright (C) 2018-202
0
Free Software Foundation, Inc.
Copyright (C) 2018-202
1
Free Software Foundation, Inc.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
unknown.c
View file @
5496ee0a
/* unknown.c -- used when backtrace configury does not know file format.
/* unknown.c -- used when backtrace configury does not know file format.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
xcoff.c
View file @
5496ee0a
/* xcoff.c -- Get debug data from an XCOFF file for backtraces.
/* xcoff.c -- Get debug data from an XCOFF file for backtraces.
Copyright (C) 2012-202
0
Free Software Foundation, Inc.
Copyright (C) 2012-202
1
Free Software Foundation, Inc.
Adapted from elf.c.
Adapted from elf.c.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
xztest.c
View file @
5496ee0a
/* xztest.c -- Test for libbacktrace LZMA decoder.
/* xztest.c -- Test for libbacktrace LZMA decoder.
Copyright (C) 2020 Free Software Foundation, Inc.
Copyright (C) 2020
-2021
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
ztest.c
View file @
5496ee0a
/* ztest.c -- Test for libbacktrace inflate code.
/* ztest.c -- Test for libbacktrace inflate code.
Copyright (C) 2017-202
0
Free Software Foundation, Inc.
Copyright (C) 2017-202
1
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
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