]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r258094: lldb: Correct a standalone debug file path
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Mar 2014 13:13:47 +0000 (13:13 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Mar 2014 13:13:47 +0000 (13:13 +0000)
commitdcc06fbfd22d38a78ed8e6b6fab9519632e93842
treecfc42f70e7c623d561dc3ee425e8ee84b16fae92
parent1eeb57d78a59897a52983f32cf458289246f97b1
MFC r258094: lldb: Correct a standalone debug file path

  For a file /bin/ls with a .gnu_debuglink entry of "ls.debug" the path
  should be /usr/lib/debug/bin/ls.debug, not /usr/lib/debug/bin/ls.

  ref: https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html

  Upstream defect pr17903 (http://llvm.org/pr17903)

Sponsored by: DARPA, AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/10@263364 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/llvm/tools/lldb/source/Host/common/Symbols.cpp