diff options
author | Antonio Afonso <antonio.afonso@gmail.com> | 2019-06-25 22:22:13 +0000 |
---|---|---|
committer | Antonio Afonso <antonio.afonso@gmail.com> | 2019-06-25 22:22:13 +0000 |
commit | 9c10b620c0619611dfe062216459431955ac4801 (patch) | |
tree | 5968f5423da3e4121ca26f3b205e4cd5752f788a /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | |
parent | 1fa0f4b94241d2e6f9f88262f73237ba2650cf2a (diff) | |
download | bcm5719-llvm-9c10b620c0619611dfe062216459431955ac4801.tar.gz bcm5719-llvm-9c10b620c0619611dfe062216459431955ac4801.zip |
Revert "Add ReadCStringFromMemory for faster string reads"
This reverts commit a7335393f50246b59db450dc6005f7c8f29e73a6.
It seems this is breaking a bunch of tests (https://reviews.llvm.org/D62503#1549874) so reverting until I find the time to repro and fix.
llvm-svn: 364355
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp index 7637237aa16..b40b70104ea 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp @@ -2076,4 +2076,4 @@ Status NativeProcessLinux::StopProcessorTracingOnThread(lldb::user_id_t traceid, m_processor_trace_monitor.erase(iter); return error; -} +}
\ No newline at end of file |