This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-20 01:58:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
327c267a9561d52e691b732c0f0dcfea4ddebeae
llvm
/
lldb
History
Andrew Kaylor
327c267a95
Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a problem on Linux where 'continue' was misfiring after an expression evaluation when stopped at a breakpoint. The problem was that InferiorCallMmap was not setting its ThreadPlanCallFunction to private and so the completion of that thread plan appeared to be the stop reason and therefore the 'continue' operation failed to step over the breakpoint. The SetPrivate call is being put in ThreadPlanCallFunction rather than InferiorCallMmap to make the solution more general.
...
llvm-svn: 169618
2012-12-07 17:56:31 +00:00
..
docs
Avoid potentially disastrous mistakes when removing a file.
2012-11-05 18:41:33 +00:00
examples
Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode)
2012-10-30 18:01:15 +00:00
include
Separate initing the stdout/stderr for running the Python Script interpreter from initing the lldb.target/frame/etc globals,
2012-12-07 17:43:38 +00:00
lib
Use libxml2 on Mac OS X.
2012-10-31 23:02:00 +00:00
lldb.xcodeproj
Bump lldb version num to lldb-178, debugserver version to debugserver-198.
2012-12-01 04:50:09 +00:00
lldb.xcworkspace
…
resources
…
scripts
<rdar://problem/12749733>
2012-12-05 21:24:42 +00:00
source
Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a problem on Linux where 'continue' was misfiring after an expression evaluation when stopped at a breakpoint. The problem was that InferiorCallMmap was not setting its ThreadPlanCallFunction to private and so the completion of that thread plan appeared to be the stop reason and therefore the 'continue' operation failed to step over the breakpoint. The SetPrivate call is being put in ThreadPlanCallFunction rather than InferiorCallMmap to make the solution more general.
2012-12-07 17:56:31 +00:00
test
Fix Test11588.py on Linux. The test was failing because the synthetic type fields were resolving to int instead of long. A similar change was made in r155144 to eliminate the type specification for an earlier check in this test, so it seemed appropriate here too.
2012-12-07 17:45:05 +00:00
tools
Fix Linux build warnings due to redefinition of macros:
2012-12-05 00:20:57 +00:00
utils
…
www
Add examples of how to set env vars for the inferior process from lldb.
2012-12-06 22:10:27 +00:00
.gitignore
…
INSTALL.txt
…
LICENSE.TXT
…
Makefile
Use libxml2 on Mac OS X.
2012-10-31 23:02:00 +00:00