Comment out mention of HIP_DISABLE_LAZY_KERNEL_LOADING
authorTony <Tony.Tye@amd.com>
Tue, 12 May 2020 21:58:41 +0000 (17:58 -0400)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Tue, 12 May 2020 23:03:20 +0000 (16:03 -0700)
- 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

index c2837471f62704ce76e468058b0aa26539fdc06b..73fd874ab576b6bba824db265f9108880f04fa24 100644 (file)
@@ -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.
This page took 0.044291 seconds and 4 git commands to generate.