aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-07-24 09:32:29 -0600
committerTom Tromey <tromey@adacore.com>2024-07-24 13:35:11 -0600
commit5e7a9b5da47bc83d4dc5ff19ef08da008253ebf7 (patch)
treef0573dee18d461e8fd54d70263a48739d0618ddd
parent75ece951b544fa1b530340cfa8a04bfb6f5bbaae (diff)
downloadgdb-5e7a9b5da47bc83d4dc5ff19ef08da008253ebf7.zip
gdb-5e7a9b5da47bc83d4dc5ff19ef08da008253ebf7.tar.gz
gdb-5e7a9b5da47bc83d4dc5ff19ef08da008253ebf7.tar.bz2
Remove redundant macro definitions from remote.c
I happened to notice that a few macros are defined twice in remote.c. This patch removes one copy. Tested by rebuilding. Reviewed-By: Tom de Vries <tdevries@suse.de>
-rw-r--r--gdb/remote.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 0fd45cc..4948a54 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -3378,17 +3378,6 @@ struct gdb_ext_thread_info
whatever. */
};
-/* The volume of remote transfers can be limited by submitting
- a mask containing bits specifying the desired information.
- Use a union of these values as the 'selection' parameter to
- get_thread_info. FIXME: Make these TAG names more thread specific. */
-
-#define TAG_THREADID 1
-#define TAG_EXISTS 2
-#define TAG_DISPLAY 4
-#define TAG_THREADNAME 8
-#define TAG_MOREDISPLAY 16
-
#define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES * 2)
static const char *unpack_nibble (const char *buf, int *val);