llvm-project/lldb/source
Raphael Isemann d2b0862f7f Reuse the SelectorTable from Clang's Preprocessor
Summary:
At the moment we create our own SelectorTable even though the Preprocessor always
creates one for us that we can (and should) reuse.

Reviewers: vsk

Reviewed By: vsk

Subscribers: lldb-commits

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

llvm-svn: 340585
2018-08-23 22:40:54 +00:00
..
API Add new API to SBTarget class 2018-08-07 20:23:57 +00:00
Breakpoint If a function starts with line number 0, don't try to check if a breakpoint crossed function boundaries. 2018-08-07 21:09:55 +00:00
Commands Check result after setting PC value. 2018-08-07 16:46:11 +00:00
Core Remove manual byte counting from Opcode::Dump 2018-08-20 15:51:14 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression [IRMemoryMap] Shrink Allocation and make it move-only (NFC) 2018-08-08 21:26:49 +00:00
Host Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Initialization Move pretty stack trace printer into driver. 2018-07-17 10:04:19 +00:00
Interpreter Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Plugins Reuse the SelectorTable from Clang's Preprocessor 2018-08-23 22:40:54 +00:00
Symbol [NFC] Minor update to comment 2018-08-20 05:59:27 +00:00
Target [StackFrame] Add more clarifying comments to StackFrameList (NFC) 2018-08-07 23:48:25 +00:00
Utility Remove commented out constructor from Scalar 2018-08-16 23:23:18 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00