Mercurial > flash_v2
comparison packages/hal/common/current/include/dbg-thread-syscall.h @ 64:c38311975d4f ecos-sw-2000-01-28
Merge from eCos master repository on 2000-01-28-04:28:11-GMT
| author | jlarmour |
|---|---|
| date | Fri, 28 Jan 2000 04:59:39 +0000 |
| parents | d376b777e2ce |
| children | bf00f99aec69 |
comparison
equal
deleted
inserted
replaced
| 63:119e6e57c342 | 64:c38311975d4f |
|---|---|
| 1 //======================================================================== | |
| 2 // | |
| 3 // dbg-thread-syscall.h | |
| 4 // | |
| 5 // Supports thread-aware debugging | |
| 6 // | |
| 7 //======================================================================== | |
| 8 //####COPYRIGHTBEGIN#### | |
| 9 // | |
| 10 // ------------------------------------------- | |
| 11 // The contents of this file are subject to the Red Hat eCos Public License | |
| 12 // Version 1.0 (the "License"); you may not use this file except in | |
| 13 // compliance with the License. You may obtain a copy of the License at | |
| 14 // http://sourceware.cygnus.com/ecos | |
| 15 // | |
| 16 // Software distributed under the License is distributed on an | |
| 17 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 18 // License for the specific language governing rights and limitations under | |
| 19 // the License. | |
| 20 // | |
| 21 // The Original Code is eCos - Embedded Configurable Operating System, | |
| 22 // released September 30, 1998. | |
| 23 // | |
| 24 // The Initial Developer of the Original Code is Red Hat. | |
| 25 // Portions created by Red Hat are | |
| 26 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | |
| 27 // All Rights Reserved. | |
| 28 // ------------------------------------------- | |
| 29 // | |
| 30 //####COPYRIGHTEND#### | |
| 31 //======================================================================== | |
| 32 //#####DESCRIPTIONBEGIN#### | |
| 33 // | |
| 34 // Author(s): Red Hat, nickg | |
| 35 // Contributors: Red Hat, nickg | |
| 36 // Date: 1998-08-25 | |
| 37 // Purpose: | |
| 38 // Description: Supports thread-aware debugging | |
| 39 // Usage: This header is not to be included by user code. | |
| 40 // This file should be included only by | |
| 41 // thread-syscall-relay.c and dbg-thread-demux.c | |
| 42 // | |
| 43 //####DESCRIPTIONEND#### | |
| 44 // | |
| 45 //======================================================================== | |
| 1 | 46 |
| 2 /* | |
| 3 * Copyright (c) 1998,1999 Cygnus Solutions | |
| 4 * | |
| 5 * The authors hereby grant permission to use, copy, modify, distribute, | |
| 6 * and license this software and its documentation for any purpose, provided | |
| 7 * that existing copyright notices are retained in all copies and that this | |
| 8 * notice is included verbatim in any distributions. No written agreement, | |
| 9 * license, or royalty fee is required for any of the authorized uses. | |
| 10 * Modifications to this software may be copyrighted by their authors | |
| 11 * and need not follow the licensing terms described here, provided that | |
| 12 * the new terms are clearly indicated on the first page of each file where | |
| 13 * they apply. | |
| 14 */ | |
| 15 | |
| 16 /* This file should be included only by | |
| 17 thread-syscall-relay.c and | |
| 18 dbg-thread-demux.c | |
| 19 */ | |
| 20 | |
| 21 | |
| 22 | 47 |
| 23 enum dbg_syscall_ids | 48 enum dbg_syscall_ids |
| 24 { | 49 { |
| 25 dbg_null_func , | 50 dbg_null_func , |
| 26 dbg_capabilities_func, | 51 dbg_capabilities_func, |
