llvm-project/lldb/source/Plugins
Jason Molenda 8eb3281731 Change ProcessKDP::DoReadMemory() to break up large memory
read requests into smaller chunks; some remote kdp stubs
cannot handle memory reads larger than a KB or two & will
error out.
<rdar://problem/16983125> 

llvm-svn: 209341
2014-05-21 23:44:02 +00:00
..
ABI sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
Disassembler Update how we create our MCSymbolizer to keep working correctly 2014-05-17 00:27:44 +00:00
DynamicLoader Add some basic sanity checks to DynamicLoaderDarwinKernel::ReadKextSummaryHeader() 2014-04-15 01:04:00 +00:00
Instruction Args::StringToGenericRegister will now accept "lr" as 2014-05-09 04:09:48 +00:00
JITLoader Disable JITLoaderGDB on "vendor == apple" for now due to performance slowdowns for every first run process as a global name lookup in all shared libraries if performed. 2014-04-07 20:13:57 +00:00
LanguageRuntime Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
ObjectContainer LLDB could segfault if it got a .a file that had extra padding bytes at the end of the file. 2014-05-02 22:25:51 +00:00
ObjectFile ReExported symbols can point to a library that doesn't actually 2014-05-21 03:58:03 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform lldb arm64 import. 2014-03-29 18:54:20 +00:00
Process Change ProcessKDP::DoReadMemory() to break up large memory 2014-05-21 23:44:02 +00:00
SymbolFile Remove > 1 check against a boolean. 2014-04-15 10:06:47 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Add a new SBThread::SafeToCallFunctions API; this calls over to 2014-05-13 22:02:48 +00:00
UnwindAssembly sanitise sign comparisons 2014-04-02 03:51:35 +00:00
CMakeLists.txt Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Makefile lldb arm64 import. 2014-03-29 18:54:20 +00:00