diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-11-22 20:54:00 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-11-22 20:54:00 +0100 |
commit | 199183d5babe50b05ef4b91e2bba390fa2d4bf06 (patch) | |
tree | 79add659e7449e7cda88a3149289e578f04cea0a /Makefile.am | |
parent | 99db2ac14d503cefeaff7b3555e3692dea901fd4 (diff) | |
download | gnumach-199183d5babe50b05ef4b91e2bba390fa2d4bf06.tar.gz gnumach-199183d5babe50b05ef4b91e2bba390fa2d4bf06.tar.bz2 gnumach-199183d5babe50b05ef4b91e2bba390fa2d4bf06.zip |
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.am | 2 |
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 \ |