llvm-project/lldb
Adrian Prantl 3b73dcdc96 Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
This is basically the same bug as in r260434.

SymbolFileDWARF::FindTypes has exponential worst-case when digging
through dependency DAG of .pcm files because each object file and .pcm
file may depend on an already-visited .pcm file, which may again have
dependencies. Fixed here by carrying a set of already visited
SymbolFiles around.

rdar://problem/56993424

Differential Revision: https://reviews.llvm.org/D70106
2019-11-12 09:38:37 -08:00
..
cmake Add rpath to liblldb so vendors can ship their own python framework (or others) 2019-11-11 19:23:10 -08:00
docs lldb/docs: update the lldb-x86_64-debian bot url 2019-11-06 16:02:23 +01:00
examples crashlog.py: Improve regular expressions 2019-11-07 10:52:06 -08:00
include/lldb Performance: Add a set of visited SymbolFiles to the other FindFiles variant. 2019-11-12 09:38:37 -08:00
packages/Python/lldbsuite [lldb][test] Macros in expressions require DWARF 5 2019-11-12 13:58:06 +03:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [LLDB][Python] remove ArgInfo::count 2019-11-04 12:48:49 -08:00
source Performance: Add a set of visited SymbolFiles to the other FindFiles variant. 2019-11-12 09:38:37 -08:00
test Revert "Fix lookup of symbols at the same address with no size vs. size" 2019-11-12 19:02:17 +05:00
third_party/Python/module Increase timeout in pexpect to lower chances of tests failing under ASAN. 2019-10-10 16:16:49 +00:00
tools Performance: Add a set of visited SymbolFiles to the other FindFiles variant. 2019-11-12 09:38:37 -08:00
unittests [LLDB] Fix handling for the clang name mangling extension for block invocations 2019-11-06 14:20:00 -08:00
utils [LLDB] Fix inline variable only used in assertion. (NFC) 2019-10-25 15:47:17 -07:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb] Record framework build path and use it everywhere 2019-11-06 14:05:35 -08:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py