[Lldb-commits] [PATCH] Add -exec-arguments command

Ilia K ki.stfu at gmail.com
Thu Feb 12 10:52:38 PST 2015


Add launch_info to TargetProperties

List of changes:

- Fix OptionValueArray::SetValueFromCString that notified before the value was changed
- Add SBLaunchInfo::ref() const
- Add SBTarget::{GetLaunchInfo,SetLaunchInfo}
- Add m_launch_info to TargetProperty + add getter and setter. It has RunArgumentsValueChangedCallback callback which called when run-args value was updated.
- Fix "process launch" command

All tests passed on OS X.


http://reviews.llvm.org/D6965

Files:
  include/lldb/API/SBLaunchInfo.h
  include/lldb/API/SBTarget.h
  include/lldb/Target/Target.h
  source/API/SBLaunchInfo.cpp
  source/API/SBTarget.cpp
  source/Commands/CommandObjectProcess.cpp
  source/Interpreter/OptionValueArray.cpp
  source/Target/Target.cpp
  test/tools/lldb-mi/TestMiExec.py
  test/tools/lldb-mi/TestMiInterpreterExec.py
  tools/lldb-mi/MICmdArgValListOfN.h
  tools/lldb-mi/MICmdCmdExec.cpp
  tools/lldb-mi/MICmdCmdExec.h
  tools/lldb-mi/MICmdCommands.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6965.19847.patch
Type: text/x-patch
Size: 17522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150212/2b0e81ea/attachment.bin>


More information about the lldb-commits mailing list