@@ -113,11 +113,11 @@ A complete list of currently supported format string variables is listed below:
113
113
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
114
114
| ``module.file.basename `` | The basename of the current module (shared library or executable) |
115
115
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
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) |
117
117
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
118
118
| ``process.file.basename `` | The basename of the file for the process |
119
119
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
120
- | ``process.file.fullpath `` | The fullname of the file for the process |
120
+ | ``process.file.fullpath `` | The path of the file for the process |
121
121
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
122
122
| ``process.id `` | The process ID native to the system on which the inferior runs. |
123
123
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -141,6 +141,10 @@ A complete list of currently supported format string variables is listed below:
141
141
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
142
142
| ``target.arch `` | The architecture of the current target |
143
143
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
144
+ | ``target.file.basename `` | The basename of the current target |
145
+ +---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
146
+ | ``target.file.fullpath `` | The path of the current target |
147
+ +---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
144
148
| ``script.target:python_func `` | Use a Python function to generate a piece of textual output |
145
149
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
146
150
| ``script.process:python_func `` | Use a Python function to generate a piece of textual output |
0 commit comments