Home | History | Annotate | Download | only in gdb

Lines Matching refs:dbgapi

1707   --with-amd-dbgapi       support for the amd-dbgapi target (yes / no / auto)
25021 # Check whether --with-amd-dbgapi was given.
25028 as_fn_error $? "bad value $withval for --with-amd-dbgapi" "$LINENO" 5
25037 # If the user passes --without-amd-dbgapi but also explicitly enables a target
25038 # that requires amd-dbgapi, it is an error.
25040 as_fn_error $? "an explicitly enabled target requires amd-dbgapi, but amd-dbgapi is explicitly disabled" "$LINENO" 5
25043 # Look for amd-dbgapi if:
25047 # amd-dbgapi support
25050 # amd-dbgapi version 0.68 is part of ROCm 5.4. There is no guarantee of API
25051 # stability until amd-dbgapi hits 1.0, but for convenience, still check for
25056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for amd-dbgapi >= 0.75.0" >&5
25057 $as_echo_n "checking for amd-dbgapi >= 0.75.0... " >&6; }
25063 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"amd-dbgapi >= 0.75.0\""; } >&5
25064 ($PKG_CONFIG --exists --print-errors "amd-dbgapi >= 0.75.0") 2>&5
25068 pkg_cv_AMD_DBGAPI_CFLAGS=`$PKG_CONFIG --cflags "amd-dbgapi >= 0.75.0" 2>/dev/null`
25080 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"amd-dbgapi >= 0.75.0\""; } >&5
25081 ($PKG_CONFIG --exists --print-errors "amd-dbgapi >= 0.75.0") 2>&5
25085 pkg_cv_AMD_DBGAPI_LIBS=`$PKG_CONFIG --libs "amd-dbgapi >= 0.75.0" 2>/dev/null`
25130 AMD_DBGAPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "amd-dbgapi >= 0.75.0" 2>&1`
25132 AMD_DBGAPI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "amd-dbgapi >= 0.75.0" 2>&1`
25154 TARGET_OBS="$TARGET_OBS amd-dbgapi-target.o"
25157 # on amd-dbgapi that is hardcoded in the Makefile. Else, the appropriate
25164 # amd-dbgapi was not found and...
25167 # - the user explicitly wants to enable amd-dbgapi
25168 as_fn_error $? "amd-dbgapi is required, but cannot find an appropriate version: $AMD_DBGAPI_PKG_ERRORS" "$LINENO" 5