llvm-project/lldb/source
Michał Górny b9734c6b44 [lldb] [Process/FreeBSDRemote] Optimize regset pointer logic
Create a helper GetOffsetRegSetData() method to get pointer
to the regset data accounting for the necessary offset.  Establish
the offsets in the constructor and store them in the structure.  This
avoids having to add new Get*Offset() methods and combines some common
code.

Differential Revision: https://reviews.llvm.org/D91411
2020-11-16 13:03:02 +01:00
..
API [lldb] Propagate llvm::Error to report_fatal_error 2020-11-10 08:19:47 -08:00
Breakpoint [lldb][NFC] Use llvm::is_contained instead of std::find in a few places 2020-08-13 14:11:28 +02:00
Commands [Command] Fix accidental word concatenation in Options.td 2020-11-10 16:13:39 -08:00
Core [lldb] Make GetSelectedOrDummyTarget return the target by reference (NFC) 2020-11-09 15:42:27 -08:00
DataFormatters [lldb/DataFormatters] Display null C++ pointers as nullptr 2020-11-12 15:24:06 -08:00
Expression [lldb/DataFormatters] Display null C++ pointers as nullptr 2020-11-12 15:24:06 -08:00
Host [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header 2020-11-12 15:30:26 +01:00
Initialization [lldb] Always record both the working and home directory. 2020-09-02 20:53:11 -07:00
Interpreter [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header 2020-11-12 15:30:26 +01:00
Plugins [lldb] [Process/FreeBSDRemote] Optimize regset pointer logic 2020-11-16 13:03:02 +01:00
Symbol [lldb][ObjectFile] Relocate sections for in-memory objects (e.g. received via JITLoaderGDB) 2020-11-10 11:37:53 +01:00
Target The AssertRecognizer used the module from a frames SC without checking it was non-null. 2020-11-13 11:41:32 -08:00
Utility [intel-pt][trace] Implement a "get supported trace type" packet 2020-11-11 10:35:58 -08:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00