]> granicus.if.org Git - clang/commit
Turn off lldb debug tuning by default for FreeBSD
authorDimitry Andric <dimitry@andric.com>
Thu, 7 Jan 2016 22:09:47 +0000 (22:09 +0000)
committerDimitry Andric <dimitry@andric.com>
Thu, 7 Jan 2016 22:09:47 +0000 (22:09 +0000)
commitc05ca5a20f6d341b95523052b97e4f3f2de43432
tree1d94ec69c3263acf8c65c9679ae9cd0b500582ef
parent567d36503018ddf9b31d01bdbd38488a87ce450b
Turn off lldb debug tuning by default for FreeBSD

Summary:
This is the clang part of D15966.  In rL256104, debugger tuning was
added to the clang driver, and again the default for FreeBSD was set to
lldb.  The default needs to be gdb instead.

Reviewers: emaste, probinson

Subscribers: cfe-commits, emaste

Differential Revision: http://reviews.llvm.org/D15967

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257104 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.h
test/Driver/debug-options.c