Remove Unicode byte-order mark from python files.

This was caused by a bug in the PTVS source file editor, which has
since been fixed and awaiting a new release.  For now people using
this editor need to remember to manually remove this before
committing a file.

llvm-svn: 244963
This commit is contained in:
Zachary Turner 2015-08-13 22:05:54 +00:00
parent 56495d5b1f
commit 9ff56b2ec7
26 changed files with 26 additions and 26 deletions

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb watchpoint that uses '-s size' to watch a pointed location with size.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test that lldb watchpoint works for multiple threads.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test watchpoint list, enable, disable, and delete commands.
"""

View File

@ -1,4 +1,4 @@
"""Test that adding, deleting and modifying watchpoints sends the appropriate events."""
"""Test that adding, deleting and modifying watchpoints sends the appropriate events."""
import os, time
import unittest2

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb watchpoint that uses 'watchpoint set -w write -s size' to watch a pointed location with size.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Use lldb Python SBValue API to create a watchpoint for read_write of 'globl' var.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Use lldb Python SBWatchpoint API to set the ignore count.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Use lldb Python SBTarget API to iterate on the watchpoint(s) for the target.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test watchpoint condition API.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Use lldb Python SBValue.WatchPointee() API to create a watchpoint for write of '*g_char_ptr'.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -file-xxx commands.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi =library-loaded notifications.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test that the lldb-mi driver prints prompt properly.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -break-xxx commands.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -exec-xxx commands.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -data-xxx commands.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi can interpret CLI commands directly.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -interpreter-exec command.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test that the lldb-mi handles signals properly.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -stack-xxx commands.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi startup options.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -symbol-xxx commands.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test that the lldb-mi driver understands MI command syntax.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -target-xxx commands.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -gdb-set and -gdb-show commands for 'print option-name'.
"""

View File

@ -1,4 +1,4 @@
"""
"""
Test lldb-mi -var-xxx commands.
"""