From 5102a42dbbd313551dec806dedcb2c4b41ca2549 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Fri, 29 Apr 2016 18:06:20 -0700 Subject: Update gdb to 7.11. Taken from NDK build 2824841. Bug: http://b/28244367 Change-Id: I61369cec1cf7da5b5f352e2c6b618887ab4d525c (cherry picked from commit 039a04d8a5dda0ffad38364a9de21e66843db1a4) --- share/gdb/python/gdb/function/__init__.py | 2 +- share/gdb/python/gdb/function/caller_is.py | 2 +- share/gdb/python/gdb/function/strfns.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'share/gdb/python/gdb/function') diff --git a/share/gdb/python/gdb/function/__init__.py b/share/gdb/python/gdb/function/__init__.py index 25ca285..5220787 100644 --- a/share/gdb/python/gdb/function/__init__.py +++ b/share/gdb/python/gdb/function/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 Free Software Foundation, Inc. +# Copyright (C) 2012-2016 Free Software Foundation, Inc. # 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 diff --git a/share/gdb/python/gdb/function/caller_is.py b/share/gdb/python/gdb/function/caller_is.py index 7a7be9d..5b89191 100644 --- a/share/gdb/python/gdb/function/caller_is.py +++ b/share/gdb/python/gdb/function/caller_is.py @@ -1,5 +1,5 @@ # Caller-is functions. -# Copyright (C) 2008-2015 Free Software Foundation, Inc. +# Copyright (C) 2008-2016 Free Software Foundation, Inc. # 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 diff --git a/share/gdb/python/gdb/function/strfns.py b/share/gdb/python/gdb/function/strfns.py index 0287c9a..06a37ad 100644 --- a/share/gdb/python/gdb/function/strfns.py +++ b/share/gdb/python/gdb/function/strfns.py @@ -1,5 +1,5 @@ # Useful gdb string convenience functions. -# Copyright (C) 2012-2015 Free Software Foundation, Inc. +# Copyright (C) 2012-2016 Free Software Foundation, Inc. # 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 -- cgit v1.2.3