summaryrefslogtreecommitdiffstats
path: root/share/gdb/python/gdb/function
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-04-29 18:06:20 -0700
committerJosh Gao <jmgao@google.com>2016-04-29 18:48:31 -0700
commit5102a42dbbd313551dec806dedcb2c4b41ca2549 (patch)
treeae775a6a70c7c350fa9eeb9a9dd6c191ec041b9a /share/gdb/python/gdb/function
parent0eac5d899bac5ad9180ff04f80cd2edb5ffa3f19 (diff)
downloadplatform_prebuilts_gdb_linux-x86-5102a42dbbd313551dec806dedcb2c4b41ca2549.tar.gz
platform_prebuilts_gdb_linux-x86-5102a42dbbd313551dec806dedcb2c4b41ca2549.tar.bz2
platform_prebuilts_gdb_linux-x86-5102a42dbbd313551dec806dedcb2c4b41ca2549.zip
Update gdb to 7.11.nougat-dev
Taken from NDK build 2824841. Bug: http://b/28244367 Change-Id: I61369cec1cf7da5b5f352e2c6b618887ab4d525c (cherry picked from commit 039a04d8a5dda0ffad38364a9de21e66843db1a4)
Diffstat (limited to 'share/gdb/python/gdb/function')
-rw-r--r--share/gdb/python/gdb/function/__init__.py2
-rw-r--r--share/gdb/python/gdb/function/caller_is.py2
-rw-r--r--share/gdb/python/gdb/function/strfns.py2
3 files changed, 3 insertions, 3 deletions
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