aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-08-24 06:43:15 +0000
committerGreg Clayton <gclayton@apple.com>2012-08-24 06:43:15 +0000
commitbc38679b07cb92569c0e3180c287cb9d50c7620b (patch)
tree3230aeaa9ce57c24e19713c7709309fc5248aa6a /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
parent6ed1f85c241d809369777aac2b2ead83f29dbcd5 (diff)
downloadllvm-bc38679b07cb92569c0e3180c287cb9d50c7620b.zip
llvm-bc38679b07cb92569c0e3180c287cb9d50c7620b.tar.gz
llvm-bc38679b07cb92569c0e3180c287cb9d50c7620b.tar.bz2
Remove printf that go left in the code.
llvm-svn: 162542
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp')
-rw-r--r--lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
index 92d986c..cf4cac5 100644
--- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
+++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
@@ -228,7 +228,6 @@ OperatingSystemPython::CreateRegisterContextForThread (Thread *thread)
reg_context_data.GetSize()));
if (data_sp->GetByteSize())
{
- printf("got %zu bytes of reg ctx data\n", data_sp->GetByteSize());
RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory (*thread, 0, *GetDynamicRegisterInfo (), LLDB_INVALID_ADDRESS);
if (reg_ctx_memory)
{