- added more TARGET_HALTED checks for the read/write_memory handlers

- added new commands arm11 mrc and arm11 mcr to generate these instructions during debug
Thanks Michael Bruck

git-svn-id: svn://svn.berlios.de/openocd/trunk@477 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-03-08 17:28:28 +00:00
parent 21bc69bc37
commit ddd987502a
2 changed files with 152 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ else
OOCD_TRACE_FILES =
endif
CFLAGS += -Wall
INCLUDES = -I$(top_srcdir)/src/gdb -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/xsvf $(all_includes)
METASOURCES = AUTO
AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@