llvm-project/lldb/source/Plugins/Process
Adrian Prantl 1ad655e255 Modernize the rest of the Find.* API (NFC)
This patch removes the size_t return value and the append parameter
from the remainder of the Find.* functions in LLDB's internal API. As
in the previous patches, this is motivated by the fact that these
parameters aren't really used, and in the case of the append parameter
were frequently implemented incorrectly.

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

llvm-svn: 375160
2019-10-17 19:56:40 +00:00
..
Darwin factor out an abstract base class for File 2019-10-03 04:31:46 +00:00
FreeBSD Fix process launch failure on FreeBSD after r365761 2019-10-10 20:26:59 +00:00
Linux NativeProcessLinux: Remove some register context boilerplate 2019-09-02 12:50:18 +00:00
MacOSX-Kernel [lldb] Qualify includes of Properties[Enum].inc files. NFC 2019-07-29 17:22:10 +00:00
NetBSD [lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBER 2019-09-24 13:41:54 +00:00
POSIX Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATION 2019-09-05 07:09:31 +00:00
Utility Modernize the rest of the Find.* API (NFC) 2019-10-17 19:56:40 +00:00
Windows/Common [LLDB] [Windows] Initial support for ARM64 register contexts 2019-10-15 08:31:52 +00:00
elf-core Fix ELF core file memory reading for PT_LOAD program headers with no p_filesz 2019-09-09 21:45:49 +00:00
gdb-remote Modernize the rest of the Find.* API (NFC) 2019-10-17 19:56:40 +00:00
mach-core [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
minidump minidump: Use llvm memory info list parser 2019-10-11 11:23:40 +00:00
CMakeLists.txt Enable ProcessMachCore plugin on non-apple platforms 2018-05-22 16:33:43 +00:00