llvm-project/lldb/source/Plugins
Tamas Berghammer 912800c400 Create ScopedTimeout class for GDBRemoteCommunication
This new class makes it easier to change the timeout of a
GDBRemoteCommunication instance for a short time and then restore it to
its original value.

Differential revision: http://reviews.llvm.org/D7826

llvm-svn: 230319
2015-02-24 10:23:39 +00:00
..
ABI UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression 2015-02-23 10:19:16 +00:00
Disassembler Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
DynamicLoader Silence unused variable warnings in release builds 2015-02-19 11:41:12 +00:00
Instruction UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression 2015-02-23 10:19:16 +00:00
InstrumentationRuntime Change AddressSanitzierRuntime to print its info message via 2014-12-09 20:52:26 +00:00
JITLoader Fix JITLoaderGDB for 64-bit host and 32-bit target 2014-09-15 19:55:27 +00:00
LanguageRuntime Update LLDB to read a newer format of Objective-C class information from the dyld shared cache 2015-02-24 02:11:06 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer Avoid crashing by not mmap'ing files on network mounted file systems. 2015-02-23 23:47:09 +00:00
ObjectFile Avoid crashing by not mmap'ing files on network mounted file systems. 2015-02-23 23:47:09 +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 Create ScopedTimeout class for GDBRemoteCommunication 2015-02-24 10:23:39 +00:00
Process Create ScopedTimeout class for GDBRemoteCommunication 2015-02-24 10:23:39 +00:00
SymbolFile Keep the user data for compile units up to date since we often create lldb_private::CompileUnit objects without creating the DWARFCompileUnit objects when we do DWARF in .o files. 2015-02-05 02:10:29 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use the 2014-09-12 00:09:04 +00:00
UnwindAssembly UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression 2015-02-23 10:19:16 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Fix the Makefile build by actually building ABI/SysV-ppc 2014-11-02 22:03:15 +00:00