gdb.python/py-lazy-string (pointer): Really add new typedef.
authorDoug Evans <dje@google.com>
Thu, 16 Mar 2017 17:43:21 +0000 (10:43 -0700)
committerDoug Evans <dje@google.com>
Thu, 16 Mar 2017 17:43:21 +0000 (10:43 -0700)
Somehow got dropped in earlier commit.

gdb/testsuite/ChangeLog:

* gdb.python/py-lazy-string (pointer): Really add new typedef.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-lazy-string.c

index aa07cb0..8a3096f 100644 (file)
@@ -1,3 +1,7 @@
+2017-03-16  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-lazy-string (pointer): Really add new typedef.
+
 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * gdb.cp/m-static.exp: Fix expectation for prototype of
index 41011ce..8d90d6d 100644 (file)
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+typedef const char* pointer;
+
 int
 main ()
 {