summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2009-11-22 20:54:00 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2009-11-22 20:54:00 +0100
commit199183d5babe50b05ef4b91e2bba390fa2d4bf06 (patch)
tree79add659e7449e7cda88a3149289e578f04cea0a /Makefile.am
parent99db2ac14d503cefeaff7b3555e3692dea901fd4 (diff)
Show command lines in task list
* Makefile.am (clib_routines): Add memcmp. * i386/i386/db_machdep.h (DB_GNUMACH_TASK_NAME): New macro. * i386/i386/db_interface.c (GNU): New macro. [GNU] (looks_like_command): New function. (db_task_name): When task map is kernel_pmap, return DB_GNUMACH_TASK_NAME. [GNU] (db_task_name): Use a GNU/Hurd-specific heuristic to get argv[] of a task.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d6fbb54f..25fd4035 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -133,7 +133,7 @@ noinst_PROGRAMS += \
gnumach.o
# This is the list of routines we decide is OK to steal from the C library.
-clib_routines := memcpy memmove memset bcopy bzero \
+clib_routines := memcmp memcpy memmove memset bcopy bzero \
strchr strstr strsep strpbrk strtok \
htonl htons ntohl ntohs \
udivdi3 __udivdi3 \