@@ -113,11 +113,11 @@ A complete list of currently supported format string variables is listed below:
113113+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
114114| ``module.file.basename `` | The basename of the current module (shared library or executable) |
115115+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
116- | ``module.file.fullpath `` | The basename of the current module (shared library or executable) |
116+ | ``module.file.fullpath `` | The path of the current module (shared library or executable) |
117117+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
118118| ``process.file.basename `` | The basename of the file for the process |
119119+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
120- | ``process.file.fullpath `` | The fullname of the file for the process |
120+ | ``process.file.fullpath `` | The path of the file for the process |
121121+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
122122| ``process.id `` | The process ID native to the system on which the inferior runs. |
123123+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -141,6 +141,10 @@ A complete list of currently supported format string variables is listed below:
141141+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
142142| ``target.arch `` | The architecture of the current target |
143143+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
144+ | ``target.file.basename `` | The basename of the current target |
145+ +---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
146+ | ``target.file.fullpath `` | The path of the current target |
147+ +---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
144148| ``script.target:python_func `` | Use a Python function to generate a piece of textual output |
145149+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
146150| ``script.process:python_func `` | Use a Python function to generate a piece of textual output |
0 commit comments