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

Somehow got dropped in earlier commit.

gdb/testsuite/ChangeLog:

	* gdb.python/py-lazy-string (pointer): Really add new typedef.
This commit is contained in:
Doug Evans 2017-03-16 10:43:21 -07:00
parent 2cc36e25db
commit 6ebac3fbac
2 changed files with 6 additions and 0 deletions

View 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

View 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 ()
{