简体   繁体   中英

A Python Exception error in gdb 7.10

I have installed gdb 7.10 under Ubuntu 14.04 by compiling from the source as detailed in this answer (with the only exception that I copied the executable into /usr/bin ). When I execute commands in gdb , I get the following error:

Python Exception <type 'exceptions.NameError'> Installation error: gdb.execute_unwinders function is missing: 

What can I do to get rid of it?

What can I do to get rid of it?

GDB wants to install more than just the GDB binary. To make a complete installation, remove /usr/bin/gdb and do make install .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM