llvm-project/lldb/unittests
Pavel Labath e588b8b664 DWARFExpression: Simplify class interface
Summary:
The DWARFExpression methods have a lot of arguments. This removes two of
them by removing the ability to slice the expression via two offset+size
parameters. This is a functionality that it is not always needed, and
when it is, we already have a different handy way of slicing a data
extractor which we can use instead.

Reviewers: JDevlieghere, clayborg

Subscribers: aprantl, lldb-commits

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

llvm-svn: 370027
2019-08-27 07:49:41 +00:00
..
Breakpoint Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Core unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
Disassembler When disassembling Aarch64 target and vendor Apple, set the cpu to 2019-03-07 03:16:45 +00:00
Editline [lldb][NFC] Allow for-ranges on StringList 2019-08-16 14:27:35 +00:00
Expression DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
Host [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
Interpreter [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
Language Make CPlusPlusNameParser robust against nullptr StringRefs. 2019-05-31 00:18:42 +00:00
ObjectFile Breakpad: Add support for parsing STACK WIN records 2019-08-26 11:25:28 +00:00
Platform Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Process Convert minidump unittests to use llvm::yaml::convertYAML 2019-08-20 12:53:42 +00:00
ScriptInterpreter [CMake] Only the Python scirpt interpreter should link against Python. 2019-04-01 22:03:04 +00:00
Signals Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Symbol Fix windows build after r369894 2019-08-26 12:42:32 +00:00
SymbolFile Add a missing include to SymbolFilePDBTests.cpp 2019-08-08 09:43:20 +00:00
Target Move ProcessInstanceInfoTest to Utility 2019-08-26 13:07:02 +00:00
TestingSupport Properly EXCLUDE_FROM_ALL the testing support library 2019-08-21 08:21:51 +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 Move ProcessInstanceInfoTest to Utility 2019-08-26 13:07:02 +00:00
debugserver [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
tools [lldb-server] Disable a test on Windows until it can be fixed 2019-08-16 03:49:41 +00:00
CMakeLists.txt [CMake] Align debugserver with lldb-server on Darwin 2019-07-20 11:18:31 +00:00
gtest_common.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00