From 0a7e1ec05e48e1686cb8c739db82241b4b6dd8b4 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 12 May 2020 17:58:41 -0400 Subject: [PATCH] Comment out mention of HIP_DISABLE_LAZY_KERNEL_LOADING - The environment variable to control deferred code object loading is not currently implemented so comment out its description. Change-Id: Ic280ce43bb03e25839066090c10951e7204f483b --- gdb/doc/gdb.texinfo | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c2837471f6..73fd874ab5 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26718,16 +26718,18 @@ default. AMD GPU code objects are not loaded until the first kernel is launched. Before then, all breakpoints have to be set as pending breakpoints using source line positions. -The @code{HIP_DISABLE_LAZY_KERNEL_LOADING} environment variable can be -used to disable deferred code object loading by the HIP runtime. This -allows breakpoints to be set in AMD GPU code as soon as the inferior -reaches the @code{main} funtion. - -For example, - -@smallexample -export HIP_DISABLE_LAZY_KERNEL_LOADING=1 -@end smallexample +@c TODO: Add control for deferred code object loading: +@c +@c The @code{HIP_DISABLE_LAZY_KERNEL_LOADING} environment variable can be +@c used to disable deferred code object loading by the HIP runtime. This +@c allows breakpoints to be set in AMD GPU code as soon as the inferior +@c reaches the @code{main} funtion. +@c +@c For example, +@c +@c @smallexample +@c export HIP_DISABLE_LAZY_KERNEL_LOADING=1 +@c @end smallexample @item Memory violations are reported to the wavefronts that cause them. -- 2.34.1