llvm-project/lldb/source/Plugins/Process
Pavel Labath e4fc4ef463 [LLGS] Limit jThreadsInfo to only the most important registers for now
Summary:
It seems that reading of register data is the biggest bottleneck in LLGS at the moment. Sending
four registers instead of the full GPR set increases the jThreadsInfo processing time about
6-fold. Until we figure out where is this time going, this commit limits the amount of data we
send to provide a more fluid debugging experience.

Reviewers: tberghammer, ovyalov

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D11264

llvm-svn: 242517
2015-07-17 10:27:42 +00:00
..
FreeBSD Fix FreeBSD build. 2015-07-14 03:18:23 +00:00
Linux Revert "[NativeProcessLinux] Integrate MainLoop" 2015-07-16 08:45:03 +00:00
MacOSX-Kernel Move ProcessKDP's StringExtractor include. 2015-07-07 23:59:01 +00:00
POSIX Remove old local-only linux debugging code 2015-06-24 14:43:20 +00:00
Utility [Makefiles] One more library rename to align with CMake 2015-07-15 22:39:44 +00:00
Windows Move WindowsDYLD to the Plugins/DynamicLoader directory. 2015-07-08 18:07:13 +00:00
elf-core Refactor Unix signals. 2015-07-14 01:09:28 +00:00
gdb-remote [LLGS] Limit jThreadsInfo to only the most important registers for now 2015-07-17 10:27:42 +00:00
mach-core Don't force a vendor check in ProcessMachCore::CanDebug() -- if this 2015-04-29 22:17:45 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00