import gdb-2000-01-10 snapshot

This commit is contained in:
Jason Molenda
2000-01-11 03:07:37 +00:00
parent 3b7c8b7414
commit 0d06e24ba7
29 changed files with 1163 additions and 721 deletions

View File

@@ -46,18 +46,4 @@ extern char *sunpro_static_transform_name PARAMS ((char *));
#define PIDGET(pid) ((pid) & 0xffff)
#define TIDGET(pid) (((pid) >> 16) & 0xffff)
/* Macro to extract carry from given regset. */
#define PS_FLAG_CARRY 0x1 /* Carry bit in PS */
#define PROCFS_GET_CARRY(regset) ((regset)[EFL] & PS_FLAG_CARRY)
#ifdef HAVE_THREAD_DB_LIB
extern char *solaris_pid_to_str PARAMS ((int pid));
#else
extern char *procfs_pid_to_str PARAMS ((int pid));
#endif
#endif /* ifndef TM_I386SOL2_H */