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 489ca73 commit 32f252aCopy full SHA for 32f252a
lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
@@ -138,10 +138,10 @@ class PlaceholderObjectFile : public ObjectFile {
138
///
139
/// \param[in] module_sp The module to grab the .text section from.
140
141
-/// \param[in/out] breakpad_uuid A vector that will receive the calculated
+/// \param[in,out] breakpad_uuid A vector that will receive the calculated
142
/// breakpad .text hash.
143
144
-/// \param[in/out] facebook_uuid A vector that will receive the calculated
+/// \param[in,out] facebook_uuid A vector that will receive the calculated
145
/// facebook .text hash.
146
147
void HashElfTextSection(ModuleSP module_sp, std::vector<uint8_t> &breakpad_uuid,
0 commit comments