comparison packages/kernel/current/src/debug/dbg-thread-demux.c @ 143:6b5f480c6929 ecos-sw-2000-12-08

Merge from eCos master repository on 2000-12-08-02:09:36-GMT
author jlarmour
date Fri, 08 Dec 2000 03:30:06 +0000
parents c37d3a9e1b28
children e0c0827131d1
comparison
equal deleted inserted replaced
142:12eccf9656f3 143:6b5f480c6929
130 } 130 }
131 CYGARC_HAL_RESTORE_GP(); 131 CYGARC_HAL_RESTORE_GP();
132 return ret; 132 return ret;
133 } 133 }
134 134
135
136 // Note: This constant is the same as the one defined in hal_if.h:
137 // #define CYGNUM_CALL_IF_DBG_SYSCALL 15
138 // But we don't have the hal_if on all the platforms we support this
139 // intercalling on. Maintaining backwards compatibility is so much fun!
140
135 #define DBG_SYSCALL_THREAD_VEC_NUM 15 141 #define DBG_SYSCALL_THREAD_VEC_NUM 15
136 142
137 #ifdef CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 143 #ifdef CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
138 144
139 #ifdef CYGPKG_HAL_SPARCLITE_SLEB 145 #ifdef CYGPKG_HAL_SPARCLITE_SLEB