summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorChuck Ries <chuckr@microsoft.com>2016-04-08 22:17:53 +0000
committerChuck Ries <chuckr@microsoft.com>2016-04-08 22:17:53 +0000
commitda21e98932d5b31375b9b934ad8e322e4c76c74c (patch)
treeea927e0dd330f76c4710c1067a2b3f25764b6548 /lldb/packages/Python/lldbsuite/test/configuration.py
parentf144b54a91e5fc567ad0d087bead77bfe3e0b36d (diff)
downloadbcm5719-llvm-da21e98932d5b31375b9b934ad8e322e4c76c74c.tar.gz
bcm5719-llvm-da21e98932d5b31375b9b934ad8e322e4c76c74c.zip
-thread-info in lldbmi does not conform to protocol. Should end with current thread id
-thread-info in lldbmi does not conform to protocol. Should end with current thread id as described here: https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Thread-Commands.html#GDB_002fMI-Thread-Commands When printing all threads, the current thread id should be printed afterwards. Example: -thread-info ^done,threads=[ {id="2",target-id="Thread 0xb7e14b90 (LWP 21257)", frame={level="0",addr="0xffffe410",func="__kernel_vsyscall", args=[]},state="running"}, {id="1",target-id="Thread 0xb7e156b0 (LWP 21254)", frame={level="0",addr="0x0804891f",func="foo", args=[{name="i",value="10"}], file="/tmp/a.c",fullname="/tmp/a.c",line="158"}, state="running"}], current-thread-id="1" (gdb) Patch from jacdavis@microsoft.com Reviewers: zturner, chuckr Differential Revision: http://reviews.llvm.org/differential/revision/edit/18880/ llvm-svn: 265858
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud