Skip to content

Commit b99ced0

Browse files
committed
Address additional comments in diffs
1 parent 02c015d commit b99ced0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lldb/include/lldb/Symbol/CompileUnit.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ class CompileUnit : public std::enable_shared_from_this<CompileUnit>,
391391
/// A SymbolContext list class that will get any matching
392392
/// entries appended to.
393393
///
394+
/// \param[in] realpath_prefixes
395+
/// Paths that start with one of the prefixes in this list will be
396+
/// realpath'ed to resolve any symlinks.
397+
///
394398
/// \see enum SymbolContext::Scope
395399
void
396400
ResolveSymbolContext(const SourceLocationSpec &src_location_spec,

lldb/include/lldb/Target/Target.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
#include "lldb/Utility/ArchSpec.h"
3535
#include "lldb/Utility/Broadcaster.h"
3636
#include "lldb/Utility/LLDBAssert.h"
37+
#include "lldb/Utility/RealpathPrefixes.h"
3738
#include "lldb/Utility/Timeout.h"
3839
#include "lldb/lldb-public.h"
3940

4041
namespace lldb_private {
4142

42-
class RealpathPrefixes;
43-
4443
OptionEnumValues GetDynamicValueTypes();
4544

4645
enum InlineStrategy {

0 commit comments

Comments
 (0)