File tree 40 files changed +40
-40
lines changed
40 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 1
1
# Makefile.am -- Backtrace Makefile.
2
- # Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ # Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
4
4
# Redistribution and use in source and binary forms, with or without
5
5
# modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* alloc.c -- Memory allocation without mmap.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* allocfail.c -- Test for libbacktrace library
2
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
3
3
4
4
Redistribution and use in source and binary forms, with or without
5
5
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# allocfail.sh -- Test for libbacktrace library.
4
- # Copyright (C) 2018-2020 Free Software Foundation, Inc.
4
+ # Copyright (C) 2018-2021 Free Software Foundation, Inc.
5
5
6
6
# Redistribution and use in source and binary forms, with or without
7
7
# modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* atomic.c -- Support for atomic functions if not present.
2
- Copyright (C) 2013-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2013-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* backtrace-supported.h.in -- Whether stack backtrace is supported.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* backtrace.c -- Entry point for stack backtrace library.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* backtrace.h -- Public header file for stack backtrace library.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* btest.c -- Test for libbacktrace library
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
# configure.ac -- Backtrace configure script.
2
- # Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ # Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
4
4
# Redistribution and use in source and binary forms, with or without
5
5
# modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* dwarf.c -- Get file/line information from DWARF for backtraces.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* edtest.c -- Test for libbacktrace storage allocation stress handling
2
- Copyright (C) 2017-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2017-2021 Free Software Foundation, Inc.
3
3
4
4
Redistribution and use in source and binary forms, with or without
5
5
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* edtest2.c -- Test for libbacktrace storage allocation stress handling (p2)
2
- Copyright (C) 2017-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2017-2021 Free Software Foundation, Inc.
3
3
4
4
Redistribution and use in source and binary forms, with or without
5
5
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* elf.c -- Get debug data from an ELF file for backtraces.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* fileline.c -- Get file and line number information in a backtrace.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
3
3
# install-debug-info-for-buildid.sh -- Helper script for libbacktrace library
4
4
# testing.
5
- # Copyright (C) 2019-2020 Free Software Foundation, Inc.
5
+ # Copyright (C) 2019-2021 Free Software Foundation, Inc.
6
6
7
7
# Redistribution and use in source and binary forms, with or without
8
8
# modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* instrumented_alloc.c -- Memory allocation instrumented to fail when
2
2
requested, for testing purposes.
3
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
3
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
4
4
5
5
Redistribution and use in source and binary forms, with or without
6
6
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* internal.h -- Internal header file for stack backtrace library.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* elf.c -- Get debug data from a Mach-O file for backtraces.
2
- Copyright (C) 2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* mmap.c -- Memory allocation with mmap.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* mmapio.c -- File views using mmap.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* mtest.c -- Minidebug test for libbacktrace library
2
- Copyright (C) 2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* backtrace.c -- Entry point for stack backtrace library.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* pecoff.c -- Get debug data from a PE/COFFF file for backtraces.
2
- Copyright (C) 2015-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2015-2021 Free Software Foundation, Inc.
3
3
Adapted from elf.c by Tristan Gingold, AdaCore.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* posix.c -- POSIX file I/O routines for the backtrace library.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* print.c -- Print the current backtrace.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* read.c -- File views without mmap.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* simple.c -- The backtrace_simple function.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* sort.c -- Sort without allocating memory
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* state.c -- Create the backtrace state.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* stest.c -- Test for libbacktrace internal sort function
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* test_format.c -- Test for libbacktrace library
2
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
3
3
4
4
Redistribution and use in source and binary forms, with or without
5
5
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* testlib.c -- test functions for libbacktrace library
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* testlib.h -- Header for test functions for libbacktrace library
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* ttest.c -- Test for libbacktrace library
2
- Copyright (C) 2017-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2017-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* unittest.c -- Test for libbacktrace library
2
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
3
3
4
4
Redistribution and use in source and binary forms, with or without
5
5
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1
1
/* unknown.c -- used when backtrace configury does not know file format.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* xcoff.c -- Get debug data from an XCOFF file for backtraces.
2
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
3
3
Adapted from elf.c.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* xztest.c -- Test for libbacktrace LZMA decoder.
2
- Copyright (C) 2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/* ztest.c -- Test for libbacktrace inflate code.
2
- Copyright (C) 2017-2020 Free Software Foundation, Inc.
2
+ Copyright (C) 2017-2021 Free Software Foundation, Inc.
3
3
Written by Ian Lance Taylor, Google.
4
4
5
5
Redistribution and use in source and binary forms, with or without
You can’t perform that action at this time.
0 commit comments