[llvm-bugs] [Bug 26583] New: lldb lacks an equivalent to gdb's "directory" command

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Feb 11 13:22:38 PST 2016


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 at lists.llvm.org
          Reporter: emaste at freebsd.org
                CC: llvm-bugs at 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160211/2df02fcf/attachment.html>


More information about the llvm-bugs mailing list