This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Minor dwarf2read cleanups


Hello,

the following two patches do minor cleanups in dwarf2read to
streamline the naming schema and to constify the argument passed 
to dwarf form predicate functions.

 -Sanimir

Sanimir Agovic (2):
  cleanup: rename is_ref_attr to attr_form_is_ref
  cleanup: constify argument passed to dwarf form predicates

 gdb/dwarf2read.c |   77 +++++++++++++++++++++++++++--------------------------
 1 files changed, 39 insertions(+), 38 deletions(-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]