llvm-project/lldb/source/Plugins/Process
Jonas Devlieghere 6d48e2505c [lldb] Use std::string instead of llvm::Twine in GDBRemoteCommunicationClient
From the documentation:

  A Twine is not intended for use directly and should not be stored, its
  implementation relies on the ability to store pointers to temporary
  stack objects which may be deallocated at the end of a statement.
  Twines should only be used accepted as const references in arguments,
  when an API wishes to accept possibly-concatenated strings.

rdar://84799118

Differential revision: https://reviews.llvm.org/D113314
2021-11-05 13:19:00 -07:00
..
FreeBSD [lldb] [FreeBSD] Fix building on systems without PT_COREDUMP 2021-10-06 14:05:07 +02:00
Linux [lldb] [Process/Linux] Support arbitrarily-sized FPR writes on ARM 2021-10-20 15:06:44 +02:00
MacOSX-Kernel [lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData plugin names 2021-10-28 10:15:03 +02:00
NetBSD [lldb] [llgs server] Support creating core dumps on NetBSD 2021-09-06 12:16:14 +02:00
POSIX [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
Utility [lldb] [Process/Utility] Fix value_regs/invalidate_regs for ARM 2021-10-20 15:06:45 +02:00
Windows/Common [LLDB] Fix Cpsr size for WoA64 target 2021-11-04 17:43:31 +05:00
elf-core Reland "[lldb] Remove non address bits when looking up memory regions" 2021-11-03 13:56:51 +00:00
gdb-remote [lldb] Use std::string instead of llvm::Twine in GDBRemoteCommunicationClient 2021-11-05 13:19:00 -07:00
mach-core Reland "[lldb] Remove non address bits when looking up memory regions" 2021-11-03 13:56:51 +00:00
minidump Reland "[lldb] Remove non address bits when looking up memory regions" 2021-11-03 13:56:51 +00:00
scripted Reland "[lldb] Remove non address bits when looking up memory regions" 2021-11-03 13:56:51 +00:00
CMakeLists.txt [lldb/Plugins] Add ScriptedProcess Process Plugin 2021-07-22 14:47:33 +02:00