[Lldb-commits] [lldb] [lldb] Implement ${target.file} format variable (PR #123431)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 20 01:55:57 PST 2025
================
@@ -113,11 +113,11 @@ A complete list of currently supported format string variables is listed below:
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``module.file.basename`` | The basename of the current module (shared library or executable) |
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ``module.file.fullpath`` | The basename of the current module (shared library or executable) |
+| ``module.file.fullpath`` | The path of the current module (shared library or executable) |
----------------
DavidSpickett wrote:
I presume this is just correcting the docs, module.file.fullpath has always been the path, as the name suggests.
https://github.com/llvm/llvm-project/pull/123431
More information about the lldb-commits
mailing list