forked from Imagelibrary/binutils-gdb
import gdb-2000-01-17 snapshot
This commit is contained in:
@@ -78,4 +78,4 @@ extern char *sunpro_static_transform_name PARAMS ((char *));
|
||||
/* Macros to extract process id and thread id from a composite pid/tid */
|
||||
#define PIDGET(pid) ((pid) & 0xffff)
|
||||
#define TIDGET(pid) (((pid) >> 16) & 0xffff)
|
||||
|
||||
#define MERGEPID(pid, tid) (((tid) << 16) | (pid))
|
||||
|
||||
Reference in New Issue
Block a user