We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a1cd5 commit 7d25616Copy full SHA for 7d25616
lldb/include/lldb/Core/Value.h
@@ -158,7 +158,7 @@ class Value {
158
/// - Load Address: `m_value` contains the load address.
159
/// - File Address: `m_value` contains the file address.
160
/// - Host Address: `m_value` contains a pointer to the start of the buffer in
161
- /// host memory.
+ /// host memory.
162
/// Currently, this can point to either:
163
/// - The `m_data_buffer` of this Value instance (e.g., in DWARF
164
/// computations).
0 commit comments