Rename some functions, index -> gdb_index
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 12 Jun 2018 01:51:25 +0000 (21:51 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Jun 2018 01:51:26 +0000 (21:51 -0400)
commit7b23e0874de0b15fdb33fdd2e8c3563ff67a4f60
tree3ffb50b6f880eaa762498aba44cfe2cfea7ef32c
parent69c67a0b2a93ba8c431d1ebb90d57a1e4d0ec3a1
Rename some functions, index -> gdb_index

Since we now have two index formats, DWARF5/debug_names and gdb_index, I
wanted to rename some functions to make it clear that they deal with the
gdb_index format specifically.

gdb/ChangeLog:

* dwarf2read.c (read_index_from_section): Rename to...
(read_gdb_index_from_section): ... this, update all callers.
(dwarf2_read_index): Rename to...
(dwarf2_read_gdb_index): ... this, update all callers.
gdb/ChangeLog
gdb/dwarf2read.c
This page took 0.025318 seconds and 4 git commands to generate.