hanchenye-llvm-project/lldb/source
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
..
API <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Breakpoint Add "target.process.stop-on-shared-library-events" setting, and make it work. 2013-01-26 02:19:28 +00:00
Commands 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
Core Add "target.process.stop-on-shared-library-events" setting, and make it work. 2013-01-26 02:19:28 +00:00
Expression <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Host <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Interpreter <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Plugins One more change of a uint32_t variable to offset_t 2013-01-26 07:06:09 +00:00
Symbol <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Target Add "target.process.stop-on-shared-library-events" setting, and make it work. 2013-01-26 02:19:28 +00:00
Utility <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00