[Lldb-commits] [PATCH] Make --thread option optional (MI)

Ilia K ki.stfu at gmail.com
Thu Jan 29 14:28:41 PST 2015


Hi abidh,

Hello,

This patch do --thread option optional (according to docs).
Currently it is marked as "mandatory" option and it conflicts with official docs.

Also this patch includes following changes:
* add test for -data-disassemble
* add tests for -exec-next/-exec-next-instruction/-exec-step/-exec-step-instruction/-exec-finish commands
* improve test program (a.c, b.c, main.c)
* fix TestMiBreakpoint.py and TestMiSyntax.py (it's required after previous item)
* add tests for -stack-info-depth and -stack-list-frames

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7268

Files:
  test/tools/lldb-mi/TestMiBreakpoint.py
  test/tools/lldb-mi/TestMiData.py
  test/tools/lldb-mi/TestMiEvaluate.py
  test/tools/lldb-mi/TestMiExec.py
  test/tools/lldb-mi/TestMiStack.py
  test/tools/lldb-mi/TestMiSyntax.py
  test/tools/lldb-mi/a.c
  test/tools/lldb-mi/b.c
  test/tools/lldb-mi/main.c
  tools/lldb-mi/MICmdCmdData.cpp
  tools/lldb-mi/MICmdCmdExec.cpp
  tools/lldb-mi/MICmdCmdStack.cpp
  tools/lldb-mi/MICmdCmdVar.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7268.18989.patch
Type: text/x-patch
Size: 32744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150129/9afeba35/attachment.bin>


More information about the lldb-commits mailing list