<rdar://problem/11782181>
authorGreg Clayton <gclayton@apple.com>
Thu, 15 Nov 2012 18:05:43 +0000 (18:05 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 15 Nov 2012 18:05:43 +0000 (18:05 +0000)
commitfbea0f64e2b47e8f08dbb836b94caaefc3cdec66
tree134161de8da66a89aa9d9cabdcff61fcee975c62
parent7166bff4ffb57168b2a8abb74c5903453f171ba7
<rdar://problem/11782181>

Fixed an issue where lldb was setting breakpoints on too many methods when a partial function name with namespaces or class qualifiers was used. For example setting a breakpoint of "Foo::dealloc" was accidentally settings breakpoints on all objective C functions whose selector was "dealloc"...

llvm-svn: 168053
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp