git: 5d62025d82a0 - main - bhyve: Do not define GDB_LOG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 May 2024 16:11:19 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=5d62025d82a0be928f98778d54b25ad89edbb835 commit 5d62025d82a0be928f98778d54b25ad89edbb835 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-05-08 16:06:22 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-05-08 16:11:09 +0000 bhyve: Do not define GDB_LOG This had been added for debugging and shouldn't have been committed. Fixes: f81cdf24ba54 ("bhyve: Add support for XML register definitions") MFC after: 3 days --- usr.sbin/bhyve/gdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bhyve/gdb.c b/usr.sbin/bhyve/gdb.c index fbd62413e2c2..479ad407dbef 100644 --- a/usr.sbin/bhyve/gdb.c +++ b/usr.sbin/bhyve/gdb.c @@ -192,7 +192,6 @@ static const struct gdb_reg { { .id = VM_REG_GUEST_EFER, .size = 8 }, }; -#define GDB_LOG #ifdef GDB_LOG #include <stdarg.h> #include <stdio.h>