reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/PathMappingList.h
   35   void Append(ConstString path, ConstString replacement,

References

tools/lldb/source/API/SBTarget.cpp
 1552   target_sp->GetImageSearchPathList().Append(csFrom, csTo, true);
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1080           target->GetImageSearchPathList().Append(
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
   71               m_path_mappings.Append(a, b, m_notify_changes);
  108           m_path_mappings.Append(a, b, m_notify_changes);
tools/lldb/unittests/Target/PathMappingListTest.cpp
   67   map.Append(ConstString("."), ConstString("/tmp"), false);
   70   map2.Append(ConstString(""), ConstString("/tmp"), false);
   76   map.Append(ConstString("/old"), ConstString("/new"), false);
   98   map.Append(ConstString("/"), ConstString("/new"), false);