aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Target/StackFrame.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-01-27 22:06:42 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-01-27 22:06:42 +0000
commit6f8fc217eaa12bf657be1c6468ed9938d10168b3 (patch)
treea1fd89b864d9b93e2ad68fe1dcf7afee2e3c8d76 /lldb/include/lldb/Target/StackFrame.h
parent77fc4c146f0870ffb09c1afb823ccbe742c5e6ff (diff)
downloadsrc-vendor/llvm-project/llvmorg-14-init-17616-g024a1fab5c35.tar.gz
src-vendor/llvm-project/llvmorg-14-init-17616-g024a1fab5c35.zip
Vendor import of llvm-project main llvmorg-14-init-17616-g024a1fab5c35.vendor/llvm-project/llvmorg-14-init-17616-g024a1fab5c35
Diffstat (limited to 'lldb/include/lldb/Target/StackFrame.h')
-rw-r--r--lldb/include/lldb/Target/StackFrame.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lldb/include/lldb/Target/StackFrame.h b/lldb/include/lldb/Target/StackFrame.h
index 1a9aaad1a4db..1b0485b22cac 100644
--- a/lldb/include/lldb/Target/StackFrame.h
+++ b/lldb/include/lldb/Target/StackFrame.h
@@ -171,7 +171,7 @@ public:
/// functions looking up symbolic information for a given pc value multiple
/// times.
///
- /// \params [in] resolve_scope
+ /// \param [in] resolve_scope
/// Flags from the SymbolContextItem enumerated type which specify what
/// type of symbol context is needed by this caller.
///
@@ -408,10 +408,10 @@ public:
/// Create a ValueObject for a given Variable in this StackFrame.
///
- /// \params [in] variable_sp
+ /// \param [in] variable_sp
/// The Variable to base this ValueObject on
///
- /// \params [in] use_dynamic
+ /// \param [in] use_dynamic
/// Whether the correct dynamic type of the variable should be
/// determined before creating the ValueObject, or if the static type
/// is sufficient. One of the DynamicValueType enumerated values.
@@ -437,7 +437,7 @@ public:
/// the current instruction. The ExpressionPath should indicate how to get
/// to this value using "frame variable."
///
- /// \params [in] addr
+ /// \param [in] addr
/// The raw address.
///
/// \return
@@ -448,10 +448,10 @@ public:
/// given register plus an offset. The ExpressionPath should indicate how
/// to get to this value using "frame variable."
///
- /// \params [in] reg
+ /// \param [in] reg
/// The name of the register.
///
- /// \params [in] offset
+ /// \param [in] offset
/// The offset from the register. Particularly important for sp...
///
/// \return
@@ -465,7 +465,7 @@ public:
/// PC in the stack frame and traverse through all parent blocks stopping at
/// inlined function boundaries.
///
- /// \params [in] name
+ /// \param [in] name
/// The name of the variable.
///
/// \return