From 9ab5089150494398032d15b0c80c4d2adff097c8 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Mon, 29 Oct 2018 18:14:44 +0000 Subject: [PATCH] intel/dump_gpu: add missing gdb option MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Lionel Landwerlin Reviewed-by: Tapani Pälli --- src/intel/tools/intel_dump_gpu.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/tools/intel_dump_gpu.in b/src/intel/tools/intel_dump_gpu.in index aa187ba8614..a1d92bb9bfa 100755 --- a/src/intel/tools/intel_dump_gpu.in +++ b/src/intel/tools/intel_dump_gpu.in @@ -8,6 +8,8 @@ Usage: intel_dump_gpu [OPTION]... [--] COMMAND ARGUMENTS Run COMMAND with ARGUMENTS and dump an AUB file that captures buffer contents and execution of the GEM application. + -g, --gdb Launch GDB + -o, --output=FILE Name of AUB file. Defaults to COMMAND.aub --device=ID Override PCI ID of the reported device -- 2.30.2