[PATCH v5 1/7] configure gdb build system for supporting btrace on arm processors
Tom Tromey
tom@tromey.com
Fri Apr 30 19:54:04 GMT 2021
>>>>> ">" == Zied Guermazi <zied.guermazi@trande.de> writes:
>> This patch adds the possibility to build GDB with support for branch tracing
>> using ARM CoreSight traces.
>> New flag is --with-arm-cs
>> + AC_LIB_HAVE_LINKFLAGS([opencsd_c_api], [], [#include "opencsd/c_api/opencsd_c_api.h"], [ocsd_get_version();])
I don't mind a new optional dependency, but I wanted to double-check
that this is free software with some GPLv3-compatible license.
If not we probably should not include this.
Tom
More information about the Gdb-patches
mailing list