* [Buildroot] [PATCH] gdb: enable host-gdb on aarch64
@ 2015-10-20 13:20 Alex Suykov
2015-10-20 14:35 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Alex Suykov @ 2015-10-20 13:20 UTC (permalink / raw)
To: buildroot
gdb has full support for aarch64 since version 7.6,
current minimum is 7.7.1.
Target build was re-enabled over a year ago, but host-gdb was not.
Related commits:
0e49733b306b353aad3a29a2c7a6faf25841ef0b gdb disabled for aarch64
4372449a4f8e16f763c7d5a0c125ca015a7cbef6 target-gdb re-enabled
Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
---
package/gdb/Config.in.host | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index b66e742..b65dd52 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -4,7 +4,7 @@ config BR2_PACKAGE_HOST_GDB
# allow to build a cross-gdb, as the one of the external
# toolchain should be used.
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
- depends on !BR2_aarch64 && !BR2_nios2
+ depends on !BR2_nios2
help
Build a cross gdb that runs on the host machine and debugs
programs running on the target. It requires 'gdbserver'
--
2.0.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] gdb: enable host-gdb on aarch64
2015-10-20 13:20 [Buildroot] [PATCH] gdb: enable host-gdb on aarch64 Alex Suykov
@ 2015-10-20 14:35 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-10-20 14:35 UTC (permalink / raw)
To: buildroot
>>>>> "Alex" == Alex Suykov <alex.suykov@gmail.com> writes:
> gdb has full support for aarch64 since version 7.6,
> current minimum is 7.7.1.
> Target build was re-enabled over a year ago, but host-gdb was not.
> Related commits:
> 0e49733b306b353aad3a29a2c7a6faf25841ef0b gdb disabled for aarch64
> 4372449a4f8e16f763c7d5a0c125ca015a7cbef6 target-gdb re-enabled
> Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-20 14:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20 13:20 [Buildroot] [PATCH] gdb: enable host-gdb on aarch64 Alex Suykov
2015-10-20 14:35 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.