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] sim: arm: convert to nrun


Nick: could you give this a look over ?  It passes sim tests still, and
the interface (command line & gdb) look ok ...

Mike Frysinger (4):
  sim: arm: use common configure options
  sim: arm: clean up misc warnings
  sim: arm: delete NEED_UI_LOOP_HOOK handling
  sim: arm: convert to nrun

 sim/arm/ChangeLog    |  53 ++++++
 sim/arm/Makefile.in  |  17 +-
 sim/arm/armemu.c     |  24 +--
 sim/arm/armemu.h     |  51 ++---
 sim/arm/armsupp.c    |   5 +-
 sim/arm/bag.c        |   6 +-
 sim/arm/config.in    |  15 ++
 sim/arm/configure    | 528 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 sim/arm/configure.ac |   7 +
 sim/arm/maverick.c   |  49 -----
 sim/arm/sim-main.h   |  56 ++++++
 sim/arm/wrapper.c    | 236 ++++++++---------------
 12 files changed, 776 insertions(+), 271 deletions(-)
 create mode 100644 sim/arm/sim-main.h

-- 
2.3.4


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