GDB (API)
|
Functions | |
def | get_pub_info |
def | get_gdb_index |
def | CheckSets |
def | find_executables |
def | main |
Variables | |
string | __author__ = 'saugustine@google.com (Sterling Augustine)' |
OBJCOPY = None | |
READELF = None | |
GDB = None |
def test_pubnames_and_indexes.CheckSets | ( | list0, | |
list1, | |||
name0, | |||
name1 | |||
) |
Report any setwise differences between the two lists
Definition at line 95 of file test_pubnames_and_indexes.py.
Find the copies of readelf, objcopy and gdb to use.
Definition at line 124 of file test_pubnames_and_indexes.py.
def test_pubnames_and_indexes.get_gdb_index | ( | filename | ) |
Use readelf to dump the gdb index and collect the types and names
Definition at line 76 of file test_pubnames_and_indexes.py.
def test_pubnames_and_indexes.get_pub_info | ( | filename, | |
readelf_option | |||
) |
Parse and return all the pubnames or pubtypes produced by readelf with the given option.
Definition at line 52 of file test_pubnames_and_indexes.py.
def test_pubnames_and_indexes.main | ( | argv | ) |
The main subprogram.
Definition at line 150 of file test_pubnames_and_indexes.py.
string test_pubnames_and_indexes::__author__ = 'saugustine@google.com (Sterling Augustine)' |
Definition at line 42 of file test_pubnames_and_indexes.py.
Definition at line 50 of file test_pubnames_and_indexes.py.
Definition at line 48 of file test_pubnames_and_indexes.py.
Definition at line 49 of file test_pubnames_and_indexes.py.