hanchenye-llvm-project/lldb
Greg Clayton ba7b8e2c8c Make sure that multi-line expressions don't create a default target. We recently switched to using a built-in m_exe_ctx when running commands in the DoExecute() so that we can have common code where commands can required having a valid target/process/thread/frame by specifying flags, this caused multi-line expression to always create a new dummy target because m_exe_ctx gets cleared when DoExecute exits. A new input reader has been pushed to handle the input for the expression, which will get popped off and then it was checking the target in m_exe_ctx (which was cleared).
llvm-svn: 173596
2013-01-26 23:54:29 +00:00
..
docs Change the container-regs kv pair in the qRegsiterInfo 2013-01-23 04:38:32 +00:00
examples <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
include Add "target.process.stop-on-shared-library-events" setting, and make it work. 2013-01-26 02:19:28 +00:00
lib Under GNU/Linux & HURD, add a soname to the liblldb shared library. 2013-01-17 16:59:32 +00:00
lldb.xcodeproj Remove references to files that Sean recently removed from the Xcode project. 2012-12-14 22:17:58 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Get LLDB-Info.plist up to date with r169081. 2012-12-08 01:20:07 +00:00
scripts <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
source Make sure that multi-line expressions don't create a default target. We recently switched to using a built-in m_exe_ctx when running commands in the DoExecute() so that we can have common code where commands can required having a valid target/process/thread/frame by specifying flags, this caused multi-line expression to always create a new dummy target because m_exe_ctx gets cleared when DoExecute exits. A new input reader has been pushed to handle the input for the expression, which will get popped off and then it was checking the target in m_exe_ctx (which was cleared). 2013-01-26 23:54:29 +00:00
test Disable confirmation prompts for testing 2013-01-25 20:38:49 +00:00
tools <rdar://13073234> 2013-01-25 18:32:24 +00:00
utils Minor cleanup. 2012-03-05 18:25:29 +00:00
www Changing the Python reference document to be more explicit in discouraging usage of lldb.{debugger,...} convenience variables for formatters and other non-interactive Python extensions 2013-01-16 22:25:17 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00