Explicitly mention yet-unloaded shared libraries in location spec examples
authorPedro Alves <pedro@palves.net>
Tue, 31 May 2022 11:06:50 +0000 (12:06 +0100)
committerPedro Alves <pedro@palves.net>
Tue, 31 May 2022 11:50:03 +0000 (12:50 +0100)
Change-Id: I05639ddb3bf620c7297b57ed286adc3aa926b7b6

gdb/doc/gdb.texinfo

index 3cf4e2c73c0fba71d882f04384224655aff2dd77..8c85c5a0c821b9d9590e316750b2f3f2889b92d4 100644 (file)
@@ -9124,11 +9124,13 @@ spec matching no code locations in your program at all:
 @itemize @bullet
 @item
 The location spec specifies a function name, and there are no
-functions in the program with that name.
+functions in the program with that name, or they only exist in a
+yet-unloaded shared library.
 
 @item
 The location spec specifies a source file name, and there are no
-source files in the program with that name.
+source files in the program with that name, or they only exist in a
+yet-unloaded shared library.
 
 @item
 The location spec specifies both a source file name and a source line