llvm-capstone/lldb/unittests
Pavel Labath 84a6856928 SymbolVendor: Move Symtab construction into the SymbolFile
Summary:
Instead of having SymbolVendor coordinate Symtab construction between
Symbol and Object files, make the SymbolVendor function a passthrough,
and put all of the logic into the SymbolFile.

Reviewers: clayborg, JDevlieghere, jingham, espindola

Subscribers: emaste, mgorny, arichardson, MaskRay, lldb-commits

Differential Revision: https://reviews.llvm.org/D65208

llvm-svn: 367086
2019-07-26 07:03:28 +00:00
..
Breakpoint
Core SymbolVendor: Move Symtab construction into the SymbolFile 2019-07-26 07:03:28 +00:00
debugserver [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Disassembler
Editline EditlineTest: Improve error message 2019-06-14 14:33:04 +00:00
Expression DWARFExpression: Fix implementation of DW_OP_pick 2019-04-29 10:55:22 +00:00
Host [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Interpreter Include inlined functions when figuring out a contiguous address range 2019-05-06 20:01:21 +00:00
Language Make CPlusPlusNameParser robust against nullptr StringRefs. 2019-05-31 00:18:42 +00:00
ObjectFile SymbolVendor: Move Symtab construction into the SymbolFile 2019-07-26 07:03:28 +00:00
Platform
Process Implement GetSharedLibraryInfoAddress 2019-06-14 21:15:08 +00:00
ScriptInterpreter
Signals
Symbol SymbolVendor: Move Symtab construction into the SymbolFile 2019-07-26 07:03:28 +00:00
SymbolFile Fix some signed/unsigned comparison warnings 2019-06-07 09:43:53 +00:00
Target SymbolVendor: Move Symtab construction into the SymbolFile 2019-07-26 07:03:28 +00:00
TestingSupport [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
tools [CMake] Align debugserver with lldb-server on Darwin 2019-07-20 11:18:31 +00:00
UnwindAssembly Add support for mid-function epilogues on x86 that end in a non-local jump. 2019-06-03 22:34:12 +00:00
Utility [Support] move FileCollector from LLDB to llvm/Support 2019-07-24 22:59:20 +00:00
CMakeLists.txt [CMake] Align debugserver with lldb-server on Darwin 2019-07-20 11:18:31 +00:00
gtest_common.h