File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -326,11 +326,11 @@ class ModuleList {
326
326
void FindGlobalVariables (const RegularExpression ®ex, size_t max_matches,
327
327
VariableList &variable_list) const ;
328
328
329
- // / Finds the first module whose file specification matches \a file_spec .
329
+ // / Finds modules whose file specification matches \a module_spec .
330
330
// /
331
331
// / \param[in] module_spec
332
332
// / A file specification object to match against the Module's
333
- // / file specifications. If \a file_spec does not have
333
+ // / file specifications. If \a module_spec does not have
334
334
// / directory information, matches will occur by matching only
335
335
// / the basename of any modules in this list. If this value is
336
336
// / NULL, then file specifications won't be compared when
@@ -351,6 +351,7 @@ class ModuleList {
351
351
// UUID values is very efficient and accurate.
352
352
lldb::ModuleSP FindModule (const UUID &uuid) const ;
353
353
354
+ // / Finds the first module whose file specification matches \a module_spec.
354
355
lldb::ModuleSP FindFirstModule (const ModuleSpec &module_spec) const ;
355
356
356
357
void FindSymbolsWithNameAndType (ConstString name,
You can’t perform that action at this time.
0 commit comments