diff options
author | Dawn Perchik <dawn@burble.org> | 2015-12-16 19:40:00 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@burble.org> | 2015-12-16 19:40:00 +0000 |
commit | bfd96183ef8fb60f68be1d811fd5222b0ac953a5 (patch) | |
tree | a9267597ed5a92fd0e3657c3c615532a17a1a015 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp | |
parent | 56bbf54b4303cac8772b6d66e3bd0668f8013067 (diff) | |
download | bcm5719-llvm-bfd96183ef8fb60f68be1d811fd5222b0ac953a5.tar.gz bcm5719-llvm-bfd96183ef8fb60f68be1d811fd5222b0ac953a5.zip |
Rework breakpoint language filtering to use the symbol context's language.
This patch reworks the breakpoint filter-by-language patch to use the
symbol context instead of trying to guess the language solely from the
symbol's name. This has the advantage that symbols compiled with debug
info will have their actual language known. Symbols without debug info
will still do the same "guess"ing because Symbol::GetLanguage() is
implemented using Mangled::GuessLanguage(). The recognition of ObjC
names was merged into Mangled::GuessLanguage.
Reviewed by: jingham, clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D15326
llvm-svn: 255808
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp')
0 files changed, 0 insertions, 0 deletions