X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fppc%2Fdebug.c;h=1ec279bac2ae8af7884e467db10630ca2d9f3635;hb=c88960d081f0b37ec03c66a13115e2a68e40d1ad;hp=5931d1e338a10d95b9742d0f7796013b38df1903;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/ppc/debug.c b/sim/ppc/debug.c index 5931d1e338..1ec279bac2 100644 --- a/sim/ppc/debug.c +++ b/sim/ppc/debug.c @@ -4,7 +4,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + along with this program; if not, see . */ @@ -28,6 +27,9 @@ #ifdef HAVE_STDLIB_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif int ppc_trace[nr_trace_options]; @@ -70,6 +72,8 @@ static trace_option_descriptor trace_description[] = { { trace_pass_device, "pass-device" }, { trace_phb_device, "phb-device" }, { trace_register_device, "register-device", "Device initializing registers" }, + { trace_sem_device, "sem-device" }, + { trace_shm_device, "shm-device" }, { trace_stack_device, "stack-device" }, { trace_vm_device, "vm-device" }, /* packages */