https://llvm.org/bugs/show_bug.cgi?id=26583
Bug ID: 26583 Summary: lldb lacks an equivalent to gdb's "directory" command Product: lldb Version: unspecified Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: ema...@freebsd.org CC: llvm-b...@lists.llvm.org Classification: Unclassified A FreeBSD user wondered how to achieve the same effect as GDB's "directory" command in LLDB, and it looks like we don't have an equivalent yet. Unlike target.source-map which allows a path mapping (useful if e.g. the entire source tree is available in a different location) the directory command just controls a list of directories to search by source file base name. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev