hanchenye-llvm-project/lldb/source
Jim Ingham c60963c6c7 Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallPOSIX. It was
set to true, but all plans run by RunThreadPlan need to have this set to false so they will
return control to RunThreadPlan without consulting plans higher on the stack.

Since this seems like a common error, I also modified RunThreadPlan to enforce this behavior.

<rdar://problem/22543166>

llvm-svn: 250084
2015-10-12 19:11:03 +00:00
..
API Fix handling of LLDB_VERS_GENERATED_FILE. 2015-10-09 03:40:55 +00:00
Breakpoint [LLDB] Fix display of value of a vector variables in watchpoint operations 2015-10-09 15:13:20 +00:00
Commands Decide on the expression language inside UserExpression 2015-10-07 22:01:12 +00:00
Core Fixup log enable --stack so it works on Linux. 2015-10-10 01:26:47 +00:00
DataFormatters Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways 2015-10-07 02:36:35 +00:00
Expression Decide on the expression language inside UserExpression 2015-10-07 22:01:12 +00:00
Host Re-commit the (fixed) changes from r248985 which were reverted by Pavel 2015-10-08 21:48:35 +00:00
Initialization TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. 2015-09-17 22:23:34 +00:00
Interpreter Added support for enumerating the languages that actually support TypeSystems 2015-10-08 23:07:53 +00:00
Plugins Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallPOSIX. It was 2015-10-12 19:11:03 +00:00
Symbol Fix a crash, an UB and add some assert to dwo symbol file handling 2015-10-09 12:43:08 +00:00
Target Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallPOSIX. It was 2015-10-12 19:11:03 +00:00
Utility Add support for .ARM.exidx unwind information 2015-09-30 13:50:14 +00:00
CMakeLists.txt Fix handling of LLDB_VERS_GENERATED_FILE. 2015-10-09 03:40:55 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00