X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fhla_target.c;h=e02abc42eda227e3f26fe8055b598db1acba40c4;hb=da7459415079002a52f516a6d00a31474d61b495;hp=a05a99ff5fa83f3ab4b71406a32b14b23d0fd8f1;hpb=2d998c09446a230b669f0ea9771dabf2dbea2fe8;p=openocd.git diff --git a/src/target/hla_target.c b/src/target/hla_target.c index a05a99ff5f..e02abc42ed 100644 --- a/src/target/hla_target.c +++ b/src/target/hla_target.c @@ -18,9 +18,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -772,6 +770,9 @@ static const struct command_registration adapter_command_handlers[] = { { .chain = arm_command_handlers, }, + { + .chain = armv7m_trace_command_handlers, + }, COMMAND_REGISTRATION_DONE };