hanchenye-llvm-project/lldb/source/Plugins
Chaoren Lin f591f69fc3 Can't set watchpoints on launching threads on Linux LLGS.
Summary:
They'll be set anyway when the thread starts running, so the launching threads
should just ignore the set request.

Reviewers: ovyalov

Subscribers: lldb-commits

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

llvm-svn: 230671
2015-02-26 19:48:15 +00:00
..
ABI Revert "Fix warnings found with clang-cl." 2015-02-25 19:52:41 +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 MacOSX symbol table change to combine the N_GSYM debug map entry with the "_OBJC_CLASS_$_", "_OBJC_METACLASS_$_", and "_OBJC_IVAR_$_" non debug symbols. This allows the symbol that represents the object file to contain the eSymbolTypeObjCClass and eSymbolTypeObjCMetaClass and will help us to be able to efficiently lookup the real definition of an objective C class without loading all .o files linearly to find the .o file that contains the true definition. 2015-02-25 17:25:02 +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 If we are trying to load the scripting resource for a module whose name happens to be a Python keyword, then prefix the filename with an _ (e.g. a module named def will load _def.py) 2015-02-26 01:37:26 +00:00
Process Can't set watchpoints on launching threads on Linux LLGS. 2015-02-26 19:48:15 +00:00
SymbolFile Optimize finding the Complete Definition of an ObjC class for debug with .o files with lots of .o files. 2015-02-25 22:41:34 +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