diff options
author | Lionel Landwerlin <[email protected]> | 2018-10-29 18:14:44 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-11-05 15:43:34 +0000 |
commit | 9ab5089150494398032d15b0c80c4d2adff097c8 (patch) | |
tree | 98b827ab58eadef9c920a6ab0164065e10d02f66 /src/intel | |
parent | d515ded4d951b830b560c352d64918a89027bee5 (diff) |
intel/dump_gpu: add missing gdb option
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/intel')
-rwxr-xr-x | src/intel/tools/intel_dump_gpu.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |