llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX
Jim Ingham 6896b35585 Compilation can end up calling functions (e.g. to resolve indirect functions) so I added
a way for compilation to take a "thread to use for compilation".  If it isn't set then the
compilation will use the currently selected thread.  This should help keep function execution
to the one thread intended.

llvm-svn: 263972
2016-03-21 19:21:13 +00:00
..
AppleGetItemInfoHandler.cpp Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
AppleGetItemInfoHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
AppleGetPendingItemsHandler.cpp Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
AppleGetPendingItemsHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
AppleGetQueuesHandler.cpp Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
AppleGetQueuesHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
AppleGetThreadItemInfoHandler.cpp Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
AppleGetThreadItemInfoHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
CMakeLists.txt SystemRuntime/MacOSX no longer need ObjCRuntime header. 2015-09-03 23:57:09 +00:00
SystemRuntimeMacOSX.cpp This change introduces a "ExpressionExecutionThread" to the ThreadList. 2016-03-12 02:45:34 +00:00
SystemRuntimeMacOSX.h Changes to lldb and debugserver to reduce extraneous memory reads 2016-01-12 07:09:16 +00:00