|
GDB (xrefs)
|
Functions | |
| def | get_pub_info (filename, readelf_option) |
| def | get_gdb_index (filename) |
| def | CheckSets (list0, list1, name0, name1) |
| def | find_executables () |
| def | main (argv) |
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.
References len.
Referenced by main().
| def test_pubnames_and_indexes.find_executables | ( | ) |
Find the copies of readelf, objcopy and gdb to use.
Definition at line 124 of file test_pubnames_and_indexes.py.
Referenced by main().
| 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.
Referenced by main().
| 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.
References len.
Referenced by main().
| def test_pubnames_and_indexes.main | ( | argv | ) |
The main subprogram.
Definition at line 150 of file test_pubnames_and_indexes.py.
References CheckSets(), find_executables(), get_gdb_index(), get_pub_info(), and len.
| string test_pubnames_and_indexes.__author__ = 'saugustine@google.com (Sterling Augustine)' |
Definition at line 42 of file test_pubnames_and_indexes.py.
| test_pubnames_and_indexes.GDB = None |
Definition at line 50 of file test_pubnames_and_indexes.py.
| test_pubnames_and_indexes.OBJCOPY = None |
Definition at line 48 of file test_pubnames_and_indexes.py.
| test_pubnames_and_indexes.READELF = None |
Definition at line 49 of file test_pubnames_and_indexes.py.
1.8.10