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/4] Some cleanups in agent expression generation functions


While working with the agent expression generation code, I found that some
parameters were unused or unnecessary.  This patches cleans that up.

Simon Marchi (4):
  ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused
    parameters
  ax-gdb: Remove two unused agent_expr *ax parameters
  ax-gdb: Remove unnecessary gdbarch parameters
  ax-gdb: Remove more unused arguments

 gdb/ax-gdb.c    | 250 +++++++++++++++++++++++++-------------------------------
 gdb/dwarf2loc.c |  31 ++++---
 gdb/dwarf2loc.h |   1 -
 gdb/symtab.h    |   4 +-
 4 files changed, 130 insertions(+), 156 deletions(-)

-- 
2.7.4


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