hanchenye-llvm-project/lldb/source
Greg Clayton f9da928993 Fixed an infinite recursion bug that could happen when using python operating system plug-ins where we would ask the operating system plug-in to update its threads and this would cause the plugin to run an expression which would eventually run IRForTarget::CreateResultVariable() which would try to get the selected thread and cause re-entrant bug.
<rdar://problem/19924734>

llvm-svn: 230711
2015-02-27 00:12:22 +00:00
..
API Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
Breakpoint Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
Commands If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd" instead of "target symbols ". 2015-02-25 00:32:43 +00:00
Core Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
DataFormatters Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
Expression Fixed an infinite recursion bug that could happen when using python operating system plug-ins where we would ask the operating system plug-in to update its threads and this would cause the plugin to run an expression which would eventually run IRForTarget::CreateResultVariable() which would try to get the selected thread and cause re-entrant bug. 2015-02-27 00:12:22 +00:00
Host Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport instead of getDefaultTargetTriple. 2015-02-26 20:02:13 +00:00
Interpreter Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers. 2015-02-26 19:26:36 +00:00
Plugins Can't set watchpoints on launching threads on Linux LLGS. 2015-02-26 19:48:15 +00:00
Symbol 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
Target Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
Utility Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. 2015-02-25 22:15:44 +00:00
CMakeLists.txt Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library." 2015-02-24 22:17:57 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Test commit - fix typo. 2015-02-26 13:03:57 +00:00