aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-02-06 18:11:56 +0000
committerIlia K <ki.stfu@gmail.com>2015-02-06 18:11:56 +0000
commit5a62abf88ed17d369545a4e2a1aec4304d2bd18a (patch)
treecc7ae2459aa5709afcd4fb2daf98359a568b6e1e /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
parent761a7a4b67398dda048c97bc7c32d4c19e2f2805 (diff)
downloadllvm-5a62abf88ed17d369545a4e2a1aec4304d2bd18a.zip
llvm-5a62abf88ed17d369545a4e2a1aec4304d2bd18a.tar.gz
llvm-5a62abf88ed17d369545a4e2a1aec4304d2bd18a.tar.bz2
Fix ConvenienceVariablesCase.test_with_dsym_and_run_command test after r227285
Summary: This fixes test_with_dsym_and_run_command and test_with_dwarf_and_run_commands tests after r227285: "SBThread::GetDescription should use the Thread format instead of making up" log: ``` ====================================================================== FAIL: test_with_dsym_and_run_command (TestConvenienceVariables.ConvenienceVariablesCase) Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame. ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 456, in wrapper return func(self, *args, **kwargs) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 612, in wrapper func(*args, **kwargs) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py", line 18, in test_with_dsym_and_run_command self.convenience_variables() File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py", line 83, in convenience_variables patterns = ['SBThread: tid = 0x[0-9a-f]+']) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 2091, in expect msg if msg else EXP_MSG(str, exe)) AssertionError: False is not True : 'print lldb.thread thread #1: tid = 0x80d885, 0x0000000100000f4d a.out`main(argc=1, argv=0x00007fff5fbff078) + 29 at main.c:4, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 ' matches expected result Config=x86_64-clang ====================================================================== FAIL: test_with_dwarf_and_run_commands (TestConvenienceVariables.ConvenienceVariablesCase) Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame. ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 473, in wrapper return func(self, *args, **kwargs) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 641, in wrapper func(*args, **kwargs) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 612, in wrapper func(*args, **kwargs) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 537, in wrapper func(*args, **kwargs) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 537, in wrapper func(*args, **kwargs) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py", line 28, in test_with_dwarf_and_run_commands self.convenience_variables() File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py", line 83, in convenience_variables patterns = ['SBThread: tid = 0x[0-9a-f]+']) File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 2091, in expect msg if msg else EXP_MSG(str, exe)) AssertionError: False is not True : 'print lldb.thread thread #1: tid = 0x80d8d3, 0x0000000100000f4d a.out`main(argc=1, argv=0x00007fff5fbff078) + 29 at main.c:4, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 ' matches expected result Config=x86_64-clang ``` Reviewers: zturner, jingham, abidh, clayborg Subscribers: abidh, lldb-commits, jingham, clayborg, zturner Differential Revision: http://reviews.llvm.org/D7464 llvm-svn: 228415
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions