Skip to content

Python/GDB compatibility issues #1

@fanbin

Description

@fanbin

Problem:
I tried to run gdb-dashboard on centos 6/7, but failed on both platforms.

Possible Reason:
It looks like centos 6's gdb uses python 2.6, which does not have subprocess.check_output supported, meanwhile centos 7 fails to work with the error as gdb module " 'module' object has no attribute 'COMPLETE_EXPRESSION' ".

Platform Information:
Centos 6's gdb links to python 2.7.6 and centos 6 links to python 2.6.6.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions